All Projects → zachahn → Super

zachahn / Super

Licence: lgpl-3.0
A simple, powerful, single dependency Rails admin framework

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Super

tntweb-admin
react admin management system template
Stars: ✭ 25 (-41.86%)
Mutual labels:  admin-dashboard, admin-ui
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+720.93%)
Mutual labels:  admin-dashboard, admin-ui
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (+534.88%)
Mutual labels:  admin-dashboard, admin-ui
Purple-React
Free React.js version of popular admin template Purple Admin.
Stars: ✭ 55 (+27.91%)
Mutual labels:  admin-dashboard, admin-ui
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+54053.49%)
Mutual labels:  admin-dashboard, admin-ui
DncVueSample
A Vue.js + iview static html admin template project.
Stars: ✭ 17 (-60.47%)
Mutual labels:  admin-dashboard, admin-ui
Carbon
Elegant Bootstrap 4 Admin Template
Stars: ✭ 309 (+618.6%)
Mutual labels:  admin-dashboard, admin-ui
startui-admin
StartUI - Free html admin dashboard template
Stars: ✭ 31 (-27.91%)
Mutual labels:  admin-dashboard, admin-ui
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+1111.63%)
Mutual labels:  admin-dashboard, admin-ui
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+944.19%)
Mutual labels:  admin-dashboard, admin-ui
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+67095.35%)
Mutual labels:  admin-dashboard, admin-ui
React Antd Admin
This Project Is Deprecated. Use [Ant Design Pro](https://pro.ant.design/) instead.
Stars: ✭ 581 (+1251.16%)
Mutual labels:  admin-dashboard, admin-ui
uiw-admin
UIW-Admin Panel Framework, Powered by React and @uiwjs.
Stars: ✭ 21 (-51.16%)
Mutual labels:  admin-dashboard, admin-ui
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (+227.91%)
Mutual labels:  admin-dashboard, admin-ui
super
A simple, powerful, zero dependency Rails admin framework
Stars: ✭ 81 (+88.37%)
Mutual labels:  admin-dashboard, admin-ui
React Admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
Stars: ✭ 18,525 (+42981.4%)
Mutual labels:  admin-dashboard, admin-ui
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+288.37%)
Mutual labels:  admin-dashboard, admin-ui
datta-able-bootstrap-dashboard
Datta Able Bootstrap 4 admin template free version
Stars: ✭ 111 (+158.14%)
Mutual labels:  admin-dashboard, admin-ui
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+8637.21%)
Mutual labels:  admin-dashboard, admin-ui
Administrate
A Rails engine that helps you put together a super-flexible admin dashboard.
Stars: ✭ 5,250 (+12109.3%)
Mutual labels:  rails, admin-dashboard

Super

Unit tests status Gem Try the demo

Super is an admin framework for Ruby on Rails applications. Super helps you make powerful admin pages quickly so that you can concentrate on the parts of your app that make it great.

Super strives to let engineers build great admin pages quickly and easily by:

  • Providing a configurable CRUD interface with usable defaults
  • Building on top of standard Rails controllers and ERB views
  • Preferring plain Ruby objects and initializers instead of DSLs

Super's distinguishing feature is that it's easy to maintain in your application. It does this by:

  • Supporting a wide range of Ruby (2.3–3.0+) and Rails (5.0–6.1+) versions, which makes it easy to upgrade your Ruby and Rails versions without breaking your admin pages
  • Having zero dependencies, so that you can upgrade your app's dependencies without affecting your admin pages (or upgrade your admin pages without worrying it might break your app)

Note: There may be lots of breaking changes since Super is still fairly young. See the stability doc for an idea of what might be changed.

Features

  • Responsive and mobile-friendly
  • Compatible with Sprockets and Webpacker
  • Configurable forms
    • Supports nested attributes accepts_nested_attributes_for
  • Configurable display (index and show tables)
  • Advanced filtering for ActiveRecord
  • Pre-built frontend assets (doesn't require Sass, PostCSS, Babel, etc)
    • Vendored assets include
      • Stimulus JS
      • Tailwind CSS
      • Rails UJS
  • Supports Rails 5.0+, Ruby 2.3+

See the demo and its source for an example of some of its features.

Installation and Usage

See Installation and Quick start

Editions

There are several editions to consider.

Super FOSS provides:

  • A great admin framework that's free and easy to maintain
  • Community support, see the discussion forum

Super Premium (not available yet) provides:

  • Private email support
  • Ensuring long term development of Super

Super Professional (not available yet) provides everything in Premium and:

  • Productivity improvements and quality of life features for admins
  • An LGPL exemption

Subscribe to the newsletter to be notified of their availabilities and for brief, quarterly-at-most updates to Super.

Super doesn't fit my needs. What are some alternatives?

ActiveAdmin is great if you need lots of features. It relies heavily on DSLs but is flexible and popular.

Administrate doesn't have as many features as ActiveAdmin, but it feels like developing a normal Rails app.

Contributing

See CONTRIBUTING

License

The gem is available under the terms of the GNU LGPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].