Quick Start
01
Create a New Project
Start by generating a new Next.js or Vite React application.
❯npx create-next-app@latest my-fast-app
# Or using Vite
❯npm create vite@latest my-fast-app -- --template react-ts
02
Initialize Voltfast
Navigate into your project and run the Voltfast setup command to configure Tailwind, animations, and essential utilities.
❯cd my-fast-app
❯pnpx @frizzyondabeat/volt-fast setup
✔ Detected framework: nextjs
✔ Installing dependencies...
✔ Configuring Tailwind CSS...
✔ Adding utility functions...
✨ Setup complete!
Also works with:
03
Start Development Server
Fire up the kinetic engine. Our Turbopack-powered dev server boots in milliseconds.
❯npm run dev
▲ Next.js 14.2.0 (Turbopack)
- Local: http://localhost:3000
✓ Ready in 142ms