Skip to content

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.

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.

In the dashboard, click + New project. Pick a slug (used in API keys) and a display name.

You have three ways to get feedback into Feedbot:

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.

Terminal window
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.