Quickstart — cloud
Sign up at app.feedbot.dev, create your first project, and start collecting feedback in three minutes.
If you don’t want to host anything yourself, the cloud version is running at app.feedbot.dev.
1. Sign up
Section titled “1. Sign up”Head to app.feedbot.dev and enter your email. We’ll send a magic link — no password.
The first user to sign up on a fresh deployment becomes the owner; later signups become regular members.
2. Create your first project
Section titled “2. Create your first project”In the dashboard, click + New project. Pick a slug (used in API keys) and a display name.
3. Submit feedback
Section titled “3. Submit feedback”You have three ways to get feedback into Feedbot:
Telegram
Section titled “Telegram”Open Project → Telegram chats → Connect chat. We’ll generate a deep link that adds our bot to a Telegram group of your choice. Every message in that group gets classified and stored.
REST API
Section titled “REST API”curl -X POST https://app.feedbot.dev/api/v1/feedbacks \\ -H "Authorization: Bearer fbk_live_..." \\ -H "Content-Type: application/json" \\ -d '{ "title": "Export hangs on iOS", "body": "When I select more than 100 rows...", "type": "bug", "severity": "high" }'Generate a key in Project → API keys → Create.
Drop our MCP URL into Claude Code, Cursor, or Windsurf:
{ "mcpServers": { "feedbot": { "url": "https://app.feedbot.dev/mcp/", "headers": { "Authorization": "Bearer fbk_live_..." } } }}Your AI assistant can now read, triage, and reply to feedback.
Next steps
Section titled “Next steps”- Connect a Telegram chat to a project
- Read the API reference
- Move to self-host when you’re ready