Rails Admin Alternative: how does Avo compare to Rails Admin?

Rails Admin and Avo are both admin panel solutions for Ruby on Rails apps. Find out how they compare and what solution is best for your use case.

Avo vs. Rails Admin: a comparison

Both Rails Admin and Avo are admin panel frameworks that allow you to build Ruby on Rails applications faster. However, their features are not the same. Here's a quick comparison to help you decide which one to use for your next project.

Rails Admin

Quickly CRUD your resources through an admin panel

Both Avo and Rails Admin offer the ability to generate admin panels from the resources you already have. You can easily generate CRUD centric admin panels with both.

Build admin panels using a DSL

You can customize how your admin panel works and looks using a DSL with both Avo and Rails Admin.

You own your data

The data is yours, you're responsible for it but you get to keep it and manage it however you like.

Friendly customization

You can make your admin panel look and behave like you

Constant updates and improvements

The library gets constant releases, upgrades and bugfixes.

Functionality is independent from third-party plugins

No third party Avo-specific plugins are required to achieve common features.

Simple file uploads

You can handle file uploads easily using both Avo and Rails Admin. However, Avo allows direct uploads with a Pro license so you can handle big files easily.

Easy installation and documentation with the latest Rails version

Spend less time solving installation issues and more time building your application.

Data visualization out of the box

Avo allows you to build admin dashboards using charts, widgets and cards very easily.
Avo Pro

Configuration doesn't pollute your application's code

Avo gets out of your applications code by having separate files where you can configure your admin to your needs without adding unrelated code to your business logic.

Great UI without extra work

Avo's UI is not just aesthetically pleasing but it gets out of your way so you can accomplish your tasks easily.

Mobile ready

Operate your business from wherever you are. Access your admin panel and update your resources from a desktop computer or a small mobile device.

No jQuery or Boostrap dependencies

No need to depend on legacy libraries if you don't need to. Avo is built with modern web and Rails practices from the get go.

Avo in action

See how Avo can give you development superpowers and allow you to take your products to market faster. In this demo, you can see us build a booking application in under one hour using nothing but Avo and Rails.

Our customers love Avo

<

A (HUGE!) side benefit we've seen in implementing Avo has been surfacing of platform issues - missing associations, opportunities for delegators and collaborators, etc. Our underlying models and interactions have become much more robust as we've implemented Avo as we can quickly identify relationships and optimizations without doing full-fledged, user-facing feature work.

Avatar for Neil Tonge's testimonial
David Lormor
CTO, greenhats GmbH

I needed something snappy and reliable that would help me focus on the truly unique aspects of my application rather than the boilerplate.

Avo gave me exactly what I was looking for in the moment, and somehow anticipated the features I'd need later on down the line.

Avatar for Neil Tonge's testimonial
Caleb Harrison
Ruby and Crystal Developer

Data security has always been an important consideration for us, so Avo gives us peace of mind integrating with our in-house authentication system.

Avatar for Neil Tonge's testimonial
Santhana Karthikeyan
Developer, Cybrilla & Fintech Primitives

You'll need to invest time in the docs, but this will leave you implementing features you haven't thought of because they are both straightforward to implement and beneficial to the user.

The Avo team has their finger on the pulse and has built a modern reactive solution with great support and regular updates. There is much value in here..

Avatar for Neil Tonge's testimonial
David Teren
Rails developer

Avo is legit. I like the licensing scheme. Open-source community or paid for power users. Very accessible. I love the quick release cycle. Very active! Docs and videos are helpful and very easy to read. Adrian and his group have done a superb job getting the word out in the Rails community. I look forward to seeing its success in the future. Excellent product!!!

Avatar for Neil Tonge's testimonial
Graham Schmidt
Software Engineer

Avo has allowed us to develop and release apps rapidly even with very few developers working on them. We can focus our efforts on domain logic and custom design where it really matters. Every other Rails CMS is difficult to style or scale or add custom fields, but Avo has been a dream throughout. It's been a game-changer for us.

Avatar for Neil Tonge's testimonial
Iain Beeston
CTO, Thrivve Partners

Avo vs. Rails Admin: which one is better?

Let's start by acknowledging we're a little biased, we build Avo every day to help Rails developers all around the globe solve their admin needs and become more efficient.

However here's an honest answer:

When starting out, both Avo and Rails Admin can help you build admin solutions faster, especially when compared to building your own admin from scratch.

But, the differences between these libraries become more obvious as your product grows and customization becomes a priority.

If you decide to use Rails Admin, at some point you will find yourself struggling with customization and using unmaintained libraries to help you build common admin features like charts, direct file uploads, rich text editing, map/location fields, among others.

At this point of your journey, you will regret using an admin framework and starting to wonder if re-building from scratch is worth it.

So let's dive deep and find out why we think that Avo is better suited for admin panel development in 2024 than Rails Admin:

Building admin experiences is hard

We're all familiar with how Rails can help us build better web applications faster.

After all, the famous 15 minute blog video revolutionized the web development world back in 2005.

But don't fool yourself: building truly great admin experiences using Rails in 2024 is not an easy task.

Users expect a lot more from software nowadays and providing them with satisfying experiences is challenging.

Rails Admin is about to turn 14 years and that is noticeable in the user experience you get from them.

We absolutely respect how they paved the way for other solutions like Administrate or even Avo.

We would probably not exist if not for the pioneers that came before us and let us build on the legacy of great minds.

But, even though we know that you can build usable admin panels with Rails Admin, we're convinced Avo is a better solution for the needs of users and developers.

To land our point, let's explore some of the most important issues you would have if deciding to use Rails Admin as of today:

Rails Admin limitations

The demo page for the Rails Admin library. It shows the dashboard view listing all the available resources for the application: Comments, Divisions, Drafts, Fans, Field Tests, Leagues, Nested Field Tests, Players, Teams and Users.

Rails Admin has no shortage of features. After 14 years of development, it includes a lot of the most common features you need to build admin panels.

Yet, the framework presents some pressing issues when considering the long term and maintainability of an admin solution built using it.

Let's walk through them:

  • Messy configuration: Avo and Rails Admin use a DSL (domain specific language) to handle customization but Rails Admin requires you to do it in a messy way: you have to decide between polluting your models/concerns or configuring everything in an initializer. All of these options are sub-optimal and will lead to issues down the road.

  • Sub-par documentation: Rails Admin relies on its GitHub Wiki to document features and, while any documentation is better than no documentation, Github Wikis are probably not the best fit for documenting a library of that size. Plus, some prominent features are poorly documented leaving you empty-handed and having to resort to scarce or antique internet resources like blog posts or old Stack Overflow answers.

  • Modest, if any, improvements: Rails Admin still gets commits and bugfixes. However, the library is not constantly releasing improvements or new features. This is a sign of stability but also a sign of stagnation.

  • Customization is hard: because of the way it was designed and the specific choices made for their DSL, customizing Rails Admin is not an easy task. You can do some basic customization following their documentation but you will probably get stuck when trying to do bigger customizations, especially those that pertain to features they lack like advanced custom fields, charts, granular search and filtering, visual customizations, etc.

  • UI is not it's strong suite: their UI lacks clarity, visual hierarchy and is generally confusing. You might think admin panel users don't need good UI because they can be trained to use any resource you give them disregarding ease of use but that's not the case anymore. Even the most tech-savy users are accostumed to good user experiences and demand more from user interfaces nowadays.

  • Dependant on unmaintaned plugins for important features: some Rails Admin features depend on third party code that's no longer maintained. This leaves you with a tough decision: proceed with stale code to build the features your admin panel needs or maintain the code yourself. Obviously, none of these choices is ideal and can lead you to spend more time caring about third party code than building your application.

  • Depends on jQuery and Boostrap: although they were the backbone of the internet in a previous era, both have been replaced by vanilla JS with ES6 (jQuery) and Tailwind or custom CSS using modern features like flexbox, CSS grid or CSS variables. Having these dependencies is not bad per-se but there's not a shortage of developers that would rather avoid them as of 2024.

Avo: picking up where Rails Admin left

The demo page for the Avo Articles page. It showcases a neat grid view for a list of articles.

Avo is the natural evolution of the Rails admin framework.

It lets you build a quick and easy admin panels when you're starting out with while also letting you customize them down the road when the time to do so comes.

We've built a lot of admin panels and became familiar with the pitfalls that arise with time when building admin experiences

That's why we dedicate a lot of time to making Avo the best Rails admin framework by constantly improving with constant user feedback.

This is what makes Avo a better alternative to Rails Admin:

  • Fields galore, if you need it Avo probably has it: Avo comes with a vast variety of fields that allow you to meet the needs of most starting Rails applications without resorting to customization: text, WYSIWYG textareas with Trix or Tip Tap, password, number, boolean, datetime, taglist, enum, file, image, sound, video, etc.

  • Easy customization: You can customize Avo using our light DSL but you can also customize partials, fields, views, controllers and even styles and Javascript..

  • Failproof installation process: You can start developing with Avo in a matter of minutes. The installation process is friendly and very quick. And, if by any chance, you encounter an error while installing Avo you can always reach out to us via Github or our Discord Channel. We've very active on those and can promptly help you solve any issues you have.

  • Great documentation: Avo's documentation is an order of magnitude better than Rails Admin's. We work hard to thoroughly document every feature because we know that a lack of good documentation is one of the major time sinks when developing using admin frameworks. Also, we're constantly improving our documentation and documentation processes to make your experience better every day.

  • No need for third party plugins: Avo is maintained by an army of two. We design, build, and document every feature that makes it to Avo. Also, we release frequently and constantly interact with Avo's users. This translates to a better experience for our users that can rest assured knowing that Avo will be constantly improved and maintained. No need to resort to a random 2014 plugin to achieve your desired functionality.

  • Constant improvements: Unlike Rails Admin, Avo is adding features while you're reading this. Our roadmap is a testament of our constant refinement process: we're commited to providing our users with their best admin experience to date and we're confident we are making it happen.

Avo's UI: our love letter to admin experiences

Screenshot of Avo's demo application showing the cities index. It showcases a list of cities with name, population, capital status and some admin actions. On top of them, there'sa Mapbox instance showing their pinned locations

User interfaces are usually one of the most prominent weaknesses of admin libraries.

The long-held belief that admin facing users are less demanding when it comes to UI/UX is not true anymore.

In this day and age, even products made for developers put a lot of effort and care towards building great user interfaces.

That's why we refined our UI with great care for details and with the sole goal of achieving a seamless experience for our users.

We're not claiming our UI to be the most beautiful out there, that's a very subjective point of view anyways. What we're saying is that our interface is clear, communicative and gets out of your way when you need it to.

What we know for sure is that Avo is not a database browser kind of admin panel. You can expect to build useful admin experiences using Avo and delaying the custom design work until you can afford it.

We put a lot of thought towards our product so you can bypass the admin building work and dedicate yourself to what makes your application unique.

Can I be more productive with Avo than with Rails Admin?

Absolutely! We're convinced Avo empowers developers to be more productive from the get go.

At first, you may compare Rails Admin and Avo and maybe conclude that they're both similar in features or development speed. You will probably achieve the same speed improvements from both solutions.

Nevertheless, you will feel Avo's true power when your application becomes more complex and customization becomes a necessity.

At that moment, Avo's strengths and Rails Admin weaknesses will become evident.

You will feel that Avo's ease of customization and ejection features provide you with more options to handle your admin needs.

And, above everything else, you will be thankful for Avo's thoughtful customization features and design centered around separation of concerns.

Ok but isn't Avo a paid product?

Yes and no, Avo comes with a generous free community license that allows you to build perfectly usable admin panels without having to pay a cent.

But, on top of the community license, we have paid plans..

By having paid plans, we make sure that we can keep making Avo better for each one of our users.

We're constantly improving our product and we have a very tight release cycle meaning we regularly improve Avo to better suit our free and paid customers needs.

So, even if you don't plan on spending a dime to build your next admin panel, Avo being a paid product benefits you by providing you with a better and more polished product.

We like to think that this is a win-win situation that can also ensure Avo is here for the long term.

Plus, even our paid plan gives you way more features than the best Rails developer would struggle to build in months, so you end up saving money even if you decide to pay for Avo.

Why choose Avo over Rails Admin?

Some of the most common reasons developers and companies choose Avo over Rails Admin as their admin framework.

Build admin solutions efficiently

Spend more time actually building your admin panel and less time customizing it to make it decent or fighting configuration hell. Avo let's you build more efficiently by getting out of your way and letting you do what you can do best: creating value for your business.

We take care of the small details for you

Avo provides an excellent user experience without further customization or design work needed. Our UI is friendly, pleasing and lets you do your thing without having to constantly figure how things work (or why they don't).

Avo grows with your product

Every admin solution can accelerate your development when starting out. However, most of them become a hassle when your product grows and becomes more complex. At this point, customizing becomes a must and that's where Avo excels: you can incrementally build customization as your product needs it without fighting with poorly documented solutions.

Constant improvements

We have a very tigh release cycle and we're regulary improving Avo to better help our users reach their goals. Plus, we listen to customer feedback to add features that improve their experience or fix things that are not working for them.

Build your next admin experience with Avo

Become more productive, reduce development costs using Avo and the tools you already know for your next project.

Questions and answers

Still having trouble deciding between Avo and Rails Admin? Don't worry, we've prepared this FAQ section to help you make a better decision.

Why should I choose Avo over Rails Admin?

While Avo and Rails Admin can help you build Rails applications faster, Avo is an actively maintained library that solves a lot of the issues that Rails Admin presents: more field options out of the box, faster and easier customization, better UI and user experience in general, better data filtering and search options, a centralized development experience that protects you from a fragmented and unmaintained plugin ecosystem, constant updates and bugfixes plus the guarantee that your issues matter and can be promptly solved.

Can I build the same application using Avo or Rails Admin?

You can build the same application using any set of the currently available web technologies. However, using Avo over any other Rails admin framework allows you to build faster and better Rails apps. Avo is to admin panels what Rails is to web development: a set of solutions extracted out of real world experience to help developers around the world become more productive.

Avo and Rails Admin are based around DSLs, aren't those inherently bad?

DSLs can be as good or as bad as the amount of thought and consideration put into their design. Hey! Rails is full of DSLs after all: think about validations, associations or callbacks. It's actually bad DSL design that gives them a bad reputation. Avo adopts the convention over configuration philosophy to give you great admin experiences without summerging yourself into DSL hell. And, if you need extensive customization, Avo's friendly DSLs are your friend.

Can I test Avo before I commit it to my codebase?

Of course, besides checking our documentation, you can access the demo application to see if Avo is the right fit for you. Plus, if you have an existing Rails application with a custom made admin panel or you're using another library, you can always progressively integrate Avo into your app.

Also, you can always give Avo a test drive by adding it to an existing application and seeing if it's the right fit for you.

Why is Avo a subscription?

Avo is an ever-green product that incorporates new features and improvements with every release. We're always listening to our customers feedback and improving our products accordingly. Plus, Avo being a subscription means that the product is going to be actively maintained. If you're just starting out with your application, have a tight budget or you're not yet sure Avo is the right fit for your needs, can always use Avo's community version: it's free and packed with awesome features that allow anybody to build their vision using Rails.

I heard admin libraries tend to turn into a headache, why should I use one?

Truth is, any code you didn't write has te potential to become a cognitive load down the road. That applies to any dependency your application has. However, Avo is built with customization in mind with features like: fully configurable menus, branding, localization, custom controls, view ejection and much more.