Project management that lives in your repo.
The free and private app for managing your software project.
Board
Project Management
Boards, tickets, and epics as files inside the repo, indexed by one YAML workflow file.
The title is all you type. The schema fills the rest: type task, status backlog, and the next ID from the project counter.
Documentation
Briefs as Markdown files, navigated via a knowledge tree, linked to other assets project-wide.
The root document: a project summary and the reading order. An agent reads this first, then follows each directory's index.md down to what it needs.
stale · review_by 2026-06-01Summaries come from the files' frontmatter; indexes and agents read them without opening the body. Wiki-links like [[T-0142]] tie documents to tickets.
The Views
Lovelace allows you to interact with your project using methods already familiar.
Work
Board
Tickets grouped by status, columns from your workflow, with your agent moving tickets alongside you.
List
Every ticket visible, filterable, and editable in a single table view.
Knowledge
Documentation
Your project's documentation. A living organism of your project, its architecture, and any decisions you've made.
Graph
A visual representation of your documentation and all connections between them.
The Agent Integration
An MCP server, hooks, and commands for Claude Code, OpenCode, and Codex, installed by the app in one click.
create_ticket(type: "task", fields: {title: "Cache the digest"})
✓ T-0143.md written · status: backlog update_ticket(id: "T-0142", fields: {priority: "medium"})
✓ one field rewritten · updated bumped describe_schema()
types, fields, statuses, priorities for this project query_tickets(filters: {status: "in_progress"})
1 match: T-0142 read_document(id_or_path: "documentation/architecture")
index.md + children, summaries only log_session(ticket: "T-0142", approach: "…", outcome: "completed")
✓ S-0032.md written set_active_ticket(id: "T-0142")
✓ recorded (machine-local, gitignored) search(query: "cycle detection")
2 hits: T-0142, S-0031 Try Lovelace on your repo.
Free for macOS, Windows, and Linux. No sign up.