Self-hosted todo/kanban/docs app with a full stack shipped in a single npm package: API, React UI, and embedded Postgres database. Version 1.0.25, updated frequently on npm. No Docker, no external database, no cloud account required. Differentiators: zero external infrastructure dependencies, runs via npx with a one-time Postgres binary download (~50 MB), supports background service mode with macOS launchd/Linux systemd integration, LAN sharing for OAuth/MCP clients, and automatic daily update checks.
npm install local-todoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs the app via npx, opens browser at localhost:3001, stops with Ctrl+C.
Use `npx local-todo` instead, or configure nvm's default PATH.
Ensure stable internet connection on first boot.
Run `local-todo enable` again after changing config.
Put nginx/Caddy in front with TLS certificate.
N/A
Use `npx local-todo` instead of calling `local-todo` directly.
Run `local-todo stop` before `rm -rf ~/.local-todo`.
Delete `~/.local-todo/pg` and re-run `npx local-todo`.
No dependency data recorded yet.