Finzo
Released 09 Dec, 2025
A finance website astro theme for banking, fintech, and payment brands.
Taxo is an Astro theme for tax advisors, accountants, bookkeeping firms, and finance consultants who want a site that looks professional and turns visitors into calls, leads, and clients.
If you sell tax help, audit support, compliance work, business finance advice, or accounting services, Taxo gives you a strong starting point.
Taxo works best for service businesses that need trust, clarity, and a simple path to contact.
Taxo includes the pages most finance firms need before launch.
Taxo is not only about design. The page structure is already set up for service businesses that need more calls, more form submissions, and better trust.
It helps you:
This is useful for firms where visitors usually ask the same questions:
Taxo includes more than a simple top menu.
The menu system is driven by JSON, so you can grow the navigation without rewriting header code.
{
"name": "Mega Menu",
"hasMegaMenu": true,
"menus": [
{
"name": "Core Services",
"children": [
{ "name": "Tax Planning", "url": "/services/" },
{ "name": "Business Advisory", "url": "/services/" }
]
}
]
}
This is useful when a finance business needs to show many services, content paths, and conversion routes in one clean header.
Taxo keeps important settings in files that are easy to find and edit.
src/config/config.tomlsrc/config/menu.en.jsonsrc/config/menu.fr.jsonsrc/config/social.jsonsrc/config/fonts.jsonsrc/config/language.jsonYou can control sticky header behavior, contact form provider, multilingual settings, Mailchimp, and SEO settings from config.toml.
[settings]
stickyHeader = true
contactFormProvider = "formsubmit.co"
[settings.navigationButton]
enable = true
label = "Book a Consultation"
url = "/contact/"
That makes setup faster for developers and easier to hand over later.
Taxo already includes English and French content, menus, and routing.
If you need multilingual support, it is already there.
If you do not need it, you can remove the extra language files with one command:
npm run remove-multilingual
If you want to generate multilingual content again, the project also includes:
npm run generate-multilingual-content
This is a practical setup. You are not locked into a multilingual build if the project does not need it.
Taxo is ready for service content and search-driven content.
You can turn table of contents settings on or off from config:
[settings.markup.tableOfContents]
enable = false
expanded = false
startLevel = 1
endLevel = 5
This is useful for long service pages, guides, and blog posts.
Taxo includes real flexibility for contact forms.
The form provider is controlled from config, so you do not need to rewrite the form component just to switch providers.
Taxo is built with a modern stack that is easy to maintain.
The default font setup uses Jost and Syne, configured in src/config/fonts.json.
Taxo includes the basics a serious business site should have from day one.
This gives you a better base for publishing, indexing, and sharing.
Taxo is not hard to hand off.
The structure is clear:
That means less time digging through random components and more time shipping client work.
Taxo is a finance-focused Astro theme with a real service-site structure behind it.
It gives you pages for services, pricing, case studies, blog, FAQ, and contact. It also gives developers the features that save time in real projects: mega menus, nested dropdowns, sticky header control, multilingual scripts, multiple form providers, and config-driven setup.
If you want a finance Astro theme that is clear to use, easy to edit, and ready to grow, Taxo is a solid choice.
For solo devs & founders
For freelancers, agencies & studios
For growing teams & enterprise
Released 09 Dec, 2025
A finance website astro theme for banking, fintech, and payment brands.