Getting Started
Steve’s Funnel Kit is a production-ready starter template built on Astro 6 and Tailwind CSS v4. It’s designed to help you build fast, beautiful, and accessible websites with minimal setup time.
Features
- Astro 6 - The latest version with all stable features
- Tailwind CSS v4 - CSS-first design token system
- Internationalization - Built-in i18n with 3 languages
- SEO Optimized - Complete meta tags, OG images, and structured data
- Dark Mode - Automatic theme detection and toggle
- Accessible - WCAG 2.2 AA compliant components
Getting Started
- Clone the repository
- Install dependencies with
pnpm install - Start the dev server with
pnpm dev
That’s it! You’re ready to start building.
Customization
This template is designed to be easily customizable. Start by editing:
src/config/site.config.ts- Site metadatasrc/styles/tokens/colors.css- Brand colorssrc/i18n/translations/- Translations
Happy building!