4.5k stars · AGPL-3.0 · v0.36.1 (2026-07-03)
Self-hosted public feedback board — a roadmap that builds trust, and user language that doubles as keyword research.
▶Repo detailsthe review · specs · pros & cons · install
What it is
A self-hosted feedback board: users post ideas, vote on each other's, and you mark items planned, started or completed. It is one Go binary against a PostgreSQL database, in the same shape as Listmonk from Edition 2.
Why it matters
Two payoffs, and the second is the one people miss. The obvious one: a solo founder's product looks abandoned until there is visible evidence that someone is steering it, and a public board with dated, completed items is that evidence. The subtler one: the posts are your users describing your product in their own words, unprompted. That is the exact vocabulary you should be feeding into OpenSEO (Edition 2) as keyword seeds, and the exact phrasing your landing page should be using instead of yours. Be honest about timing though — an empty board is worse than no board, so this waits until you have a steady trickle of users.
- Single Go binary plus your existing Postgres — near-zero added maintenance
- Voting tells you what to build next, with evidence rather than instinct
- Public boards get indexed, so user-written pages accumulate on your domain
- Search indexing and moderation tooling sit behind a paid Pro key even when you self-host — check this first
- Premature without users; a board with three posts signals the opposite of what you want
- AGPL-3.0, and it is a public-facing service — read the terms before modifying it
That is the exact vocabulary you should be feeding into OpenSEO (Edition 2) as keyword seeds, and the exact phrasing your landing page should be using instead of yours.
Docker container on the VPS with its own database inside your existing PostgreSQL, served at feedback.yourdomain.com .

