Forest Admin VS Administrate

Compare Forest Admin vs Administrate and see what are their differences.

Forest Admin

💎 Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application. (by ForestAdmin)

Administrate

A Rails engine that helps you put together a super-flexible admin dashboard. (by thoughtbot)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Forest Admin Administrate
15 11
359 5,799
0.8% 0.5%
8.4 8.9
6 days ago 6 days ago
Ruby JavaScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Forest Admin

Posts with mentions or reviews of Forest Admin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-04.
  • Je m'ennuie Ă  mourir en startup
    2 projects | /r/AntiTaff | 4 Nov 2022
    https://www.forestadmin.com https://www.gravitee.io/
  • Running Node.js on AWS serverless with Fargate
    2 projects | dev.to | 30 Oct 2022
    I didn't have a spare node app sitting around, so I found Forest Admin. This is actually a cool product which provides the simplicity of dashboard tools like ActiveAdmin or Retool, but preserves the privacy of the data by having you self-host the backend. The backend exposes an API that is used by the frontend client, i.e. your browser, so data doesn't need to move through Forest Admin's servers. Here's a nice graphic to visualize how this works:
  • Experiences with low-code systems (Budibase,Appsmith etc.)?
    6 projects | news.ycombinator.com | 15 Jul 2022
    Disclaimer: I'm the founder of (Forest Admin)[https://www.forestadmin.com].

    Wow, I'm impressed by the number of solutions out there. Back at the beginning of Forest Admin, we were alone on the market, which is generally not a good sign. But our perseverance paid off, and it was definitely worth it in the end!

    Alright, so why Forest Admin? :)

    Because we only focus on the admin panel use case. Not the entire internal tools world. In this way, we are able to provide a fully-featured SaaS Admin panel out of the box. No need to build it, nor with code, nor with low/no code tools.

    Even if your app, internal processes and so your admin panel is specific, we have designed our solution accordingly with 2 things that are part of our DNA from the beginning:

    1/ We generate all the backend code required to an admin panel. All CRUD routes, filtering & search, dashboarding, permissions, etc. Everything is automatically generated in a few seconds based on datasource introspection. In the end, the generated code is just a standard REST API, so you can extend/override it without any limitations.

    2/ We pre-built the admin UI with every admin standard features available out of the box, with a big focus on providing a great UI/UX possible for operational people. We obviously also provide all the low/no code features to customize pretty much anything. We also provide a feature called "Workspace" (which is generally the core of what our competitors do) that allow users build custom views using drag'n'drop of UI components from scratch.

  • Ask HN: What's is your go to toolset for simple front end development?
    46 projects | news.ycombinator.com | 7 Jul 2022
    For home-lab/internal UIs, you can go a long way with the auto-generated model-admin pages from Django. If you just need CRUD and actions triggered on a list of models, you can typically avoid any UI work and just define a few Admin classes, and if you need to make custom forms it's quite easy using Django's templating machinery to override individual pages.

    https://docs.djangoproject.com/en/4.0/ref/contrib/admin/

    A similar modular admin system that's more generic is https://www.forestadmin.com/, I think this one has a layout editor too. But that one requires a REST API and so it may require more plumbing, depending on what you've already built. Or it could fit nicely on top of what you already have, if you already have APIs for everything.

  • What is a CRUD app and how to build one?
    4 projects | dev.to | 12 May 2022
    In this blog, we'll see how to build a CRUD app with Forest Admin. We'll assume you're building a CRUD app for a PostgreSQL database.
  • Large documents in redis: does it worth compressing them (Part 1)
    2 projects | dev.to | 28 May 2021
    At Forest Admin, we build admin panels for which we need to compute and cache large JSON documents. These documents are stored in redis and retrieved from this storage in order to be as fast as possible.
  • Extract-Transform-Load with RxJS: save time and memory with backpressure
    2 projects | dev.to | 20 Apr 2021
    At Forest Admin, we recently faced this issue to move data from a Postgresql database to ElasticSearch.
  • Ask HN: Best (Low-/No-Code) Solution for Simple Web-Based Database Front Ends
    36 projects | news.ycombinator.com | 1 Apr 2021
    I'm surprised nobody has mentioned Forest Admin (https://www.forestadmin.com/). They have a free tier that would work on simple scenarios.
    36 projects | news.ycombinator.com | 1 Apr 2021
  • Web interface for MySQL DB
    4 projects | /r/web_design | 7 Mar 2021
    I haven’t used this personally, but heard good things about forest admin: https://www.forestadmin.com

Administrate

Posts with mentions or reviews of Administrate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-01.
  • The Admin Framework for Minimalist
    3 projects | dev.to | 1 Nov 2022
    thoughtbot/administrate is a well-known framework for administrative screen, but it's not developer friendly。I implement my own template files for Administrate, so when new Administrate version released, It is hard to update Administrate because template file is changed.**
  • Get help from thoughtbot for free (mentoring / office hours)
    4 projects | /r/ruby | 7 Jul 2022
    I work at thoughtbot, you might know us for our open source work like administrate, factory_bot or shoulda-matchers.
  • Show HN: Build Ruby on Rails apps 10x faster – Avo
    12 projects | news.ycombinator.com | 21 Jun 2022
    This looks very similar to Administrate by thoughtbot https://github.com/thoughtbot/administrate
  • From partials to ViewComponents: writing reusable front-end code in Rails
    11 projects | dev.to | 3 Jun 2022
    We briefly considered migrating to a full-grown Rails admin interface, such as ActiveAdmin, RailsAdmin, Administrate or Avo. We especially liked Avo which is built on a very modern stack similar to ours (Tailwind + Hotwire + ViewComponents). In the end, we didn’t go this route as we found some of the options a bit too restrictive (even though Avo is very flexible) and we did not feel like trying to amend it to our needs. For example, Avo renders forms in a 1-field-per-row layout while we wanted something more similar to the Tailwind UI Stacked form layout. Nevertheless, we found a great deal of inspiration in the Avo code and its design principles.
  • Rails administrate : big tutorial, bits of philosophy
    3 projects | dev.to | 28 Feb 2022
    We have already covered many use cases for customisation, everything else can be found in the official documentation.
    3 projects | dev.to | 28 Feb 2022
    You can also open in your browser, the official repository here, and the docs here, it will be helpful.
  • Admin Framework for Rails
    10 projects | /r/rails | 10 Nov 2021
    Administrate
  • 10 things I add to every Rails app
    9 projects | dev.to | 2 Oct 2021
    I usually tend to create these from Scratch, but moving forward I’ve started to use thoughtbot’s administrate gem. It sticks to the Rails conventions of controllers and routing, so it’s easy to customise and add new functionality to.
  • Rails Admin or Active Admin?
    4 projects | /r/rails | 28 Feb 2021
    Documentation https://administrate-demo.herokuapp.com/
    4 projects | /r/rails | 28 Feb 2021
    Repository https://github.com/thoughtbot/administrate

What are some alternatives?

When comparing Forest Admin and Administrate you can also consider the following projects:

ActiveAdmin - The administration framework for Ruby on Rails applications.

RailsAdmin - RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data

Trestle - A modern, responsive admin framework for Ruby on Rails

react-admin - A frontend Framework for building data-driven applications running on top of REST/GraphQL APIs, using TypeScript, React and Material Design

Avo - Build Ruby on Rails apps 10x faster

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

Upmin Admin - Framework for creating powerful admin backends with minimal effort in Ruby on Rails.

Directus - The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

Godmin - Admin framework for Rails 5+

Metabase - The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: