Turbo Tour – A Ruby on Rails gem for building product tours
I recently released Turbo Tour, a Ruby on Rails engine that makes it easy to add interactive product tours to your Rails applications.
Instead of relying on heavy JavaScript libraries, Turbo Tour is designed to fit naturally into modern Rails apps that use Hotwire. It helps you guide users through key parts of your interface with step-by-step tours.
Highlights • Simple DSL for defining tours • Works nicely with Turbo / Hotwire-based apps • Lightweight and easy to integrate • Fully customizable tour steps and UI • Designed specifically for Rails applications
The goal is to make it easy to introduce new features, guide users through workflows, or highlight parts of your UI without adding complex frontend dependencies.
You can see the documentation and examples here:
👉 https://turbo-tour.dhairyagabhawala.com
GitHub:
👉 https://github.com/dhairyagabhawala/turbo-tour
Would love feedback from the community and contributions if anyone finds it useful.
Post a comment