Pick the repo you forgot.
Start from the folder you abandoned 3 months ago. The one where the README lies.
For devs juggling 10 side projects
You have 10 projects. You remember how 2 of them work. AppFleet remembers where the other 8 live, if they are up, and which 5 env vars break them. So you can hand a clean, redacted brief to Claude and get a fix, not a hallucination.
Free for 3 projects. Takes 5 minutes. Secrets never leave your device unencrypted.
{ "project": "side-project-07", "runtime": { "node": ">=20", "region": "iad1", "framework": "Next.js" }, "repo": "github.com/acme/side-project-07", "providers": ["Vercel", "Neon"], "env": { "DATABASE_URL": "pos****, neon.tech (set)", "RESEND_KEY": "re_**** (set)", "AUTH_SECRET": "aut**** (set)" }, "health": "verified", "next": "Run pnpm db:push before first deploy." }
Start from the folder you abandoned 3 months ago. The one where the README lies.
npx appfleet remember scans package.json, vercel.json, live URL, and .env.example. It uploads facts, not secrets. Secrets are encrypted on your device.
Next time, get git clone, pnpm i, decrypted envs, and one safe prompt for Codex / Claude / Cursor. With the next safe command visible.
We render aliases, counts, envelope metadata. Raw values never render in UI or prompts.
CLI runs where code lives. No GitHub App to install to get started.
Not "unknown". Shows last deploy SHA, 41s build, live 200 OK from yesterday, or why it failed.