Skip to content

killernova/motor-admin

 
 

Repository files navigation

Motor Admin

Motor Admin

No-code Admin Panel and Business Intelligence tool

🤓 Live Demo | 👀 Features overview | 📙 Docs | 💬 Discord | ⭐ 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

Deploy to Heroku

Railway

Deploy on Railway

Digital Ocean

Deploy on Digital Ocean

Ubuntu

curl -o motor-admin -L https://github.com/motor-admin/motor-admin/releases/download/latest/motor-admin-Linux-x86_64
sudo chmod +x ./motor-admin
./motor-admin

MacOS

curl -o motor-admin -L https://github.com/motor-admin/motor-admin/releases/download/latest/motor-admin-Darwin-x86_64
chmod +x ./motor-admin
./motor-admin

Docker

docker run -it -p 3000:3000 -v `pwd`:/app motoradmin/motoradmin:latest

Docker Compose

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.yml

docker compose up

Features

  • Multi-factor authentication
  • SAML SSO
  • Custom styling
  • learn more

Customizable CRUD

Resource settings

Settings UI

Custom Actions

Custom actions

Forms Builder

Custom form

SQL Queries

SQL query

Data Visualization

motor-visualization

Dashboards

Dashboard

Email Alerts

Email alert

Intelligence Search

Intelligence search

Optimized for Mobile

motor-mobile

License

Motor Admin is licensed under the AGPL v3 license.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 46.1%
  • Vue 40.4%
  • HTML 8.0%
  • JavaScript 3.9%
  • SCSS 0.9%
  • Dockerfile 0.7%