Avo
Better knownA configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"Both replace Retool and Forest Admin. Avo is the better-known of the two (2,400 stars), while Madmin covers a narrower slice of the same job.
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.
Madmin generates an admin interface from your Active Record models, then gets out of the way when you want to change it. Generated index, show, new and edit screens per model Association handling, including nested resources Search and filtering Plain Rails views you can override file by file The installer adds mount Madmin::Engine, at: "/admin" to your routes. Hosted admin panels are faster to a first screen and arrive with row-level permissions and audit logs. Madmin gives you an admin that ships with your app, is reviewed in your pull…
Read the full Madmin listing →
Rows where the two differ are marked.
| Avo | Madmin | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces | Forest Admin, Retool | Forest Admin, Retool |
| License (differs) | Community edition MIT; advanced features commercial | MIT |
| GitHub stars (differs) | 2400 | 1300 |
| Gem (differs) | avo | madmin |
| Mounts at (differs) | /avo | /admin |
| Member rating (differs) | 5.0 | — |