This is a Viral SaaS Starter Kit by Second Brain.
This project uses Clerk for Authentication. You can use any SQL DB with this, I am using Supabase with Prisma as an ORM.
To Get Started: First configure all the Environment Variables then run the development server using the commands below.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devThe easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Sync this project to your Github Account, then import it in Vercel & Deploy.
The tutorial to deploy on other platforms is available in the community.