Releases: helderpgoncalves/feedbot
Releases · helderpgoncalves/feedbot
Release list
v0.1.0 — Initial public release
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
/mcpendpoint, works with Claude Code, Cursor, Windsurf, and any MCP client. 9 tools includingrequest_more_infofor 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 | bashSee the full changelog and deployment guide.