lific 2.2.0

Local-first, lightweight issue tracker. Single binary, SQLite-backed, MCP-native.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lific.dev

Marketing/landing page for Lific, eventually hosted at https://lific.dev.

Next.js 16 (App Router) + Tailwind v4, managed with Bun. Fully static — no
server-side anything.

```bash
bun install
bun run dev     # local dev on :3000
bun run build   # production build
```

Content facts (the three numbers, install commands, client count) mirror the
root `README.md` — keep them in sync when the main README changes.