v1.0 — Magic link sign-in is here

Build and deploy
on the developer cloud.

Norcel is a production-grade SaaS starter kit with authentication, role-based access control, and a polished design system. Ship your next product in days, not months.

v1.0 · stableNext.js 15 · React 19Supabase · Prisma · Auth.js v5
norcel / install
bash
# clone, install, migrate, seed, run
$ git clone norcel && cd norcel
$ pnpm install
$ pnpm prisma:migrate
$ pnpm prisma:seed
$ pnpm dev

# Norcel is now running
 Ready on http://localhost:3000
 Database connected
 Auth.js configured
 Email provider: resend
one command~2 min setupno vendor lock

/ features

Everything you need to launch.

Authentication, authorization, and a design system — wired up and production-ready. No glue code.

7 modules · all wired

Authentication & sessions

Every sign-in path your users expect, plus a server-side session mirror so you can revoke from anywhere. Argon2id passwords, hashed reset tokens, CSRF on every form.

  • Email + password
  • Google OAuth
  • GitHub OAuth
  • Magic link
  • Email verification
  • Password reset
  • Per-device sessions
  • Session revocation
4 providersOWASP top 10 coveredCSRF on every form

Authorization

Three roles out of the box. Composable guards for routes, actions, and APIs.

  • USERseeded
  • ADMINseeded
  • SUPER_ADMINsuper-admin only

Design system

Tailwind v4 tokens, mesh gradient, stacked shadows. Drop in your brand.

tokenstypographymeshshadowsdark mode
also ships withAudit logRate limitingCSRF tokensSecurity headersGDPR soft-delete

/ deploy

A compute model
for all workloads.

Norcel runs on Supabase Postgres and ships with migrations, a seed script, and a documented schema. No more arguing about which auth library to use.

  • Migrations + seed scripts
  • Documented Prisma schema
  • Production-ready email templates
  • Security audit log
norcel / install
bash
# clone, install, migrate, seed, run
$ git clone norcel && cd norcel
$ pnpm install
$ pnpm prisma:migrate
$ pnpm prisma:seed
$ pnpm dev

# Norcel is now running
 Ready on http://localhost:3000
 Database connected
 Auth.js configured
 Email provider: resend
~2 min setupzero configsingle port (3000)SQLite → Postgres in prod

/ what you get

Production-grade by default.

Everything you need to ship a real product, wired up on day one.

6 modules · all wired

Everything wired up

Norcel ships as one cohesive codebase. Auth, sessions, audit log, design system, billing-shaped data model — all hooked up to the same Postgres database. No more wiring your own auth to a separate service.

  • Auth (4 providers)
  • Postgres + Prisma
  • Auth.js v5
  • React Email
  • shadcn/ui primitives
  • Tailwind v4 tokens

Sessions

Server-side session mirror with UA, IP, and revoke.

per-devicerevokeUA + IPlast seen

RBAC

Three roles out of the box. Composable guards.

  • USERseeded
  • ADMINseeded
  • SUPER_ADMINseeded

Sessions

Per-device sessions with IP and user-agent tracking. Revoke from anywhere.

RBAC

Role-based access control with composable guards for routes, actions, and APIs.

Server-side sessions

JWTs mirrored in Postgres with UA, IP, and last-seen — revoke from anywhere.

Audit log

Every sign-in, role change, and password reset recorded for compliance.

/ buy this template

Get the code. Ship your SaaS this weekend.

You just spent five minutes poking around the live demo. This is the same code. One payment, lifetime updates, build as many projects as you want.

  • Full source code
  • Prisma schema + migrations
  • Tailwind v4 design system
  • Email templates
  • In-app docs
  • 1 year of updates

14-day refund · instant access · commercial license

/ pricing

One price, all features.

This is what your customers would pay when they sign up for the SaaS you build on top of Norcel. (For the template itself, see / buy above.)

lifetime license

Hobby

For side projects and prototypes.

$0/mo
  • Email + OAuth login
  • 1,000 monthly active users
  • Community support
Most popular

Pro

For production SaaS apps.

$24/mo
  • Everything in Hobby
  • Unlimited MAU
  • Magic link + email verification
  • Priority support

Team

For larger teams.

$99/mo
  • Everything in Pro
  • SSO + SAML
  • Audit log
  • Dedicated support
all plans include: commercial license lifetime updates source included no telemetry

/ ship it

Ship your next
product faster.

Stop rebuilding the same auth flow. Clone Norcel and go.

Instant accessLifetime updatesCommercial license

forge.sh
bash
# the only command you need
$ npx create-norcel my-app

# shipping checklist ✓
 auth credentials + google + github + magic
 postgres + prisma schema
 sessions per device, revoke
 rbac 3 roles, composable guards
 design tailwind v4, dark mode
 docs 12 guides, runnable

$ cd my-app && pnpm dev
$