loading…
Search for a command to run...
loading…
Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, m
Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs.
Open source feedback for teams that ship.
The open-source alternative to Canny, UserVoice, and Productboard.
Collect feedback. Prioritize what matters. Close the loop.
Website · Docs · Get Started
Cloud coming soon at quackback.io. Join the waitlist.
Self-hosted anywhere with Docker or one click on Railway.
Most feedback tools are expensive, closed-source, and lock you in. Quackback gives you a modern feedback system you actually own.
Slack, Linear, Jira, GitHub, GitLab, Asana, ClickUp, Monday, Trello, Notion, Shortcut, Azure DevOps, Intercom, Zendesk, Freshdesk, HubSpot, Salesforce, Stripe, Discord, Teams, Segment, Zapier, Make, and n8n.
git clone https://github.com/QuackbackIO/quackback.git
cd quackback
cp .env.example .env # Edit with your configuration
docker build -t quackback -f apps/web/Dockerfile .
docker run -p 3000:3000 --env-file .env quackback
Requires PostgreSQL and a Redis-compatible store. Set DATABASE_URL and REDIS_URL in .env. Migrations run automatically on startup.
See the Contributing Guide to get started.
Prerequisites: Bun v1.3.7+ and Docker
git clone https://github.com/QuackbackIO/quackback.git
cd quackback
bun run setup # Install deps, start Docker, run migrations
bun run db:seed # Optional: seed demo data
bun run dev # http://localhost:3000
Log in with [email protected] / password.
Contributions require signing our CLA.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"quackbackio-quackback": {
"command": "npx",
"args": []
}
}
}