AppFleet

For devs juggling 10 side projects

Resume any project in 5 minutes

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.

npx appfleet remember

Free for 3 projects. Takes 5 minutes. Secrets never leave your device unencrypted.

memory.bundle.json - redacted view verified
{
  "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."
}
Buildpass - 41s
Env checkverified
ProvidersVercel + Neon
ActionResume
Never logs raw secrets.Only aliases and encrypted envelopes. No raw envs in chat.
01

Pick the repo you forgot.

Start from the folder you abandoned 3 months ago. The one where the README lies.

02

Let the CLI remember it.

npx appfleet remember scans package.json, vercel.json, live URL, and .env.example. It uploads facts, not secrets. Secrets are encrypted on your device.

03

Resume with confidence.

Next time, get git clone, pnpm i, decrypted envs, and one safe prompt for Codex / Claude / Cursor. With the next safe command visible.

Product UI is the handoff.

Secrets never touch chat

We render aliases, counts, envelope metadata. Raw values never render in UI or prompts.

Built around your file system

CLI runs where code lives. No GitHub App to install to get started.

Health with receipts

Not "unknown". Shows last deploy SHA, 41s build, live 200 OK from yesterday, or why it failed.

Built calm