31
loading...
This website collects cookies to deliver better user experience
Build your admin panel in-house. This option allows you to be the most flexible but it also has disadvantages. The most significant one? Well, on average, developers spend as much as 30% of their time building and maintaining internal tools. At Forest Admin, we are certain this is not the most efficient way to provide internal tools for companies.
Pick one of the open-source frameworks and libraries that are widely available. Choosing one of them is an easier option than building internal tools from scratch. However, they have limitations, and such internal tools can't be adjusted by non-technical staff members.
Choose an admin panel template, especially if you need a simple CRM or a dashboard. Templates are quite often well designed and available for free but their biggest disadvantage is that they’re almost non-customizable.
Go for a low-code solution that gives you the best of both worlds: ready-to-use but flexible UI and the ability to code custom features using Smart Views and Smart Actions. On top of that, you get dedicated support and top-class security.
Add our gem to your application's Gemfile using the gem 'forest_liana' command.
Bundle it using the bundle install command.
Install the gem using the rails g forest_liana:install command — you'll need your environment key for this, which is provided in the onboarding experience in the first step of the in-app guide.
Restart your server using the rails s command.
For more details, check Forest Admin Installation Guide for Ruby on Rails.