Getting started
Collect feedback, share a roadmap, and announce what you shipped — in five minutes.
Feedgent is an open-source feedback, roadmap, and changelog tool built for teams that ship with AI agents. People post and vote on your public portal; you (or your agents) triage, build, and announce.
Five-minute setup
- Create a workspace. Sign in and pick a slug — say
acme. Your public portal lives atacme.yourdomainfrom that moment. - Create a board. Boards group feedback —
Featuresis a fine first board. Open the dashboard inbox and click Create first board. - Share the portal. Anyone can read it. Signed-in users post, vote, and comment; guests can post too if you allow it (their posts wait in your moderation queue).
- Embed the widget. One script tag puts a feedback panel on your own site — see the widget guide.
That's the whole loop: feedback comes in, you set statuses, the roadmap and changelog update themselves from the same data.
For agents
Everything here is also available over a REST API (/openapi.json is the
source of truth), an MCP server, and a typed SDK. Start at Agents &
MCP. This documentation itself is agent-readable: append
.md to any page URL for raw markdown, or fetch /llms.txt for an index.
Where things live
| Surface | What it is |
|---|---|
| Portal | Public site where users post, vote, and discuss |
| Dashboard | Your team's triage view: inbox, statuses, merging, settings |
| Widget | The portal embedded on your own site via one script tag |
| Roadmap | Posts grouped by status, public |
| Changelog | Markdown announcements linked to shipped posts |