Introduction
An overview of Lific and its documentation.
Lific is a local-first issue tracker. It runs as a single Rust binary. It stores data in SQLite.
The binary provides an embedded Svelte web UI, a command-line interface, a REST API, and an MCP server. The web UI assets are embedded from the frontend build output.
Documentation map
- Installation covers release binaries, Cargo installation, and source builds.
- Quickstart covers initializing an instance and creating a first issue.
- Connect agents covers
lific connect, which writes MCP configuration for installed AI tools. - Windows covers native Windows setup and WSL 2.
- Concepts describes Lific resources and identifiers.
- CLI documents command-line operations.
- Configuration documents
lific.tomland command-line overrides. - Self-hosting documents running a Lific server.
- REST API documents HTTP endpoints.
- MCP documents the MCP server and its tools.