Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Rails engine that helps you put together a super-flexible admin dashboard.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Administrate is a Rails engine that auto-generates admin dashboards for any model in a Rails application, providing create, edit, search, and delete interfaces out of the box. It is an open-source Ruby gem maintained by thoughtbot, designed to stay as close to standard Rails as possible while remaining flexible for customization.
Administrate is a library for Rails that generates admin dashboards. It takes the models in your application and produces a clean web interface for managing those records—users can create, edit, search, and delete entries without any hand-written CRUD code. The engine runs on Rails, and the generated output consists of standard Rails controllers, views, and routes that you can override with plain Rails tools. The project was originally written by Grace Youngblood and is now maintained by Nick Charlton, with contributions from the open-source community.
Yes. Administrate is free software released under the MIT license, so you can use it in commercial and personal projects without licensing fees.
Administrate generates admin dashboards for Rails applications. It creates interfaces for managing records of any model, allowing users to create, edit, search, and delete data, and it produces output you can customize with standard Rails controllers and views.
Administrate is maintained by thoughtbot, a software consultancy. The original author is Grace Youngblood, and the current maintainer is Nick Charlton. It receives contributions from the open-source community via GitHub.
No. Administrate is specifically built for Ruby on Rails. It relies on Rails conventions such as ActiveRecord models, controllers, and routes, so it does not work with other web frameworks.
You can customize the appearance, behavior, and contents by following the guides published in the docs directory or on the demo site. Because the generated code is standard Rails, you can override any controller or view with plain Rails code.
