diff --git a/pages/fiscal-sponsorship/cards.js b/pages/fiscal-sponsorship/cards.js
new file mode 100644
index 000000000..103de9c29
--- /dev/null
+++ b/pages/fiscal-sponsorship/cards.js
@@ -0,0 +1,233 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function CardsPage() {
+ return (
+ <>
+
+
+
+
+ theme.util.gx('red', 'orange'),
+ color: 'white'
+ }}
+ >
+
+
+ Issue cards your team will love
+
+
+ Physical & virtual debit cards with receipt tracking, Apple Pay, and instant controls.
+ Give your team the tools they need to spend responsibly.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Physical cards
+
+
+ Beautiful custom-designed cards shipped to your team. Use anywhere
+ Visa is accepted, with the Hack Club flag proudly displayed.
+
+
+
+
+ Free shipping worldwide
+
+
+
+ Contactless payments
+
+
+
+ Works with Apple & Google Pay
+
+
+
+
+
+
+ Virtual cards
+
+
+ Create instant virtual cards for online purchases. Perfect for
+ subscriptions, software, and one-time expenses.
+
+
+
+
+ Instant generation
+
+
+
+ Set spending limits
+
+
+
+ Lock/unlock anytime
+
+
+
+
+
+
+
+
+
+
+ Built-in controls & transparency
+
+
+
+
+
+ Receipt tracking
+
+
+ Every card transaction requires a receipt. Team members can snap a photo
+ from our mobile app or upload from desktop. No more chasing receipts!
+
+
+
+
+
+ Real-time monitoring
+
+
+ See every transaction as it happens. Get instant notifications and
+ review spending patterns to keep your budget on track.
+
+
+
+
+
+ Spending limits
+
+
+ Set custom limits for each card. Control daily, weekly, or monthly
+ spending to prevent overages and stay within budget.
+
+
+
+
+
+ Team management
+
+
+ Assign cards to specific team members. Freeze, unfreeze, or cancel
+ cards instantly if someone leaves or a card is lost.
+
+
+
+
+
+
+ theme.util.gx('dark', 'darker')
+ }}
+ >
+
+
+
+ No hidden fees. Ever.
+
+
+ Unlike traditional banks, we don't charge card issuing fees, transaction fees,
+ or monthly fees. Issue as many cards as you need, whenever you need them.
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/donations.js b/pages/fiscal-sponsorship/donations.js
new file mode 100644
index 000000000..058d780eb
--- /dev/null
+++ b/pages/fiscal-sponsorship/donations.js
@@ -0,0 +1,319 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function DonationsPage() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ Accept donations from anyone, anywhere
+
+
+
+ Custom, embeddable donation forms that make giving easy. Accept one-time gifts,
+ recurring donations, and everything in between—all tax-deductible.
+
+
+
+
+
+
+
+
+
+
+
+
+ Beautiful donation forms
+
+
+ Your custom donation page matches your brand and makes giving effortless.
+ Embed it on your website or share the link directly.
+
+
+
+
+ Fully customizable with your logo and colors
+
+
+
+ Mobile-optimized for donations on any device
+
+
+
+ Embed anywhere with a simple code snippet
+
+
+
+ Custom messaging and impact stories
+
+
+
+
+
+
+
+ Support Our Mission
+
+
+ Your donation helps us make a difference.
+
+
+
+
+
+
+
+
+
+ Custom amount
+
+
+
+
+ Tax-deductible • Secure payment
+
+
+
+
+
+
+
+
+
+ Accept all types of donations
+
+
+
+
+
+ One-time donations
+
+
+ Accept credit cards, debit cards, and bank transfers for one-time gifts
+ of any amount. Instant receipts sent automatically.
+
+
+
+
+
+ Recurring donations
+
+
+ Build sustainable funding with monthly recurring donations. Donors can
+ manage their subscriptions anytime.
+
+
+
+
+
+ Large gifts & grants
+
+
+ Accept major gifts via bank wire or ACH. Perfect for foundation grants
+ and large individual donations.
+
+
+
+
+
+ In-person donations
+
+
+ Accept tap-to-pay donations at events using our mobile app.
+ No extra hardware needed—just tap any card on your phone.
+
+
+
+
+
+
+
+
+
+
+
+ Donors love HCB
+
+
+
+
+
+ Instant tax-deductible receipts via email
+
+
+
+
+
+ Secure payment processing with bank-level encryption
+
+
+
+
+
+ Option to donate anonymously or publicly
+
+
+
+
+
+ Easy recurring donation management
+
+
+
+
+
+
+ Track every donation
+
+
+ See all donations in real-time. Track donor information, export for
+ your CRM, and send custom thank-you messages.
+
+
+
+
+ 100%
+
+ Tax-deductible
+
+
+
+ 0%
+
+ Processing fees*
+
+
+
+ *Covered by HCB's 7% fee on all revenue
+
+
+
+
+
+
+
+
+
+
+ Start fundraising today
+
+
+ Your custom donation page is ready as soon as you join HCB.
+ Share it with supporters and start raising funds immediately.
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/global.js b/pages/fiscal-sponsorship/global.js
new file mode 100644
index 000000000..d72d77671
--- /dev/null
+++ b/pages/fiscal-sponsorship/global.js
@@ -0,0 +1,315 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function GlobalPage() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ Your nonprofit, now worldwide
+
+
+
+ Operate globally with a U.S. legal entity. Accept donations and payments from
+ anywhere, expand your team internationally, and make impact without borders.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ U.S. bank account
+
+
+ Get a U.S. bank account through HCB, even if you're based internationally.
+ Essential for receiving U.S. grants and payments.
+
+
+
+
+
+
+
+ International transfers
+
+
+ Send money globally via wire transfer. Pay vendors, reimburse team members,
+ and fund projects anywhere in the world.
+
+
+
+
+
+
+
+ Multi-currency support
+
+
+ Accept donations in multiple currencies. We handle the conversion
+ automatically so you can focus on your mission.
+
+
+
+
+
+
+
+
+
+
+
+ HCB powers nonprofits on every continent
+
+
+ From Toronto to Singapore, our fiscally sponsored organizations operate
+ globally while maintaining the benefits of U.S. nonprofit status.
+
+
+
+
+ 50+
+
+ Countries represented
+
+
+
+ 100%
+
+ Online operation
+
+
+
+
+
+ Why a U.S. entity matters
+
+
+
+
+
+ Access to U.S. foundation grants and funding programs
+
+
+
+
+
+ 501(c)(3) tax-deductible status for U.S. donors
+
+
+
+
+
+ Simplified banking and payment processing
+
+
+
+
+
+ Credibility with international partners and sponsors
+
+
+
+
+
+
+
+
+
+
+
+ Real stories from around the world
+
+
+
+
+ "As a Canadian organization, HCB gave us instant access to U.S.
+ foundations. We received our first grant within 3 months of joining."
+
+
+
+
+
+ Apocalypse
+
+ Toronto, Canada
+
+
+
+
+
+ "Operating globally used to mean navigating complex legal systems.
+ With HCB, we focus on our mission while they handle the paperwork."
+
+
+
+
+
+ International Project
+
+ Worldwide
+
+
+
+
+
+
+
+
+
+
+ Ready to go global?
+
+
+ Join thousands of organizations operating worldwide with HCB.
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/grants.js b/pages/fiscal-sponsorship/grants.js
new file mode 100644
index 000000000..9382fed4c
--- /dev/null
+++ b/pages/fiscal-sponsorship/grants.js
@@ -0,0 +1,227 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function GrantsPage() {
+ return (
+ <>
+
+
+
+
+ theme.util.gx('blue', 'cyan')
+ }}
+ >
+
+
+
+
+ Receive foundation grants
+
+
+
+ Unlock funding opportunities with HCB's 501(c)(3) tax-deductible status.
+ Apply to foundations that require nonprofit status without setting up your own entity.
+
+
+
+
+
+
+
+
+
+
+ Why foundations love HCB
+
+
+
+
+
+ Verified 501(c)(3)
+
+
+ We're a registered nonprofit with the IRS. Foundations can verify our status
+ instantly, making grant processing seamless.
+
+
+
+
+
+ Professional reporting
+
+
+ We provide detailed financial reports and receipts that meet foundation
+ requirements, so you stay compliant effortlessly.
+
+
+
+
+
+ Fast processing
+
+
+ Receive grants in days, not months. Our streamlined process means you
+ get funding quickly to start making impact.
+
+
+
+
+
+
+
+
+
+
+
+ Foundations that fund HCB projects
+
+
+ Our fiscally sponsored organizations have successfully received grants from
+ major foundations, opening doors that would otherwise require years of
+ nonprofit paperwork.
+
+
+
+
+ Y Combinator Junior Foundation
+
+
+
+ GitHub Education
+
+
+
+ The FIRST Foundation
+
+
+
+ And many more...
+
+
+
+
+
+ How it works
+
+
+
+
+ 1. Apply to HCB
+
+
+ Get approved for fiscal sponsorship in as little as 24 hours.
+
+
+
+
+ 2. Find grants
+
+
+ Search for foundations that fund projects like yours.
+
+
+
+
+ 3. Apply with confidence
+
+
+ Use HCB's 501(c)(3) status and EIN on your applications.
+
+
+
+
+ 4. Receive funding
+
+
+ Grants are deposited directly into your HCB account.
+
+
+
+
+
+
+
+
+
+
+
+
+ Don't let legal barriers stop you
+
+
+ Setting up a 501(c)(3) takes months and thousands of dollars.
+ With HCB, you get instant access to the same benefits and can start
+ applying to grants today.
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/payments.js b/pages/fiscal-sponsorship/payments.js
new file mode 100644
index 000000000..d58967d66
--- /dev/null
+++ b/pages/fiscal-sponsorship/payments.js
@@ -0,0 +1,284 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function PaymentsPage() {
+ return (
+ <>
+
+
+
+
+ theme.util.gx('green', 'cyan'),
+ color: 'white'
+ }}
+ >
+
+
+
+
+ Pay anyone, anywhere
+
+
+
+ Send money and reimburse expenses via check, ACH, bank wire, and more.
+ Fast, secure payments with full transparency and tracking.
+
+
+
+
+
+
+
+
+
+
+ Multiple payment methods
+
+
+
+
+
+
+
+
+ ACH transfer
+
+
+
+ Send money directly to bank accounts in 1-3 business days. Free for
+ most transactions, perfect for regular payments and reimbursements.
+
+
+
+
+
+
+
+
+ Bank wire
+
+
+
+ Fast international and domestic transfers. Ideal for large payments,
+ international vendors, or urgent transactions that need same-day processing.
+
+
+
+
+
+
+
+
+ Paper checks
+
+
+
+ Need to pay by check? We'll print and mail checks on your behalf.
+ Great for vendors who prefer traditional payment methods.
+
+
+
+
+
+
+
+
+ Debit cards
+
+
+
+ Issue cards to team members for direct purchases. No reimbursement needed—
+ they can spend directly from your organization's funds.
+
+
+
+
+
+
+
+
+
+
+
+ Reimburse expenses in minutes
+
+
+ Team members can submit expenses through the HCB app. Admins review,
+ approve, and money is sent—all in one platform.
+
+
+
+ 1.
+ Submit expense with receipt
+
+
+ 2.
+ Admin reviews and approves
+
+
+ 3.
+ Money sent automatically
+
+
+
+
+
+ Built for transparency
+
+
+ Every payment is tracked, categorized, and documented. See where your
+ money goes in real-time with detailed transaction histories.
+
+
+
+
+ Automatic receipt collection
+
+
+
+ Expense categorization
+
+
+
+ Real-time balance updates
+
+
+
+ Export to CSV for accounting
+
+
+
+
+
+
+
+
+
+
+
+
+ Say goodbye to payment headaches
+
+
+ No more juggling multiple payment platforms, chasing receipts, or
+ manual expense reports. HCB handles it all in one place.
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/payroll.js b/pages/fiscal-sponsorship/payroll.js
new file mode 100644
index 000000000..384375d18
--- /dev/null
+++ b/pages/fiscal-sponsorship/payroll.js
@@ -0,0 +1,308 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function PayrollPage() {
+ return (
+ <>
+
+
+
+
+ theme.util.gx('#8492e6', '#a463bf'),
+ color: 'white'
+ }}
+ >
+
+
+
+
+ Payroll made simple
+
+
+
+ Pay team members with built-in payroll. Handle salaries, taxes, and compliance
+ automatically—no separate payroll service needed.
+
+
+
+
+
+
+
+
+
+
+
+
+ Payroll without the paperwork
+
+
+ Traditional payroll services are expensive and complex. HCB's built-in
+ payroll is simple, affordable, and integrated with your finances.
+
+
+
+
+ Automatic tax withholding and filing
+
+
+
+ Direct deposit to any bank account
+
+
+
+ Year-end W-2 forms generated automatically
+
+
+
+ No separate payroll service needed
+
+
+
+
+
+ How it works
+
+
+
+
+ 1. Add team members
+
+
+ Invite employees through the HCB dashboard with their tax info.
+
+
+
+
+ 2. Set pay schedules
+
+
+ Choose weekly, bi-weekly, or monthly payment schedules.
+
+
+
+
+ 3. We handle the rest
+
+
+ Payments sent automatically, taxes filed, records maintained.
+
+
+
+
+
+
+
+
+
+
+
+ Everything included
+
+
+
+
+
+ Direct deposit
+
+
+ Employees receive payments directly to their bank account on schedule.
+
+
+
+
+
+ Tax compliance
+
+
+ Federal, state, and local taxes calculated and withheld automatically.
+
+
+
+
+
+ Pay stubs
+
+
+ Digital pay stubs available instantly for every payment.
+
+
+
+
+
+ Flexible schedules
+
+
+ Weekly, bi-weekly, semi-monthly, or monthly pay periods.
+
+
+
+
+
+ Year-end forms
+
+
+ W-2s generated and filed automatically at year-end.
+
+
+
+
+
+ Easy management
+
+
+ Add, remove, or update employees right from your dashboard.
+
+
+
+
+
+
+
+
+
+ theme.util.gx('#8492e6', '#a463bf'),
+ p: 5,
+ borderRadius: 'extra',
+ color: 'white'
+ }}
+ >
+
+ Payroll vs. Contractors
+
+
+ Need to decide between W-2 employees and 1099 contractors? We support both!
+
+
+
+ W-2 Employees (Payroll)
+
+
+ • Regular salaries • Automatic tax withholding • Benefits eligible
+
+
+
+
+ 1099 Contractors
+
+
+ • Project-based • Pay via ACH/check • 1099 forms auto-filed
+
+
+
+
+
+ Grow your team with confidence
+
+
+ Whether you're hiring your first employee or your tenth, HCB makes
+ payroll simple and compliant.
+
+
+
+ "We were nervous about hiring employees as a small nonprofit. HCB's
+ built-in payroll made it painless. Now we have 3 part-time employees
+ and it just works."
+
+
+ — Community Organization Director
+
+
+
+
+
+
+
+ theme.util.gx('dark', 'darker')
+ }}
+ >
+
+
+
+ Payroll included at no extra cost
+
+
+ Unlike other fiscal sponsors that require expensive third-party payroll services,
+ HCB's payroll is built-in and covered by your standard 7% fee.
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/support.js b/pages/fiscal-sponsorship/support.js
new file mode 100644
index 000000000..1a8e59af2
--- /dev/null
+++ b/pages/fiscal-sponsorship/support.js
@@ -0,0 +1,402 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function SupportPage() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ We're here to help
+
+
+
+ Get 24-hour support on weekdays with a dedicated point of contact.
+ Real people, real help, whenever you need it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24-hour response
+
+
+ Get help within 24 hours on weekdays. Most questions answered in just a
+ few hours during business hours.
+
+
+
+
+
+
+
+ Dedicated contact
+
+
+ You'll have a dedicated point of contact who knows your organization
+ and can provide personalized help.
+
+
+
+
+
+
+
+ Multiple channels
+
+
+ Reach us via email, Slack, or through the HCB dashboard.
+ Choose the method that works best for you.
+
+
+
+
+
+
+
+
+
+ What we help with
+
+
+
+
+
+
+
+ Account setup & onboarding
+
+
+ We'll guide you through setting up your organization and getting
+ your first transactions flowing.
+
+
+
+
+
+
+
+ Technical issues
+
+
+ Problems with the app, website, or integrations? We'll fix it fast.
+
+
+
+
+
+
+
+ Financial questions
+
+
+ Understanding transactions, budgets, or reports? We're here to explain.
+
+
+
+
+
+
+
+
+
+ Compliance & taxes
+
+
+ Questions about tax forms, grants, or nonprofit regulations?
+ We'll walk you through it.
+
+
+
+
+
+
+
+ Best practices
+
+
+ Learn how to use HCB effectively and follow nonprofit best practices.
+
+
+
+
+
+
+
+ Custom requests
+
+
+ Need something special? We'll work with you to find a solution.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real support from real people
+
+
+ No chatbots, no automated responses, no outsourced call centers.
+ You'll work directly with HCB team members who care about your success.
+
+
+
+ "The HCB team has been incredibly responsive. Every time I've had a
+ question, I get a thoughtful answer within hours. It feels like they
+ genuinely care about our organization's success."
+
+
+ — Hackathon organizer
+
+
+
+
+
+ Our support philosophy
+
+
+
+
+ Empowerment first
+
+
+ We don't just solve problems—we teach you how to use HCB effectively.
+
+
+
+
+ Continuous improvement
+
+
+ Your feedback shapes our product. We actively listen and implement
+ suggestions.
+
+
+
+
+ Community driven
+
+
+ Join our Slack community to connect with other organizations and
+ share knowledge.
+
+
+
+
+
+
+
+
+
+
+
+ More than support—partnership
+
+
+
+
+
+ Documentation
+
+
+ Comprehensive guides, tutorials, and FAQs available 24/7.
+
+
+
+
+
+ Community Slack
+
+
+ Connect with thousands of other HCB organizations for peer support.
+
+
+
+
+
+ Office hours
+
+
+ Join weekly office hours to ask questions and learn from the team.
+
+
+
+
+
+
+
+
+
+
+ Support that scales with you
+
+
+ Whether you're just starting out or managing millions in revenue,
+ our support team is here to help you succeed.
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/taxes.js b/pages/fiscal-sponsorship/taxes.js
new file mode 100644
index 000000000..cfb16acc4
--- /dev/null
+++ b/pages/fiscal-sponsorship/taxes.js
@@ -0,0 +1,336 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function TaxesPage() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ Taxes? We've got you covered.
+
+
+
+ We file all your taxes automatically, including Form 990. No accountant needed,
+ no tax stress, no surprises. Just focus on your mission.
+
+
+
+
+
+
+
+
+
+
+
+ Everything we handle for you
+
+
+ Tax compliance is complex. We make it automatic.
+
+
+
+
+
+ Form 990
+
+
+ The annual information return required by the IRS for all nonprofits.
+ We prepare and file it automatically—you don't lift a finger.
+
+
+
+ Filed on time, every year
+
+
+
+
+ 1099 Forms
+
+
+ Pay contractors? We generate and file 1099 forms for all payments over
+ $600, ensuring IRS compliance.
+
+
+
+ Automatic contractor reporting
+
+
+
+
+ State filings
+
+
+ Many states require annual reports and registrations. We monitor
+ requirements and file on your behalf.
+
+
+
+ Multi-state compliance
+
+
+
+
+ Tax receipts
+
+
+ We automatically send tax-deductible donation receipts to your donors
+ with all required information.
+
+
+
+ Instant donor receipts
+
+
+
+
+
+
+
+
+
+
+
+ Why automatic taxes matter
+
+
+ Missing a tax deadline can cost you thousands in penalties and put
+ your nonprofit status at risk. With HCB, that's impossible.
+
+
+
+
+
+
+
+ Never miss a deadline
+
+
+ We track all tax deadlines and file on time, automatically.
+
+
+
+
+
+
+
+
+
+ Save thousands on accountants
+
+
+ No need to hire an accountant or tax preparer.
+
+
+
+
+
+
+
+
+
+ Stay compliant effortlessly
+
+
+ Tax laws change. We keep up so you don't have to.
+
+
+
+
+
+
+
+
+
+ What you need to do
+
+
+ Nothing.
+
+
+ Seriously. HCB's automated systems track your transactions, categorize
+ expenses, and file all required tax forms. You'll get email confirmations
+ when filings are complete, but you never need to think about taxes.
+
+
+
+
+
+
+
+
+
+ Compare the alternatives
+
+
+
+
+
+
+
+ DIY
+
+
+ Spend 40+ hours learning tax law, filing forms, and stressing about compliance.
+
+ High risk of errors
+
+
+
+
+
+
+ Hire an accountant
+
+
+ Pay $2,000-$5,000+ annually for tax preparation and filing services.
+
+ Very expensive
+
+
+
+
+
+
+ Use HCB
+
+
+ Automatic filing of all tax forms. Zero work, zero stress, zero extra cost.
+
+ ✓ Included in 7% fee
+
+
+
+
+
+
+
+
+ Stop worrying about taxes
+
+
+ Join thousands of organizations who never think about tax filing.
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/pages/fiscal-sponsorship/transparency.js b/pages/fiscal-sponsorship/transparency.js
new file mode 100644
index 000000000..472e49e46
--- /dev/null
+++ b/pages/fiscal-sponsorship/transparency.js
@@ -0,0 +1,339 @@
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Link from 'next/link'
+import { Balancer } from 'react-wrap-balancer'
+import {
+ Box,
+ Button,
+ Card,
+ Container,
+ Flex,
+ Grid,
+ Heading,
+ Text
+} from 'theme-ui'
+import ForceTheme from '../../components/force-theme'
+import Nav from '../../components/nav'
+import Footer from '../../components/footer'
+import Icon from '../../components/icon'
+
+export default function TransparencyPage() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ Transparency builds trust
+
+
+
+ Make your finances transparent to your team and optionally, the public.
+ Show donors exactly where their money goes and build credibility through openness.
+
+
+
+
+
+
+
+
+
+
+
+
+ Two modes of transparency
+
+
+ Choose the level of transparency that works for your organization.
+
+
+
+
+
+
+
+
+ Team transparency
+
+
+ Share your organization's finances with team members. Everyone can see
+ the balance, transactions, and spending patterns—perfect for collaborative
+ decision-making.
+
+
+
+
+ All team members can view finances
+
+
+
+ Real-time balance updates
+
+
+
+ Full transaction history
+
+
+
+
+
+
+ Public transparency
+
+
+ Make your finances visible to the world. Show donors, sponsors, and the
+ community exactly how you're using funds. Build trust and attract more support.
+
+
+
+
+ Public financial dashboard
+
+
+
+ Share-able transparency page
+
+
+
+ Anonymous donor protection
+
+
+
+
+
+
+
+
+
+
+ What transparency looks like
+
+
+
+
+ $47,293
+ Current balance
+
+
+ Real-time balance
+
+
+ See your organization's current balance at any time. Updated instantly
+ with every transaction.
+
+
+
+
+
+ Office supplies
+ -$127.43
+
+
+ Grant received
+ +$5,000.00
+
+
+ Software license
+ -$29.99
+
+
+
+ Transaction history
+
+
+ Every transaction, categorized and timestamped. Easy to search and filter.
+
+
+
+
+
+ Events
+ 47%
+
+
+ Operations
+ 31%
+
+
+ Marketing
+ 22%
+
+
+
+ Spending breakdown
+
+
+ See where money goes by category. Perfect for budgeting and reporting.
+
+
+
+
+
+
+
+
+
+
+
+ Why transparency matters
+
+
+
+
+ Build donor trust
+
+
+ Donors give more when they can see exactly how their contributions
+ are used.
+
+
+
+
+ Empower your team
+
+
+ When everyone can see the finances, everyone takes ownership of
+ the budget.
+
+
+
+
+ Simplify audits
+
+
+ Complete transparency makes grant reporting and audits a breeze.
+
+
+
+
+
+
+ Join the transparency movement
+
+
+ Hundreds of HCB organizations have made their finances public. The result?
+ More donations, more trust, and more impact.
+
+
+
+ "Making our finances public was the best decision we made. Our
+ donors love seeing where their money goes, and we've seen a 40%
+ increase in repeat donations."
+
+ — Reboot
+
+
+
+
+
+
+
+
+
+ Start with transparency from day one
+
+
+ HCB makes financial transparency easy. No extra setup, no hidden costs.
+
+
+
+
+
+
+
+
+ >
+ )
+}