logo Project AtmosFarmCOMMAND CENTER
Speak it Β· sort it Β· ship it

Command Center

Capture a thought by voice or text β€” it gets auto-sorted into a build category and priority, lands on your task board, and you star the 3–5 things that matter today. Your working memory for the 100-day dome build, saved to disk and portable as JSON.

Quick capture

Type a task or hit the mic and speak it. AI sorts it into Build Β· Engineering Β· Content Β· Business Β· Personal and sets a priority.

⭐

Key tasks today

🧱

Build task board

πŸ”

Daily build routine

🎯

Goals

πŸ““

Build journal

β–Έ Archive

πŸ”Œ Enable smarter AI sorting with Claude

Out of the box, captures are sorted by built-in keyword rules β€” $0, no key, fully offline. To upgrade to Claude Haiku (sharper categories & priorities, ~$0.001 per capture), point the server at an API key:

  1. Grab a key from console.anthropic.com β†’ API Keys.
  2. Stop the server (Ctrl-C), then restart it with the key in the environment:
    ANTHROPIC_API_KEY=sk-ant-... python3 server.py
    Windows PowerShell: $env:ANTHROPIC_API_KEY="sk-ant-..."; python server.py
  3. Add a task β€” the capture status line reads "via Claude Haiku" when it's working (instead of "via keyword rules"). This box hides itself automatically once it sees Haiku respond.

πŸ”’ Your key lives only in the server's environment β€” it's never sent to the browser or written to data/os.json.