Ideasbugs
A public feedback board for feature requests and bug reports, with voting
5.0 · 2 ratings
- Gem
- ideasbugs
- Repository
- yshmarov/ideasbugs
- License
- MIT
- Stars
- 158
- Added
- August 19, 2026
About
A feedback board your users reach without leaving your app, and without creating a
second account somewhere else.
What you get
- Boards for ideas and for bugs
- Posts with upvotes
- Statuses you move posts through — planned, in progress, shipped
- Comments on each post
Mounting it
ruby
# Gemfile
gem "ideasbugs", github: "yshmarov/ideasbugs"
# config/routes.rb
authenticate :user do
mount Ideasbugs::Engine, at: "/feedback"
end
Wrapping the mount in authenticate :user is the whole access-control story: the
board is reachable only by signed-in users, and every vote is attributed to a real
account you already have.
Where it sits next to the SaaS
Canny is better at roadmap presentation and at merging duplicate requests. This is
better at knowing, with no integration work at all, that the person voting is on
your enterprise plan.
Discussion (0)
Sign in to join the discussion.
No comments yet.