A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Open source alternative to Canny, UserVoice, Productboard
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 demo@example.com / password.
Contributions require signing our CLA.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management