Skip to content

RocketFuel CLI

Stop configuring. Start building. RocketFuel sets up auth, payments, databases, and more so you can focus on your product.

Features

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.

Quick Start

Terminal window
# Install RocketFuel
curl -fsSL https://raw.githubusercontent.com/alfranz/rocketfuel/main/hack/install_rocketfuel.sh | bash
# Create a new project
rocketfuel init my-app
# Start building
cd my-app && npm run dev