MrJoy / avo

Configuration-based, no-maintenance, extendable Ruby on Rails admin

Home Page:https://avohq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version Tests reviewdog codecov Maintainability

Configuration-based, no-maintenance, extendable Ruby on Rails admin

Avo is a beautiful next-generation framework that empowers you, the developer, to create fantastic admin panels for your Ruby on Rails apps with the flexibility to fit your needs as you grow.

Get started

Website: avohq.io
📚 Documentation: docs.avohq.io
🗺 Roadmap: GitHub Roadmap
🎸 Demo app: Avodemo
🐤 Twitter: avo_hq
💬 Community chat: discord
🔧 Issue tracker: GitHub issues
🎙 Discussions and feature requests: GitHub issues

Features

  • Powered by Hotwire - Rails ❤️ Hotwire
  • Code driven configuration - Configure your Rails dashboard entirely by writing Ruby code. docs
  • Resource Management - Create a CRUD interface for Active Record from one command. No more copy-pasting view and controller files around.
  • Dashboard widgets and metrics - Create metrics, charts, and custom cards amazingly fast. docs
  • Resource Search - Quickly run a search through one or more resources at once. docs
  • Associations enabled - Link your models together with all types of associations (belongs_to, has_many, polymorphic, etc.). docs
  • Fuzzy-searchable associations - Do you have a ton of records and don't want to scroll through a big dropdown? Avo's got you covered. docs
  • Active Storage support - Amazingly easy, one-line, single or multi-file integration with ActiveStorage. docs
  • Records Ordering - Sorting records is a breeze. docs
  • Grid view - Beautiful card layout to showcase your content. docs
  • Actions - Run custom actions to one or more of your resources with as little as pressing a button 💪   docs
  • Filters - Write your own custom filters to quickly segment your data. docs
  • Keeps your app clean - You don't need to change your app to use Avo. Drop it in your existing app or add it to a new one and you're done 🙌 docs
  • Custom fields- No worries if we missed a field you need. Generate a custom field in a jiffy. docs
  • Custom tools - Break out of the CRUD. Do you need to add a page with something completely new? You've got it! docs
  • Authorization - Leverage Pundit policies to build a robust and scalable authorization system. docs
  • Localization - Have it available in any language you need. docs
  • No asset pipeline pollution - Bring your own asset pipeline. docs
  • Mobile interface - Check your data on the go from any mobile device.

Some of the things we're going focusing on next

Theming ⭐️  notifications ⭐️  Resource segmentation ⭐️  filterable fields ⭐️  inline editing ⭐️  multilingual records ⭐️  associations in tabs ⭐️  keyboard shortcuts ⭐️  track resource changes ⭐️  smart resource generation ⭐️  sidebar editor ⭐️  live resources ⭐️  tags field ⭐️  columns view ⭐️  list view ⭐️  custom action items ⭐️  command bar

For more up-to-date info check out our 🗺 Roadmap.

Installation

Add this line to your application's Gemfile:

gem 'avo'

And then execute:

$ bundle install

Contributing

Please read CONTRIBUTING.MD

Upgrade Guide

Please read the UPGRADE_GUIDE.MD

✨ Contributors

Alt

Shoutouts

Get a box of waffles and some of the best app monitoring from Appsignal 🧇

Get $100 in credits from Digital Ocean 💸

About

Configuration-based, no-maintenance, extendable Ruby on Rails admin

https://avohq.io

License:Other


Languages

Language:Ruby 72.8%Language:HTML 16.2%Language:JavaScript 8.0%Language:CSS 2.4%Language:Shell 0.3%Language:Dockerfile 0.2%Language:Vue 0.0%