Description
Forest has been designed to help developers save time on building internal admin tools. No more design, development and maintenance. Forest lets you focus on your customer facing product.
Technically speaking, Forest Liana is an open-source Gem which analyses your data models and automatically generate the admin API of your application. Forest only hosts the UI, which required us to re-think the entire architecture of our SaaS where we would never access your data. In other words, we're introducing a new paradigm in the SaaS world!
Forest Admin alternatives and similar gems
Based on the "Admin Interface" category.
Alternatively, view Forest Admin alternatives based on common mentions on social networks and blogs.
-
RailsAdmin
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data -
ActiveScaffold
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems. -
âš¡ Motor Admin âš¡
Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative. -
Sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app -
Wallaby
Autocomplete the resourceful actions and views for ORMs for admin interface and other purposes. -
Faalis
A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface
Scout Monitoring - Performance metrics and, now, Logs Management Monitoring with Scout Monitoring
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Forest Admin or a related project?
README
Forest Admin in Rails
Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.
This project has been designed with scalability in mind to fit requirements from small projects to mature companies.
Who Uses Forest Admin
- Apartmentlist
- Carbon Health
- Ebanx
- First circle
- Forest Admin of course :-)
- Heetch
- Lunchr
- Pillow
- Qonto
- Shadow
- And hundreds more…
Getting Started
https://docs.forestadmin.com/documentation/how-tos/setup/install
Documentation
https://docs.forestadmin.com/documentation/
How it works
Forest Admin consists of two components:
- The Admin Frontend is the user interface where you'll manage your data and configuration.
- The Admin Backend API hosted on your servers where you can find and extend your data models and all the business logic (routes, actions, …) related to your admin panel.
The Forest Admin gem (aka Forest Liana) introspects all your data model and dynamically generates the Admin API hosted on your servers. The Forest Admin interface is a web application that handles communication between the admin user and your application data through the Admin API.
Features
CRUD
All of your CRUD operations are natively supported. The API automatically supports your data models' validation and allows you to easily extend or override any API routes' with your very own custom logic.
Search & Filters
Forest Admin has a built-in search allowing you to run basic queries to retrieve your application's data. Set advanced filters based on fields and relationships to handle complex search use cases.
Sorting & Pagination
Sorting and pagination features are natively handled by the Admin API. We're continuously optimizing how queries are run in order to display results faster and reduce the load of your servers.
Custom action
A custom action is a button which allows you to trigger an API call to execute a custom logic. With virtually no limitations, you can extend the way you manipulate data and trigger actions (e.g. refund a customer, apply a coupon, ban a user, etc.)
Export
Sometimes you need to export your data to a good old fashioned CSV. Yes, we know this can come in handy sometimes :-)
Segments
Get in app access to a subset of your application data by doing a basic search or typing an SQL query or implementing an API route.
Dashboards
Forest Admin is able to tap into your actual data to chart out your metrics using a simple UI panel, a SQL query or a custom API call.
WYSIWYG
The WYSIWYG interface saves you a tremendous amount of frontend development time using drag'n'drop as well as advanced widgets to build customizable views.
Custom HTML/JS/CSS
Code your own views using JS, HTML, and CSS to display your application data in a more appropriate way (e.g. Kanban, Map, Calendar, Gallery, etc.).
Team-based permissions
Without any lines of code, manage directly from the UI who has access or can act on which data using a team-based permission system.
Third-party integrations
Leverage data from third-party services by reconciling it with your application’s data and providing it directly to your Admin Panel. All your actions can be performed at the same place, bringing additional intelligence to your Admin Panel and ensuring consistency.
Notes & Comments
Assign your teammates to specific tasks, leave a note or simply comment a record, thereby simplifying collaboration all across your organization.
Activity logs
Monitor each action executed and follow the trail of modification on any data with an extensive activity log system.
How to contribute
This repository is officially maintained by Forest Admin. We're always happy to get contributions for other fellow lumberjacks. All contributions will be reviewed by Forest Admin's team before being merged into main.
Here is the contribution workflow:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
Please ensure that the tests are passing before submitting any pull request:
$ RAILS_ENV=test bundle exec rake --trace db:migrate test
Community
👇 Join our Developers community for support and more