Hello coders,
This article presents the well-known AdminLTE design in three different flavors, released under the MIT licenses on Github, actively supported by AppSeed core team via Github and LIVE support via Discord. For newcomers, AdminLTE is a fully responsive administration template. Based on Bootstrap 4.4 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
- AdminLTE - Jinja - HTML files converted to Jinja Template Engine
- AdminLTE Flask - a simple starter coded in Flask
- AdminLTE Django - a simple Django Starter
AdminLTE
AdminLTE is a fully responsive administration template. Based on Bootstrap 4.4 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
This free admin dashboard design, with a simple Material Kit layout, is actively maintained by 150+ contributors. With more than 35k GH stars and 14.8k forks, might be a good choice for your next project.
Links
- AdminLTE - the official website
- AdminLTE Demo - LIVE App
AdminLTE Jinja Template
The Jinja Template engine is quite a popular engine among Python programmers mostly for usage simplicity and security. Based on the similarities with other template engines (Django Native, Blade, Nunjunks) the UI can be easily migrated and used in other frameworks and builders like Laravel, CodeIgniter, Eleventy.
Links
- Jinja2 AdminLTE - LIVE Demo
- Jinja2 AdminLTE Sources
AdminLTE Flask
The Flask starter is provided with a basic set of features like authentication, dual database configuration (SQLite, PostgreSQL), modular codebase with Blueprints, and deployment scripts.
- Flask Dashboard - AdminLTE Design - Product page
- Flask Dashboard AdminLTE Demo - LIVE App
AdminLTE Django
Django version is quite similar in terms of features with Flask version:
- UI-Ready app, SQLite Database, Django Native ORM
- Modular design, clean code-base
- Session-Based Authentication, Forms validation
- Deployment scripts: Docker, Gunicorn / Nginx
Links
- Django Dashboard - AdminLTE Design - Product page
- Django Dashboard AdminLTE Demo - LIVE App
All starters can be used directly from Github and based on the permissive license, unlimited hobby and commercial usage are allowed.
Resources
- AdminLTE Flask - Product page
- AdminLTE Django - Product page
- AdminLTE Jinja - LIVE Demo
- More Admin Dashboards - index hosted by AppSeed
Btw, my (nick) name is Sm0ke and I'm pretty active also on Twitter.
Top comments (2)
I was searching something like this. Thanks for your Post
Super :)