Early access - launch pricing

Start with an idea.
Get the guide to build it.

Describe what you want to build, pick your stack, and get a 5-file starter kit personalized to your idea. Auth flows, security patterns, env config, a setup script, and a phased roadmap. Works with Claude Code and Cursor.

CLAUDE.md

# CLAUDE.md — Sunday Meal Prep

## Project Overview

Sunday Meal Prep helps busy families plan their weekly

meals, auto-generate grocery lists, and save favorites.

## Tech Stack

- Framework: Next.js 15 (App Router)

- Database / Auth: Supabase (PostgreSQL + Auth)

- Auth Method: Magic link + OAuth, no passwords

## Authentication

Passwordless only. Never implement email/password.

|

How it works

From idea to building. Two minutes.

01

Share your idea

Tell us what you want to build and pick your stack. Framework, database, auth, security level, and deployment.

02

We build your starter kit

Our AI generates 5 files personalized to your idea: CLAUDE.md, .cursorrules, .env.example, a setup script, and a phased roadmap for your exact stack.

03

Start building

Drop the files in your repo. Claude and Cursor read them on every session and already know your stack, patterns, and conventions.

What you get

Everything your AI editor needs to build your idea.

Each section is generated from your idea and stack choices. Personalized, not templated.

Auth Flow

Complete passwordless auth patterns for your provider. Magic link, OAuth, or both.

## Authentication // Passwordless: magic link await supabase.auth .signInWithOtp({ email }) // OAuth: Google, GitHub

Security Posture

Security headers, CSRF protection, rate limiting, and audit logging scaled to your needs.

## Security - CSP + HSTS headers - RLS on every table - Audit log on mutations - Session timeout: 1hr

Testing Patterns

Security-first test suites. Auth boundary checks, RLS policy tests, input validation.

describe("auth") it("rejects expired token") it("blocks cross-user read") it("validates email format")

Code Patterns

Opinionated examples for API routes, database queries, auth checks, and components.

const supabase = createClient() const { data } = await supabase.from("posts") .select("*, author!fk(*)")

Stack Config

Directory structure, env variables, deployment config, and dev commands for your exact stack.

app/ ├── _components/ ├── api/ lib/ ├── supabase/

Gotchas & Conventions

Stack-specific pitfalls and naming conventions so Claude never makes the same mistake twice.

1. Use explicit FK names 2. Convert string → number 3. Server client in RSC 4. RLS blocks ≠ errors

Pricing

Start free. Upgrade when you are ready.

Try the template guide at no cost. Upgrade to the full AI-personalized starter kit when you want the real thing.

Free
$0

Template guide based on your stack choices.

  • Template CLAUDE.md for your stack
  • Auth, database, and security patterns
  • Download and copy instantly
  • Generic examples
  • Single file only
Launch pricing
$15$9one-time

AI-personalized starter kit for your idea.

  • 5 files: CLAUDE.md, .cursorrules, .env, setup.sh, ROADMAP.md
  • AI writes examples using your domain
  • Developer toolkit and setup guide
  • Works with Claude Code and Cursor
  • Direct support via X and email
Custom
Let's talk

We build it with you, not just for you.

  • Everything in the starter kit
  • Working scaffold with auth and database wired up
  • Deployed to your infrastructure
  • 1-on-1 walkthrough of your codebase
  • Ongoing support as you build