Next.js 15 + TypeScript
Modern React framework with App Router and full TypeScript support out of the box.
Next.js 15 + TypeScript
Modern React framework with App Router and full TypeScript support out of the box.
Authentication Ready
Better Auth integration with login, signup, and session management pre-configured.
Database Configured
Drizzle ORM with PostgreSQL, ready to query. Schema defined, migrations set up.
Payments with Stripe
Optional Stripe checkout integration with webhook handling for subscriptions.
Background Jobs
Optional BullMQ integration for reliable background job processing with Redis.
Beautiful UI
shadcn/ui components pre-installed with Tailwind CSS for rapid UI development.
# Install RocketFuelcurl -fsSL https://raw.githubusercontent.com/alfranz/rocketfuel/main/hack/install_rocketfuel.sh | bash
# Create a new projectrocketfuel init my-app
# Start buildingcd my-app && npm run dev