A configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"Both replace Forest Admin. Rails Admin is the better-known of the two (7,900 stars), while Avo also stands in for Retool.
A configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"A zero-configuration admin interface generated from your schema
No ratings yet# Gemfile
gem "rails_admin"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.
RailsAdmin introspects your models and gives you a working admin with no per-model configuration. CRUD for every model it finds, immediately Search, filters and export A history of changes A configuration DSL for when the defaults are wrong Zero configuration means it exposes everything by default, including models you did not mean to expose. Gate the mount and configure visibility before this goes anywhere near production.
Read the full Rails Admin listing →
Rows where the two differ are marked.
| Avo | Rails Admin | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces (differs) | Forest Admin, Retool | Forest Admin |
| License (differs) | Community edition MIT; advanced features commercial | MIT |
| GitHub stars (differs) | 2400 | 7900 |
| Gem (differs) | avo | rails_admin |
| Mounts at (differs) | /avo | /admin |
| Member rating (differs) | 5.0 | — |