{"id":16175070,"url":"https://github.com/app-generator/jinja-flexy-bootstrap","last_synced_at":"2026-04-30T14:37:25.577Z","repository":{"id":100503087,"uuid":"499801842","full_name":"app-generator/jinja-flexy-bootstrap","owner":"app-generator","description":"Jinja Flexy Lite - Open-Source Starter | AppSeed","archived":false,"fork":false,"pushed_at":"2022-06-05T08:55:48.000Z","size":4036,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T18:52:05.075Z","etag":null,"topics":["appseed","bootstrap"],"latest_commit_sha":null,"homepage":"https://appseed.us/generator/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-04T11:06:44.000Z","updated_at":"2022-06-05T08:51:18.000Z","dependencies_parsed_at":"2023-05-15T11:15:18.955Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/jinja-flexy-bootstrap","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/app-generator/jinja-flexy-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-flexy-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-flexy-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-flexy-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-flexy-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/jinja-flexy-bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-flexy-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed","bootstrap"],"created_at":"2024-10-10T04:44:04.183Z","updated_at":"2026-04-30T14:37:25.559Z","avatar_url":"https://github.com/app-generator.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jinja Flexy Lite\n\nWrapPixel's Flexy Lite is one of the best Bootstrap templates for admin dashboards and control admin panels. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics - Features:\n\n- UI Kit: **Flexy Bootstrap Lite** (Free Version) by **WrapPixel**\n- Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)\n- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU\n- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).\n\n\u003e Links\n\n- 👉 [Jinja Flexy Litee](#) - product page (soon)\n- 👉 [Jinja Flexy Lite](flask-flexy-bootstrap.appseed-srv1.com) - LIVE deployment\n\n\u003cbr /\u003e\n\n![Flexy Bootstrap Lite - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/172042466-c456fc58-50bd-4262-8654-a3877ed9a8aa.jpg)\n\n\u003cbr /\u003e\n\n## Build from sources\n\n```bash\n$ # Clone the sources\n$ git clone https://github.com/app-generator/jinja-flexy-bootstrap.git\n$ cd jinja-flexy-bootstrap\n$\n$ # Virtualenv modules installation (Unix based systems)\n$ virtualenv env\n$ source env/bin/activate\n$\n$ # Virtualenv modules installation (Windows based systems)\n$ # virtualenv env\n$ # .\\env\\Scripts\\activate\n$\n$ # Install requirements\n$ pip3 install -r requirements.txt\n$\n$ # Set the FLASK_APP environment variable\n$ (Unix/Mac) export FLASK_APP=run.py\n$ (Windows) set FLASK_APP=run.py\n$ (Powershell) $env:FLASK_APP = \".\\run.py\"\n$\n$ # Set up the DEBUG environment\n$ # (Unix/Mac) export FLASK_ENV=development\n$ # (Windows) set FLASK_ENV=development\n$ # (Powershell) $env:FLASK_ENV = \"development\"\n$\n$ # Run the Jinja Template\n$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)\n$ # --port=5000    - specify the app port (default 5000)  \n$ flask run --host=0.0.0.0 --port=5000\n$\n$ # Access the UI in browser: http://127.0.0.1:5000/\n```\n\n\u003cbr /\u003e\n\n## Code-base structure\n\nThe project has a simple structure, represented as bellow:\n\n```bash\n\u003c PROJECT ROOT \u003e\n   |\n   |-- apps/__init__.py\n   |-- apps/\n   |    |-- static/\n   |    |    |-- \u003ccss, JS, images\u003e         # CSS files, Javascripts files\n   |    |\n   |    |-- templates/\n   |    |    |\n   |    |    |-- includes/                 # Page chunks, components\n   |    |    |    |\n   |    |    |    |-- navigation.html      # Top bar\n   |    |    |    |-- sidebar.html         # Left sidebar\n   |    |    |    |-- scripts.html         # JS scripts common to all pages\n   |    |    |    |-- footer.html          # The common footer\n   |    |    |\n   |    |    |-- layouts/                  # App Layouts (the master pages)\n   |    |    |    |\n   |    |    |    |-- base.html            # Used by common pages like index, UI\n   |    |    |    |-- base-fullscreen.html # Used by auth pages (login, register)\n   |    |    |\n   |    |  index.html                      # The default page\n   |    |  login.html                      # Auth Login Page\n   |    |  register.html                   # Auth Registration Page\n   |    |  page-404.html                   # Error 404 page (page not found)\n   |    |  page-500.html                   # Error 500 page (server error)\n   |    |    *.html                        # All other pages provided by the UI Kit\n   |\n   |-- requirements.txt\n   |\n   |-- run.py\n   |\n   |-- ************************************************************************\n```\n\n\u003cbr /\u003e\n\n## Deployment\n\n\u003cbr /\u003e\n\n### [Docker](https://www.docker.com/) execution\n---\n\nThe steps to start the template using Docker:\n\n\u003e Get the code\n\n```bash\n$ git clone https://github.com/app-generator/jinja-flexy-bootstrap.git\n$ cd jinja-flexy-bootstrap\n```\n\n\u003e Start the app in Docker\n\n```bash\n$ sudo docker-compose pull \u0026\u0026 sudo docker-compose build \u0026\u0026 sudo docker-compose up -d\n```\n\nVisit `http://localhost:5085` in your browser. The app should be up \u0026 running.\n\n\u003cbr /\u003e\n\n---\nJinja Flexy Lite - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fjinja-flexy-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fjinja-flexy-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fjinja-flexy-bootstrap/lists"}