All templates
Full-Stack Apps

Full-Stack SaaS Builder

Ship a real product from a prompt. This template deploys a full-stack app on Vercel + Supabase with a Postgres database, end-user auth, file storage, and edge functions — everything an agent needs to build and run software.

Read the docs

The agent prompt

Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.

Prompt
Build me a full-stack SaaS app on Naive.

It should deploy a real app with a database, end-user auth, file storage, and edge functions.

Use these Naive primitives:
- apps: deploy on Vercel + Supabase
- database: managed Postgres (SQL, migrations, CRUD)
- auth: end-user authentication
- storage: file buckets
- functions: serverless edge functions

Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login

What it builds

One-command deploy

Provision a Vercel + Supabase app instantly.

Managed Postgres

Run SQL, migrations, and CRUD via PostgREST.

Auth & storage

End-user auth (GoTrue) and file buckets out of the box.

Edge functions

Deploy and invoke serverless functions.

Primitives used

appsdatabaseauthstoragefunctions

How it's built

  • naive apps — deploy the full-stack app
  • naive database / storage — Postgres + buckets
  • naive auth / functions — users + serverless

Start building

Install the CLI, copy the prompt, and let your agent wire it up.

$ npm i -g naive && naive login
AppsDatabase