Feedgent Docs

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

  1. Create a workspace. Sign in and pick a slug — say acme. Your public portal lives at acme.yourdomain from that moment.
  2. Create a board. Boards group feedback — Features is a fine first board. Open the dashboard inbox and click Create first board.
  3. 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).
  4. 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

SurfaceWhat it is
PortalPublic site where users post, vote, and discuss
DashboardYour team's triage view: inbox, statuses, merging, settings
WidgetThe portal embedded on your own site via one script tag
RoadmapPosts grouped by status, public
ChangelogMarkdown announcements linked to shipped posts

On this page