PROJECT active
Pulse
What should I pay attention to right now?
Overview
Personal command center CLI that answers what you should pay attention to right now. Combines morning briefings, project health monitoring, and AI service cost tracking into a single terminal dashboard.
Architecture
Python CLI with SQLite cache. Fetches project status from GitHub API, cost data from OpenRouter, and system health from local metrics. Outputs a formatted terminal report. Cron-driven for automatic morning briefings.
The Story
Started as a morning routine script — check GitHub notifications, check OpenRouter balance, look at the calendar. Turned into a full CLI when the script outgrew its shell-script origins. The name comes from checking the pulse of everything that matters before starting work.
Technology
Python CLI SQLite API Integration
Links
Features
- Morning briefings with project status summary
- Project health monitoring (repos, CI, dependencies)
- AI service cost tracking (OpenRouter, APIs)
- Configurable notifications and alerting
Highlights
- Replaces daily standup with automation
- Monitors multiple projects from one CLI