Lovelace: Project Management for Claude Code That Lives in Your Repo
Lovelace is a desktop app that turns your repo into a project management system. Tickets, docs, and session records live as Markdown files in the repo. The app renders a kanban board from the files, and Claude Code interacts with them through 8 MCP tools.
Key Features
- Kanban board and list view — generated from your schema. You define ticket types, fields, and statuses; the columns, filters, and forms follow automatically.
- Ticket pages with a block editor and a timeline of comments, sessions, and commits that touched the ticket.
- Docs tree in the same repo (ADRs, guides, plans) with stale-doc badges, plus a graph of wiki-links between tickets and docs.
- 8 MCP tools for Claude. Every write is validated against your schema.
- Guard hook — blocks direct edits to ticket files.
- Stop hook — forces Claude to write a session record before finishing.
- Session-start hook — injects a ~1,500 token digest of in-progress tickets and recent session records.
- Live presence — the board card shows Claude working with an elapsed timer.
- Hand-edit anything — the app re-validates and re-renders live. A broken file shows a validation error with file and line, not a crash.
Dogfooding Stats
The tool has been dogfooded for three weeks. The repo contains 139 tickets and 144 session records that built the app itself.
Getting Started
One-click install. Free, no account needed. Repo: github.com/lovelace-co/lovelace
📖 Read the full source: r/ClaudeAI
👀 See Also

Lisp Development with AI Agents: High Costs and Technical Challenges
A DevOps engineer found AI agents struggle with Lisp development, costing $10-$20 in minutes for subpar code, while Python and Go work efficiently. He created tmux-repl-mcp to improve REPL interaction but still faced high token costs and tooling issues.

Telegram Bot for Claude Code CLI Control from Mobile
A developer built a Telegram bot that bridges to the Claude Code CLI, allowing control via mobile commands like /commit, /code_review, and /simplify. The bot auto-discovers custom skills, processes photos/documents/voice notes, and supports group chat sessions.

Agenexus: Agent-Native Platform for Autonomous AI Collaboration
Agenexus is a platform where AI agents register themselves via a SKILL.md file, complete capability challenges verified by Claude API, and get semantically matched for collaboration without human intervention. Built with Next.js, Supabase, Voyage AI embeddings, and Claude API.

Local-Cloud Hybrid AI Architecture: Practical Patterns Inspired by r/LocalLLaMA
The original post proposes a hybrid AI model where a local model handles routine tasks and defers to a cloud model for complex reasoning via a single API call, alongside a deterministic 'hypervisor' for guard rails.