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.
Installation
To install Avo, you can use the RailsBytes template by running the following command in your terminal:
rails app:template LOCATION=https://url/to/railsbytes/template.rb
Replace https://url/to/railsbytes/template.rb
with the actual URL of the RailsBytes template.
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.