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 β AI sorting active
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:
- Grab a key from console.anthropic.com β API Keys.
- Stop the server (
Ctrl-C), then restart it with the key in the environment:
Windows PowerShell:ANTHROPIC_API_KEY=sk-ant-... python3 server.py$env:ANTHROPIC_API_KEY="sk-ant-..."; python server.py - 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.