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
Add this skill
npx mdskills install QuackbackIO/quackbackWell-documented feedback management platform, but submitted as a skill instead of an MCP server

Quackback
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.
git clone https://github.com/QuackbackIO/quackback.git
cd quackback
cp .env.example .env # Edit with your configuration
docker build -t quackback .
docker run -p 3000:3000 --env-file .env quackback
Requires PostgreSQL and a Redis-compatible store. Set DATABASE_URL and REDIS_URL in .env.
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.
See the Contributing Guide to get started.
GitHub Discussions — ask questions, share ideas
Contributions require signing our CLA.
Install via CLI
npx mdskills install QuackbackIO/quackbackQuackback is a free, open-source AI agent skill. 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
Install Quackback with a single command:
npx mdskills install QuackbackIO/quackbackThis downloads the skill files into your project and your AI agent picks them up automatically.
Quackback works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.