No description
Find a file Use this template
2026-03-25 23:28:16 +01:00
app Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
public Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
.gitignore Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
AGENTS.md Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
CLAUDE.md Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
eslint.config.mjs Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
next.config.ts Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
package-lock.json Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
package.json Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
postcss.config.mjs Initial commit from Create Next App 2026-03-25 23:05:06 +01:00
README.md init 2026-03-25 23:28:16 +01:00
tsconfig.json Initial commit from Create Next App 2026-03-25 23:05:06 +01:00

SaaS template

This is not gonna make You rich, but it sure as hell will save you a lot of time!

This is production ready setup for Convex and Next SaaS.

Features

  • Auth
  • Stripe
  • Backend/Frontend Tests
  • CICD
  • shadcn/create UI templte
  • accurate instructions

Development process

Environments

  • Dev cloud environment - based on develop branch
  • Prod cloud environment - based on main branch

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.