Avo
Better knownA configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"Both replace Retool. Avo is the better-known of the two (2,400 stars), while Rails DB also stands in for Airtable.
A configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"A database viewer and SQL runner mounted at /rails/db
No ratings yet# Gemfile
gem "rails_db"
# config/routes.rb
mount RailsDb::Engine, at: "/rails/db"Avo builds an admin panel from resource definitions, and goes past CRUD with custom actions, filters and dashboard cards. Resource classes describing fields, filters and actions Custom actions that run Ruby against selected records Dashboards with metric and chart cards Authorization through Pundit policies Mounts at /avo by default. The community edition is MIT. Several features are in the paid tiers. Check before you plan around one.
A database browser for Rails that works against PostgreSQL, MySQL and SQLite. Table content and schema, browsable A SQL editor with autocomplete CSV and Excel export HTTP basic auth built in, if you have no better gate
Read the full Rails DB listing →
Rows where the two differ are marked.
| Avo | Rails DB | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces (differs) | Forest Admin, Retool | Airtable, Retool |
| License (differs) | Community edition MIT; advanced features commercial | MIT |
| GitHub stars (differs) | 2400 | 1500 |
| Gem (differs) | avo | rails_db |
| Mounts at (differs) | /avo | /rails/db |
| Member rating (differs) | 5.0 | — |