https://github.com/motor-admin/motor-admin
Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports.
https://github.com/motor-admin/motor-admin
admin-dashboard admin-panel business-ingelligence mysql no-code postgresql reports sql-server
Last synced: 5 months ago
JSON representation
Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports.
- Host: GitHub
- URL: https://github.com/motor-admin/motor-admin
- Owner: motor-admin
- License: agpl-3.0
- Created: 2021-08-06T13:47:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T06:59:11.000Z (over 1 year ago)
- Last Synced: 2025-04-14T19:59:02.129Z (6 months ago)
- Topics: admin-dashboard, admin-panel, business-ingelligence, mysql, no-code, postgresql, reports, sql-server
- Language: Ruby
- Homepage: https://www.getmotoradmin.com
- Size: 532 KB
- Stars: 2,106
- Watchers: 19
- Forks: 170
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - motor-admin/motor-admin - Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports. (Ruby)
- StarryDivineSky - motor-admin/motor-admin - admin 是一个开源的无代码管理后台系统,可在一分钟内快速部署,为任何应用程序提供数据管理能力。用户无需编程基础即可通过图形化界面实现数据的搜索、创建、更新和删除操作,并支持自定义动作与生成报表功能。项目基于现代 Web 技术栈构建,采用模块化设计,通过配置而非代码即可扩展功能。核心工作原理是通过连接应用程序的数据库或 API 接口,将数据以可视化表格形式展示,用户可通过拖拽组件生成自定义操作逻辑,系统自动处理数据同步与权限控制。项目特别强调易用性,提供实时预览功能确保配置效果可视化,同时支持多语言切换与主题自定义。其技术架构基于 React 和 Node.js,使用 JSON 配置文件定义数据模型与操作规则,开发者可通过扩展插件系统添加新功能。motor-admin 的无代码特性降低了开发门槛,适合需要快速搭建管理后台的团队,同时开放源码允许用户根据需求二次开发。项目文档包含详细的配置指南与示例,确保用户能快速上手,目前已支持主流数据库类型并提供安全认证机制。 (前端开发框架及项目 / 管理面板)
- stars - motor-admin/motor-admin - Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports. (Ruby)
- awesome-rainmana - motor-admin/motor-admin - Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports. (Ruby)
README
[](https://www.getmotoradmin.com)
# Motor Admin
### No-code Admin Panel and Business Intelligence tool
🤓 [Live Demo](https://app.getmotoradmin.com/demo/) | 👀 [Features overview](https://www.youtube.com/watch?v=ZD4Six8ZEP8) | 📙 [Docs](https://docs.getmotoradmin.com/guide/) | 💬 [Discord](https://discord.com/invite/mFFJKSTgw3) | ⭐ [Pro](https://www.getmotoradmin.com/pro)
Search, create, update, and delete data entries using a convenient UI. Create complex custom actions like sending an automated email to your customers via API integration. Build custom reports with SQL and visualize the results with charts. Combine individual reports into a single dashboard and share it with your team.
## Deployment
### Heroku
[](https://heroku.com/deploy?template=https://github.com/motor-admin/motor-admin-heroku)
### Railway
[](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fmotor-admin%2Fmotor-admin-railway&plugins=postgresql&envs=SECRET_KEY_BASE&SECRET_KEY_BASEDesc=64+character+secret&PORTDefault=secret&referralCode=DSdLCm)
### Digital Ocean
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/motor-admin/motor-admin/tree/master&refcode=33c75473a82d)
### Docker
```bash
docker run -it -p 3000:3000 -v `pwd`:/app motoradmin/motoradmin:latest
```### Docker Compose
```bash
curl https://raw.githubusercontent.com/motor-admin/motor-admin/master/docker-compose.yml | sed "s/SECRET_KEY_BASE:/SECRET_KEY_BASE: `openssl rand -hex 64`/" > docker-compose.ymldocker compose up
```## Features
* [Customizable CRUD](#customizable-crud)
* [Custom actions](#custom-actions)
* [Forms builder](#forms-builder)
* [SQL queries](#sql-queries)
* [Data visualization](#data-visualization)
* [Dashboards](#dashboards)
* [Email alerts](#email-alerts)
* [Intelligence search](#intelligence-search)
* [Optimized for mobile](#optimized-for-mobile)
* [Configurations Sync](https://github.com/motor-admin/motor-admin/tree/master/guides/configurations_sync_between_environments.md)
* [Roles and permissions control](https://docs.getmotoradmin.com/guide/roles_and_permissions.html)
* Multiple databases support
* Audit log
* Personalized report alerts via Slack## [Enterprise](https://www.getmotoradmin.com/pro)
* Multi-factor authentication
* SAML SSO
* Custom styling
* [learn more](https://www.getmotoradmin.com/pro)### Customizable CRUD


### Custom Actions

### Forms Builder

### SQL Queries

### Data Visualization

### Dashboards

### Email Alerts

### Intelligence Search

### Optimized for Mobile

## License
Motor Admin is licensed under the AGPL v3 license.