Skip to content

Releases: helderpgoncalves/feedbot

v0.1.0 — Initial public release

Choose a tag to compare

@helderpgoncalves helderpgoncalves released this 09 May 17:42

Feedbot v0.1.0

First stable release. Turn community chat into a structured product backlog — and let any AI agent resolve it.

Highlights

  • Telegram bot — captures feedback from group chats, auto-triaged by LLM (OpenAI / Anthropic)
  • React dashboard — triage, reply, manage projects, members, API keys, and billing
  • MCP over HTTP — native /mcp endpoint, works with Claude Code, Cursor, Windsurf, and any MCP client. 9 tools including request_more_info for in-chat clarification
  • Conversational loop — replies and resolutions go back to the same chat thread; user replies re-open the ticket automatically
  • Cloud billing (Stripe) — free tier + paid plans, quota enforcement, GDPR export/delete, legal pages
  • Closed by default — invite-only self-host; cloud can enable signup with one env var
  • Coolify-deployable — two Docker Compose services, one Postgres, TLS automatic

Docker images

ghcr.io/helderpgoncalves/feedbot-api:v0.1.0
ghcr.io/helderpgoncalves/feedbot-web:v0.1.0
ghcr.io/helderpgoncalves/feedbot-bot:v0.1.0

Quickstart

curl -fsSL https://feedbot.dev/install.sh | bash

See the full changelog and deployment guide.