YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ProjectDashboard
Live dashboard that auto-scans all projects in ~/Projekte/ and displays them as a web overview.
Shows git stats, LOC, tech stack, PLAN.md progress, and Claude session count per project.
Status
MVP shipped. Auto-refresh and filter UI pending.
Run
cd ~/Projekte/ProjectDashboard
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8060
# → http://localhost:8060
Auto-scans all projects on startup. Rescan button in dashboard.
What works
- Auto-scan on startup
- Project list with status badges and progress bars
- Single project view (htmx partial, no page reload)
- Git stats (last commit, commit count, LOC)
- PLAN.md progress (open vs. done items)
- Manual overrides via
overrides.json - Dashboard stats (total LOC, commits, open plans)
- Timeline of last 15 scan events
- JSON API (
/api/stats,/api/projects)
Stack
FastAPI + SQLAlchemy + SQLite (WAL) + htmx + Jinja2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support