Free, yours to keep
The blueprint that tells the AI what to build.
Before you build anything, you hand the AI a blueprint: one short file that tells it what your app is, who it’s for, and the rules to follow. Without it, the AI guesses, and some guesses are wrong. With it, you say it once and what comes back is right far more often. It’s the blueprint I start every app from, the same one behind ThriveMom. Take it.
- What your app is and who it’s for, so the AI builds the right thing
- A starter toolkit already chosen for you, nothing to research
- House rules and guardrails the AI follows without being asked
- A setup prompt: the AI asks you five questions and fills it in for you
# CLAUDE.md
<!--
READ ME FIRST (delete this block once you get it):
This file is Claude's memory for your app.
1. Put it in your project's main folder.
2. Name it exactly CLAUDE.md (all capitals).
Claude reads it at the start of every session, so you stop repeating yourself
and every request gets shorter and lands closer.
-->
## What we're building
- **App name:**
- **In one line:** (what it does + who it's for)
- **Built for:**
- **Not for:** (who you're happy to ignore)
## The stack (already chosen for you)
| Piece | We use | What it does |
|---|---|---|
| The screens | React + Tailwind | The buttons, pages, and layout people see |
| The engine | Supabase | Stores your data and handles logins |
| Going live | Vercel | Puts your app on the internet |
## House rules
- Simplest thing that works wins. No clever code.
- One feature at a time. Finish it before starting the next. New to the words? The free AI Starter Glossary explains the terms in this blueprint, and the AI words you’ll meet, in plain English.