<%= render Avo::PanelComponent.new(name: 'Welcome to Avo', description: 'This page is visible only in development. It will be hidden in other environments.') do |c| %> <% c.with_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
  • 👍 Resource tools
  • 👍 Custom tools
  • 👍 Custom fields
  • 👍 Menu editor
  • 👍 Search
  • 👍 Dashboards
  • 👍 Responsive design
  • 👍 Menu editor
  • 👍 Stimulus JS integration
  • 👍 Tabs and panels
  • 🕐 Resource cards
  • 🕐 Track resource changes
  • 🕐 Smart resource generation
  • 🕐 Records preview
  • 🕐 Themes

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