This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
nooks — a household todo app
Self-hosted lists your agents and your household share
nooks is a shared todo list you run on your own hardware. One Go binary, one SQLite file you can copy. A built-in MCP server lets your coding agents write into the same lists you open in a browser, tick on your phone, and print for the shop. No telemetry, no account anywhere but yours.
My coding agents kept producing todo lists that lived and died in a chat log. I wanted somewhere they could put them that I'd still be able to read next week and the same place my flat keeps the shopping list, because it turns out those are the same thing.
nooks is a list app you run yourself. One binary, one SQLite file you can copy, `docker run` and it's up. Postgres if you'd rather.
An MCP server is built in, which is the part I actually built this for. Point an agent at your instance with a scoped token, you pick which lists it can see and whether it may delete anything. The list it writes to is the same list you open in a browser, tick on your phone, and hand to someone else.
The printed page is a real output. A4, proper checkboxes, quantities in mono, and three blank lines at the bottom for whatever you remember in the shop. Not a print stylesheet bolted onto a web page.
No email server. Join requests and password resets happen inside the app. Asking someone who's self-hosting a todo list to configure SMTP is how they stop self-hosting.
What it deliberately doesn't do: reminders, push notifications, file attachments, sub-lists. None of them are ruled out they're just not in v1.
No comment highlights available yet. Please check back later!
About nooks — a household todo app on Product Hunt
“Self-hosted lists your agents and your household share”
nooks — a household todo app was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #25 on the daily leaderboard. nooks is a shared todo list you run on your own hardware. One Go binary, one SQLite file you can copy. A built-in MCP server lets your coding agents write into the same lists you open in a browser, tick on your phone, and print for the shop. No telemetry, no account anywhere but yours.
nooks — a household todo app was featured in Productivity (661.2k followers), Task Management (84.3k followers) and Open Source (68.9k followers) on Product Hunt. Together, these topics include over 189.2k products, making this a competitive space to launch in.
Who hunted nooks — a household todo app?
nooks — a household todo app was hunted by Oshomo Oforomeh. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how nooks — a household todo app stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
My coding agents kept producing todo lists that lived and died in a chat log. I wanted
somewhere they could put them that I'd still be able to read next week and the same
place my flat keeps the shopping list, because it turns out those are the same thing.
nooks is a list app you run yourself. One binary, one SQLite file you can copy,
`docker run` and it's up. Postgres if you'd rather.
An MCP server is built in, which is the part I actually built this for. Point an
agent at your instance with a scoped token, you pick which lists it can see and whether
it may delete anything. The list it writes to is the same list you open in a browser, tick on your phone, and hand to someone else.
The printed page is a real output. A4, proper checkboxes, quantities in mono, and
three blank lines at the bottom for whatever you remember in the shop. Not a print
stylesheet bolted onto a web page.
No email server. Join requests and password resets happen inside the app. Asking
someone who's self-hosting a todo list to configure SMTP is how they stop self-hosting.
What it deliberately doesn't do: reminders, push notifications, file attachments,
sub-lists. None of them are ruled out they're just not in v1.
AGPL-3.0, docs at usenooks.vercel.app. Ask me anything.