Taxo
Released 22 Apr, 2026
A modern website Astro theme made for tax advisors and consulting firms that need trust and leads.
Finzo is built for fintech products, banking brands, payment companies, and finance platforms that need to look reliable from the first screen.
It gives you a clean finance-focused page set, trust-building sections, product explanation areas, and a setup that is easy to hand off after launch.
Finzo works well for teams that need a serious finance site without building every page from zero.
Finzo includes the pages most product-led finance sites need before launch.
Finance sites usually lose people when the product feels vague or hard to trust. Finzo helps fix that with sections that explain value fast and support the buying decision.
You can use it to:
Finzo ships with more than a basic header.
The menu is driven by JSON, which makes updates faster for teams that keep adding pages.
{
"name": "Pages",
"hasMegaMenu": true,
"menus": [
{
"name": "Product",
"children": [
{ "name": "Features", "url": "/features/" },
{ "name": "Pricing", "url": "/pricing/" }
]
}
]
}
Finzo keeps the main project controls in config files instead of hiding them in many components.
src/config/config.tomlsrc/config/menu.en.jsonsrc/config/menu.fr.jsonsrc/config/social.jsonsrc/config/fonts.jsonFrom config.toml you can change the sticky header, button labels, contact form provider, analytics, newsletter settings, and SEO defaults.
[settings]
stickyHeader = true
contactFormProvider = "formsubmit.co"
[settings.navigationButton]
enable = true
label = "Get Started"
url = "/contact/"
Finzo is useful when content also helps close the sale.
This makes it easier to publish feature explainers, release notes, partner pages, and educational content inside the same project.
Finzo includes English and French structure in the project, plus matching menu files.
If the site only needs one language, you can clean it up with one command:
npm run remove-multilingual
If you want to rebuild the extra language content later, the project also includes:
npm run generate-multilingual-content
Finzo supports three form submission paths in the source project:
formsubmit.coformspreenetlifyThat means you can launch quickly with a simple setup now and switch providers later without rebuilding the form system.
Finzo is a strong fit when the product is financial, the message has to feel clear, and the website needs to support real conversion work from day one.
It is not just a pretty finance landing page. It already includes the pages, menu depth, content system, and config structure that serious fintech sites usually need.
For solo devs & founders
For freelancers, agencies & studios
For growing teams & enterprise
Released 22 Apr, 2026
A modern website Astro theme made for tax advisors and consulting firms that need trust and leads.