A high-performance website starter template built for financial teams to launch new brands, products, or campaigns quickly and efficiently.
This template is powered by a modern, headless stack: Astro, Storyblok, Netlify, and PostHog. Together, they provide a flexible, scalable solution with intuitive content management and powerful marketing features like A/B testing.
- Astro
- Storyblok
- Netlify
- PostHog
- Tailwind v4
- ✅ Modular Content Model – Hero, features, stats, testimonials, and more
- ✅ Financial Reports – Built-in report content type + report list page
- ✅ Multilingual by Default – Easy language switching with optional AI translation
- ✅ Visual Editing – Storyblok’s live preview & block-based approach
- ✅ SEO Ready – Metadata fields on every page
- ✅ Optimized Performance – Static output, responsive images, Core Web Vitals ready
- ✅ A/B Testing – Integrated with PostHog for experiments
- Create a Storyblok account and a new Space
- Clone Storyblok Space (using the button below)
- Fork this repo
- Create your project on Netlify
- Set up environment variables (see below)
- Deploy!
- Node.js
- Bun
# Install dependencies
bun install
# Set up environment variables
cp .env.example .envSTORYBLOK_TOKEN= # Storyblok API token (Project Settings > Access token)
STORYBLOK_IS_PREVIEW= # "yes" for preview mode
STORYBLOK_ENVIRONMENT= # set to development on your local machine
STORYBLOK_DEFAULT_LANG= # Default site language code, like en or es
PUBLIC_POSTHOG_TOKEN= # PostHog API key (Project Settings > Project ID)# Run development server
bun dev
# Build for production
bun run build
# Preview production build
bun run previewContributions are welcome!




