Notificare - a Ruby on Rails gem
Hello, everyone I launched (with Claude help) this gem that makes use of the `ActiveJob::Continuation` API
This gem adds persistent progress tracking of the running task (example: a file upload), a durable notification inbox aimed at the end user and a Hotwire/turbo-rails UI scaffold. Turning the resumable `ActiveJob::Continuation` steps into a state machine that handles notifications without the need for manual broadcasting configuration.
It's still in alpha, feel free to test, contribute and criticize