- Initial release — live demo and downloadable, runnable foundation.
Habit Tracker
Small things, done daily, with streaks to prove it.
Seven days of one-tap check-ins for every habit.
Current streaks computed from actual history.
Add, review, and prune the list.
Overview
Habit Tracker keeps the loop tiny: a list of habits, a week of checkboxes, and streaks that come from real check-ins. No points, no guilt mechanics — just a quiet grid that makes consistency visible. The data model is one array, so bending it into your own system is an easy first agent task.
Features
- Seven-day check-in grid
- Streaks computed from real check-ins
- One-field habit capture
- Total check-in history
- Single-array data model, easy to extend
Make it yours in three steps
Download it
One click, one zip, the whole project. Free, MIT licensed, yours to keep.
Download Habit TrackerRun it
Unzip it, then run this in the folder. It works immediately — no database, no accounts, no configuration.
$ npm install
$ npm run devHand it to your coding agent
The download ships with CLAUDE.md, AGENTS.md, and Cursor rules, so your agent understands the project the moment it opens the folder.
$ cd habit-tracker
$ claudeClaude Code reads the included CLAUDE.md automatically — it already knows the project.
A good first prompt:
“Give me a quick tour of this project, then help me make it mine.”Agent-ready information
Ships with CLAUDE.md, AGENTS.md, Cursor rules, and a full agent handbook — project map, safety rules, recipes, tests, and deploy notes.
Changelog
Related foundations
Explore nearby starting points before you commit to a fork.
/productivity / updated Jun 29, 2026
Personal Operating System
Tasks, notes, routines, and planning in one owned workspace.
/health / updated Jul 2, 2026
Workout Log
Show up, write it down, watch the PRs move.
/finance / updated Jul 2, 2026
Expense Tracker
Three-second logging, and a month view that tells the truth.