All Projects → avo-hq → avo

avo-hq / avo

Licence: other
Ruby on Rails application building framework

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to avo

discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (-96.91%)
Mutual labels:  fast, easy
cpp-feather-ini-parser
Header only, simple, fast, templated - portable INI parser for ANSI C++.
Stars: ✭ 44 (-95.15%)
Mutual labels:  fast, easy
ohloh-ui
Web Application for the Ohloh Stack.
Stars: ✭ 72 (-92.06%)
Mutual labels:  ruby-on-rails, ror
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-97.91%)
Mutual labels:  ruby-on-rails, ror
Mrthumb
【拇指先生】 a simple easy video thumbnail provider,顺滑的获取视频缩略图,支持本地和网络视频,有问题大胆提Issues
Stars: ✭ 60 (-93.38%)
Mutual labels:  fast, easy
duckphp
PHP框架,PHP Framework. keep PHP simple and fast. Laravel larva and Smarty is evil
Stars: ✭ 125 (-86.22%)
Mutual labels:  fast, easy
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+417.86%)
Mutual labels:  fast, easy
Borm
【🔥今日热门】🏎️ 更好的ORM库 (Better ORM library that is simple, fast and self-mockable for Go)
Stars: ✭ 102 (-88.75%)
Mutual labels:  fast, crud
Fastify Esso
The easiest authentication plugin for Fastify, with built-in support for Single sign-on
Stars: ✭ 20 (-97.79%)
Mutual labels:  fast, easy
pinipig
🚀 Performant webservice framework
Stars: ✭ 25 (-97.24%)
Mutual labels:  fast, crud
Nuxt Stories
Nuxt stories module -- Painless (and now insanely fast) storybooking for Nuxt
Stars: ✭ 81 (-91.07%)
Mutual labels:  fast, easy
Q Municate Ios
Q-municate iOS repository
Stars: ✭ 164 (-81.92%)
Mutual labels:  fast, easy
SpringBoard
BaseCamp clone | Backend: Ruby on Rails | Frontend: React with Redux
Stars: ✭ 18 (-98.02%)
Mutual labels:  ruby-on-rails
damas-core
JSON storage service. RESTful, CRUD, multi-user.
Stars: ✭ 50 (-94.49%)
Mutual labels:  crud
tefact
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
Stars: ✭ 244 (-73.1%)
Mutual labels:  crud
django-dedal
Fast CRUD implemetation for Django.
Stars: ✭ 14 (-98.46%)
Mutual labels:  crud
CSJsonDB
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
Stars: ✭ 75 (-91.73%)
Mutual labels:  crud
node-restafary
REST for CRUD file operations
Stars: ✭ 13 (-98.57%)
Mutual labels:  crud
elastic-crud
Simple yet elegant ElasticSearch Crud Repository.
Stars: ✭ 46 (-94.93%)
Mutual labels:  crud
superglue
A productive library for Classic Rails, React and Redux
Stars: ✭ 106 (-88.31%)
Mutual labels:  ruby-on-rails

Gem Version Tests reviewdog codecov Maintainability Open Source Helpers

Ruby on Rails application building framework.

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

⚡️ Install: docs.avohq.io/2.0/installation
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.
  • Tabbed interface - Conditionally show the data you need
  • Menu builder - Group and surface information as you need to
  • Branding - Make it look

Some of the things we're going to focus on next

Theming ⭐️  notifications ⭐️  Resource segmentation ⭐️  filterable fields ⭐️  inline editing ⭐️  multilingual records ⭐️  keyboard shortcuts ⭐️  track resource changes ⭐️  smart resource generation ⭐️  live resources ⭐️  columns view ⭐️  list view ⭐️  custom action items ⭐️  command bar ⭐️   use fields DSL in your custom views

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

Installation

Use this RailsBytes template to get started quick rails app:template LOCATION='https://avohq.io/app-template'. If you need a more detailed guide, follow this page.

Contributing

Please read CONTRIBUTING.MD

Upgrade Guide

Please read the UPGRADE_GUIDE.MD

Release schedule

Please read the RELEASE.MD

Contributors

🥇 Business & Agency Sponsors

Equipe Technique Busines Sponsor

Become a sponsor

Alt

Shoutouts

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

Get $100 in credits from Digital Ocean 💸

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].