Cobalt
View usage statistics of all your apps. Track and determine where you are wasting time, and get your procrastination under control.
Show more screenshots
Home Page (light mode)
Home Page (Streaks)
Apps Page
Tag Page
Tag Page (Histogram)
Alerts Page
Alert Page
Edit Alert Page (Usage Preview)
Edit Alert Page (Action Preview)
Edit Alert Page (Reminder Preview)
History
[!WARNING] This project is mostly production-ready, but sometimes Chrome might slow down by 2-5%. If this becomes noticible, please report it so that I can trace the issue!
Docs
See the ARCHITECTURE.md for an overview of the project.
More detailed developer guides:
- General: DEV_GUIDE.md
- Engine: DEV_GUIDE_Engine.md
- UI: DEV_GUIDE_UI.md
Running
# Install UI dependencies
bun i
# Build all
cargo build
# Run the UI
bun dev
# Run the UI (for Agents / Git Worktrees)
bun dev:agent
# Run the Engine
cargo run --bin engine
# Test
cargo test