OpenCan
Self-hosted, open-source customer feedback management — collect feature requests, vote, and close the loop with a public roadmap and changelog.
What is OpenCan?
OpenCan is a self-hosted, open-source customer feedback management platform — a Canny alternative for teams that want full control over their data and infrastructure. Teams use it to collect feature requests and bug reports from customers, vote on what matters most, track progress on a public roadmap, publish a changelog, and close the loop with the people who asked. Because it's self-hosted, customer data stays on your infrastructure, and you can extend or modify the product without waiting for a vendor.
Features
Feedback collection
- Public feedback boards — create multiple boards (e.g. Feature Requests, Bug Reports) and share them with customers
- Voting — members and guests can upvote posts; duplicate ideas surface via trigram similarity hints on submission
- Post status lifecycle — six statuses: Open → Under Review → Planned → In Progress → Shipped → Closed
- Threaded comments — discussion on each post, server-side HTML sanitised; guest comments supported
- Guest access — configurable per board: allow guests to post and/or vote without creating an account
- "My posts" page — authenticated users see all their submitted posts and current statuses in one place
Closing the loop
- Public roadmap —
/roadmapgroups posts by status into a live, public board; no separate data entry required - Changelog — admin-authored dated entries at
/changelog; each entry can link to shipped posts, triggering email notifications to everyone who voted on them - Status-change email notifications — post authors are emailed whenever an admin moves their request to a new status; users can opt out per-notification type
Integrations & embedding
- Outbound webhooks — register HTTP endpoints to receive HMAC-SHA256 signed payloads on
post.created,post.status_changed, andcomment.createdevents; covers Slack, Linear, Discord, and custom integrations - Embeddable widget — a single
<script>tag injects a floating feedback button into any host app; renders the board in an iframe panel; no separate page navigation required - JWT auto-login — host apps can sign a short-lived HMAC HS256 token so users land in the widget already authenticated