Feed aggregator

Run Prompts on a Schedule

Hacker News - Sun, 03/08/2026 - 8:37pm
Categories: Hacker News

Show HN: Todo.open – A local-first task server with CLI, TUI, and web UI

Hacker News - Sun, 03/08/2026 - 8:35pm

Think todo.txt but with a real API, live UIs, and an extension model.

Tasks are stored as plain JSONL on disk (one JSON object per line). A local HTTP server exposes them over a REST + SSE API. Three interfaces ship out of the box:

- CLI: todoopen task create, todoopen task list, etc. - TUI: a Bubble Tea terminal UI with live SSE updates - Web UI: a browser interface, also live via SSE

All three talk to the same local API, so they stay in sync automatically.

The part I'm most excited about is the adapter system.

- View adapters control how task data is rendered; sync adapters handle push/pull to remotes.

The contracts are small so it's straightforward to add your own. Want to sync to a custom backend or render tasks as Markdown? Write an adapter.

Data stays yours. tasks.jsonl is human-readable, grep-able, and never locked behind a database.

It also has agent primitives (leases, idempotency keys, heartbeats) if you want to point an AI agent at it, but the core design is human-first: plain files, open protocol, composable interfaces.

GitHub: https://github.com/justEstif/todo-open

Site: https://justestif.github.io/todo-open/

Comments URL: https://news.ycombinator.com/item?id=47303331

Points: 1

# Comments: 0

Categories: Hacker News

3D Printer Bans [video]

Hacker News - Sun, 03/08/2026 - 8:32pm
Categories: Hacker News

Ask HN: What Are You Working On? (March 2026)

Hacker News - Sun, 03/08/2026 - 8:07pm

What are you working on? Any new ideas that you're thinking about?

Comments URL: https://news.ycombinator.com/item?id=47303111

Points: 1

# Comments: 0

Categories: Hacker News

WebPKI and You

Hacker News - Sun, 03/08/2026 - 8:01pm
Categories: Hacker News

The Noble Path

Hacker News - Sun, 03/08/2026 - 8:00pm
Categories: Hacker News

Clawhub Is Down?

Hacker News - Sun, 03/08/2026 - 7:58pm

Is anybody else unable to access skills?

Comments URL: https://news.ycombinator.com/item?id=47303030

Points: 1

# Comments: 0

Categories: Hacker News

Pages