ShiftFast Docs

Getting Started

Everything you need to get up and running with ShiftFast.

Getting Started

Welcome to the ShiftFast documentation. This kit gives you a production-ready Next.js foundation with auth, billing, and a scalable architecture already in place.

Prerequisites

  • Node.js 20+
  • pnpm
  • A PostgreSQL database (local Docker, Supabase, Neon, or any provider)
  • A Clerk account for authentication
  • A Stripe account for billing

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-org/shiftfast.git
cd shiftfast
pnpm install

Copy the example environment file and fill in your keys:

cp .env.example .env

Running locally

pnpm dev

The app starts at http://localhost:3000.

On this page