/adminlte

AdminLTE - Free Resources | AppSeed

MIT LicenseMIT

A curated list with free resources provided by AppSeed on top of AdminLTE, the iconic design crafted by ColorLib

AdminLTE is a popular open source template for admin dashboards and control panels. It is a responsive HTML template that is based on the Bootstrap CSS framework. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. AdminLTE is based on a modular design, which allows it to be easily customized and built upon.


Links


AdminLTE - HTML Files

The HTML files can be downloaded directly from the public repository and the project, actively supported by ColorLib plus 150 open-source enthusiasts.

How to build HTML Files

$ # Download sources
$ git clone https://github.com/ColorlibHQ/AdminLTE.git adminlte-html
$ adminlte-html
$ 
$ # Install modules
$ yarn
$ 
$ # Serve HTML files (live reload)
$ yarn dev
$ 
$ # Compile assets (JS, CSS) for production
$ yarn production
$ 
$ # Visualize the production HTML
$ php -S localhost:9999

Visit in the browser http://localhost:9999 to see the AdminLTE in action.


AdminLTE - Jinja Template

Template Theme provided as a simple Flask project under the MIT License on top of AdminLTE design.

  • UI Kit: AdminLTE by ColorLib
  • Render Engine: Flask / Jinja2
  • MIT License
  • Support via Github (issues tracker) and Discord - 24/7 LIVE Service.

Links


AdminLTE - Migrated to Jinja2 by AppSeed.


AdminLTE - Flask Dashboard

Open-Source admin dashboard coded in Flask with basic modules database and deployment scripts on top of AdminLTE design.

  • UI Kit: AdminLTE provided by ColorLib
  • SQLite, PostgreSQL, SQLAlchemy ORM
  • Alembic (DB schema migrations)
  • Modular design with Blueprints
  • Session-Based authentication (via flask_login)
  • Deployment scripts: Docker, Gunicorn / Nginx, Heroku
  • MIT License
  • Support via Github (issues tracker) and Discord - 24/7 LIVE Service.

Links


AdminLTE - Flask Dashboard provided by AppSeed.


AdminLTE - Django Dashboard

Open-Source admin dashboard coded in Django with basic modules database and deployment scripts on top of AdminLTE design.

  • UI Kit: AdminLTE provided by ColorLib
  • UI-Ready app, SQLite Database, Django Native ORM
  • Modular design, clean code-base
  • Session-Based Authentication, Forms validation
  • Deployment scripts: Docker, Gunicorn / Nginx
  • MIT License
  • Support via Github (issues tracker) and Discord - 24/7 LIVE Service.

Links


AdminLTE - Django Dashboard provided by AppSeed.



AdminLTE Free Resources - Provided by AppSeed