Supported Stacks
Voltfast currently supports Next.js and React with Vite. Additional framework support is on the roadmap.
| Framework | Support | Status |
|---|---|---|
| Next.js 14+ | Full Scaffolding | STABLE |
| React (Vite) | Core Engine | STABLE |
| Astro | Basic Tooling | Planned |
| SvelteKit | Project Scaffolding | Planned |
Next.js 14+ — Full Scaffolding
Full App Router scaffolding with Tailwind CSS, ESLint, Prettier, Shadcn UI, and TypeScript path aliases. Supports the latest Next.js 14+ App Router conventions.
React (Vite) — Core Engine
Vite-based React projects with complete toolchain setup including Tailwind CSS, ESLint, Prettier, and Vitest for testing.
Astro — Basic Tooling
ESLint and Prettier configuration for Astro projects. Scaffolding support is on the roadmap.
SvelteKit — Project Scaffolding
Full project scaffolding for SvelteKit applications with Tailwind CSS integration.