Skip to content

Introduction

What Feedbot is, who it's for, and the two ways to run it.

Feedbot is an open-source feedback platform. It listens to community chats — Telegram today, more platforms later — classifies inbound messages with an optional LLM, and exposes the structured backlog both as a JSON API and as a Model Context Protocol server so AI tools can read and triage your queue.

  • Teams running a product community on Telegram who want feedback to land in a structured backlog rather than getting lost in chat scrollback.
  • Builders shipping AI tools who want their assistants to read the user backlog as a first-class data source via MCP.
  • Self-host enthusiasts who don’t want to send their users’ messages to a SaaS.
CloudSelf-host
URLapp.feedbot.devYour domain
SetupSign up — donecurl … | sh
DataWe host itYou host it
Settings UIHidden (we configure SMTP/etc)Visible — you control everything
CostFree during betaFree, forever

Both run the same Docker images built from the same source — helderpgoncalves/feedbot. The only difference is who runs the orchestrator.