How It Works
A personal command center for a solo developer — built to capture ideas on the go, log dev sessions, and use Claude AI to stay on top of every project.
The Core Idea
Most developer tools are built for teams. This one is built for one person juggling multiple side projects, switching contexts throughout the day, and capturing ideas at random moments — often from a phone.
The dashboard syncs everything into one place: what you built, what you noticed, what comes next. Claude AI turns your raw notes into structured summaries and health assessments so you always know where each project stands.
Capturing Notes from Your Phone
Open the dashboard on your phone
Navigate to ai.c2tbuilds.com in your mobile browser. The layout is optimized for one-handed use — everything thumb-reachable at the bottom of the screen.
Tap the + button
The floating + button opens the Quick Capture panel — a slide-up sheet with three tabs: Idea, Note, and Bug. No login, no friction.
Pick your capture type and type it in
Ideas are free-form thoughts you want to remember. Notes attach to a specific project (or stay general). Bugs let you pick a project and set severity (low / medium / high) before saving.
It saves instantly to Supabase
Your capture hits the API route on the server, which writes to the Supabase database using the service role key — never exposing credentials to the browser. You'll see a confirmation in under a second.
It shows up everywhere, immediately
Switch to your computer and the note, idea, or bug is already there — on the dashboard, in the project detail, or in the Ideas pipeline. No sync needed.
Ending a Dev Session
After a work block, click End Session in the sidebar. Fill in a quick summary of what you built, any new ideas that came up, what to pick up next, and how long you worked.
Claude reads all of that and writes a 3–4 sentence narrative summary of the session — the kind you'd write in a devlog, but without the effort. The session is saved to Supabase, and every project you touched gets its last_worked_at and session count updated automatically.
AI Health Scores
Every project has a health score from 0–10, generated on-demand by Claude. Open a project and click Refresh Score. Claude looks at:
- →Project stage and how long it's been since last session
- →Number of open bugs
- →Recent notes and session history
- →Features shipped vs. what's planned
It returns a score plus a four-part breakdown: progress, risks, momentum, and next priorities. The score is color-coded — green (7–10), yellow (4–6), red (0–3). Scores are never auto-generated; you trigger them when you want a fresh read.
Everything in One Place
Ideas Pipeline
Capture ideas from phone, session, or desktop. Each idea shows its source so you remember the context. Promote any idea directly to a full project.
Project Notes
Notes attach to a project and stack up in a timeline. Add quick inline notes from the project detail page, or capture them from your phone on the go.
Bug Tracker
Report bugs by project with severity levels. Mark them resolved from the project detail page. Open bugs feed into the health score analysis.
Session Log
Every end-session call logs the full session: work done, ideas, next actions, duration, and the Claude-generated summary. Filterable, expandable history.
Resources Library
Save articles, tools, videos, and inspiration links. Tag by type, link to a project, and add notes about why it matters.
Markdown Export
Hit /api/export to download a ZIP of every project as a markdown file — health analysis, notes, bugs, session history. Commit it to git as a snapshot.