RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Ideabug — self-hosted, embeddable feedback widget in Rails

I just open-sourced Ideabug — a self-hosted Rails 8 app that gives you an embeddable in-app widget for announcements, bug reports, and feature requests, without the SaaS tax.

You drop a <script> tag into your host app, authenticate contacts via a signed JWT (RS256), and get:

  • In-app announcements with per-user read tracking
  • One-click bug reports with auto-attached context (URL, viewport, UA)
  • Feature requests + a public Now/Next/Shipped roadmap
  • JWT-driven audience segmentation for targeted announcements

Stack is Rails 8 + Postgres + Redis, Hotwire (Turbo/Stimulus), Tailwind + DaisyUI, ActionText/Lexxy, Minitest. MIT licensed, still WIP - feedback and PRs very welcome.

Comments

Oh, and the source is on GitHub: https://github.com/Humadroid-io/ideabug - README has the JWT key-pair setup and embed snippet.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in