Home

Awesome

Next.js SaaS Prisma PostgreSQL Auth Starter

This project aims to create a metered billing SaaS utilizing Next.js, Prisma, PostgreSQL, and Stripe.

:warning: it's still a work in progress.

Features

Running Locally

First, run the development server:

npm i 
cp .env.example .env.local
npm run dev

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

License

License under the MIT License.

Features

Docker Compose

using mailpit for local email development.

Development

Emails

:warning: docs section is WIP