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 - An index with more resources provided by AppSeed
- AdminLTE - Jinja Template - AdminLTE available in Jinja, the well-known template system used in Python apps
- AdminLTE - Flask Dashboard - a simple Flask starter coded on top of AdminLTE
- AdminLTE - Django Dashboard - a Django Dashboard coded with basic modules on top of AdminLTE
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 Jinja2 Sources - released un the the MIT License on Github
- AdminLTE Jinja2 Demo - LIVE Jinja project
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 - Product page
- AdminLTE - Flask Dashboard Demo - LIVE App
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 - Product page
- AdminLTE - Django Dashboard Demo - LIVE App