<%= render Avo::PanelComponent.new title: 'Welcome to Avo' do |c| %> <% c.tools do %>
This page is visible only in development. It will be hidden in other environments.
<% end %> <% c.body do %>

About

Avo's mission is to make it easy for you to manage your content and build tools that are ready to deploy, all while using your favorite framework, Ruby on Rails.

Vision

We have big plans for Avo to make it the default starting point of your application. We'll be releasing features as soon as their ready.

  • 👍 Built with Hotwire
  • 👍 Resources
  • 👍 Ordering
  • 👍 Filters
  • 👍 Actions
  • 👍 Grid view
  • 👍 Authorization
  • 👍 Localization
  • 👍 Custom tools
  • Custom fields
  • Search
  • 🕐 Dashboards
  • 🕐 Themes

<%= render partial: 'resources' %>
<%= render partial: 'filters' %>
<%= render partial: 'actions' %>
<%= render partial: 'docs' %>
<% end %> <% end %>