Avo

screenshot of Avo
rails
tailwind

The Essential Toolkit for building Internal Tools and admin panels with Ruby on Rails

Overview

Avo is a next-generation framework for creating admin panels for Ruby on Rails applications. It empowers developers to build beautiful and flexible admin panels that can easily adapt as their needs evolve. With features like Hotwire integration, code-driven configuration, resource management, dashboard widgets, and more, Avo offers a comprehensive solution for building robust admin panels.

Features

  • Powered by Hotwire: Avo is built on the power of Hotwire and leverages its capabilities to enhance the user experience.
  • Code-driven configuration: Configure your Rails dashboard entirely by writing Ruby code, making it flexible and customizable.
  • Resource Management: Easily create a CRUD interface for Active Record with just one command, eliminating the need for manual copying of view and controller files.
  • Dashboard widgets and metrics: Create metrics, charts, and custom cards quickly to provide valuable insights in your admin panels.
  • Resource Search: Run searches across one or more resources simultaneously for efficient data querying.
  • Associations enabled: Link your models together using various types of associations, such as belongs_to, has_many, and polymorphic.
  • Fuzzy-searchable associations: Easily search through a large number of records without the need to scroll through a dropdown.
  • Active Storage support: Seamlessly integrate with ActiveStorage for easy file management.
  • Records Ordering: Sort records effortlessly for better organization.
  • Grid view: Display your content in a beautiful card layout.
  • Actions: Execute custom actions on one or more resources with a simple press of a button.
  • Filters: Create custom filters to quickly segment your data.
  • Easy integration: Avo can be seamlessly added to your existing Rails app or incorporated into new projects.
  • Custom fields: Generate custom fields quickly to cater to your specific needs.
  • Custom tools: Break out of the CRUD with the ability to add custom pages and functionalities.
  • Authorization: Leverage Pundit policies to build a robust and scalable authorization system.
  • Localization: Available in multiple languages.
  • No asset pipeline pollution: Bring your own asset pipeline, avoiding any conflicts or dependencies.
  • Mobile interface: Access and manage your data on the go from any mobile device.
  • Tabbed interface: Conditionally display the data you need using a tabbed interface.
  • Menu builder: Group and surface information as per your requirements.
  • Branding: Customize the look and feel of your admin panel.

Summary

Avo is a feature-rich framework for building admin panels for Ruby on Rails applications. With its extensive list of features, including Hotwire integration, code-driven configuration, resource management, and customizable interfaces, Avo provides developers with the tools they need to create powerful and flexible admin panels that fit their specific requirements. Its easy installation process and compatibility with existing Rails apps make it a convenient choice for developers looking to enhance their admin panel capabilities.

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.