I built an AI-assisted roadmap tool to prioritize SaaS features
Feedback voting with AI dedup and RICE scoring—Canny and ProductBoard already do this.

Makes your coding assistant an active member of the product workflow: install the MCP server and agents can triage inboxes, surface semantic duplicates (pgvector + Voyage), suggest sprint candidates, and generate changelog drafts. Clever engineer-first positioning — the novelty is treating agents as first-class users — but I'd want stronger detail on permissions and guardrails before letting bots fully close the loop.
Product teams, backend/frontend developers, developer-tooling teams, and makers who want automated feedback triage and agent-driven workflows
The idea: Your coding agent (Claude Code, Cursor, OpenClaw, Codex, etc.) should be able to check what users are asking for, find duplicates, plan what to build next, and write the changelog — without you ever opening a dashboard. VoteShip makes that possible through MCP and a full REST API.
How it works with agents: Install @voteship/mcp-server (22 tools, 5 resources, 4 workflow prompts) and your agent can: - Pull your unreviewed feedback inbox and triage it - Detect duplicate requests via semantic search (pgvector + Voyage embeddings) - Check vote counts and suggest what to build this sprint - Draft a changelog entry after shipping a feature - Create, tag, and update posts programmatically
An agent like OpenClaw can autonomously monitor your board, identify trending requests, and open PRs to address them — closing the loop from "user asks for feature" to "agent ships it" without human intervention. The REST API and webhooks work just as well for custom agent pipelines.
Why I built it: I was using Canny and kept hitting walls — no anonymous voting (their most-requested feature, ironically), AI features paywalled, and per-"tracked-user" pricing that punishes you for having an active community. And none of the incumbents have any agent integration at all.
What else it does: - Public voting boards with anonymous voting (no signup required) - Public roadmaps and changelogs - 7 built-in AI features — duplicate detection, auto-categorization, sentiment analysis, changelog generation - Embeddable widget (Preact + Shadow DOM) - Import from Canny/Nolt/UserVoice in ~2 minutes
Pricing: Free / $5 / $15 / $25 per month. Flat pricing, no per-user fees. The $15 plan includes everything Canny charges $359/mo for.
Try it: https://voteship.app
MCP server: npx @voteship/mcp-server (npm)
Happy to answer questions about the MCP implementation, agent workflows, or anything else.
Feedback voting with AI dedup and RICE scoring—Canny and ProductBoard already do this.
Free Canny clone with 5 roadmaps live — crowded space, no clear differentiation.
FeatureFlag and Canny clone that works, but offers no new angle on the problem.
Spec-driven PR automation with live agent verification, not chat babysitting.
PR-model for agent writes solves real OpenClaw quality drift without enterprise middleware.
Another spec framework competing with GitHub's spec-kit but as a skill file.