{"id":16175104,"url":"https://github.com/app-generator/flask-v3-volt-dashboard","last_synced_at":"2026-05-19T09:02:47.900Z","repository":{"id":197743068,"uuid":"699235024","full_name":"app-generator/flask-v3-volt-dashboard","owner":"app-generator","description":"Flask v3 - Volt Dashboard (Free Sample) | AppSeed","archived":false,"fork":false,"pushed_at":"2023-10-02T08:38:05.000Z","size":4253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T05:57:42.535Z","etag":null,"topics":["flask","flask-bootstrap","flask-bs5","flask-v3","flask-v3-sample","flask-v3-template","flask-volt","flask3-sample","flask3-template"],"latest_commit_sha":null,"homepage":"https://github.com/app-generator/flask-v3-volt-dashboard","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}},"created_at":"2023-10-02T08:11:12.000Z","updated_at":"2024-02-07T10:02:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"33d2fb85-0b01-4f94-bb3d-2b646fe96c01","html_url":"https://github.com/app-generator/flask-v3-volt-dashboard","commit_stats":null,"previous_names":["app-generator/flask-v3-volt-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/app-generator/flask-v3-volt-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-v3-volt-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-v3-volt-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-v3-volt-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-v3-volt-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/flask-v3-volt-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-v3-volt-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267505099,"owners_count":24098346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flask","flask-bootstrap","flask-bs5","flask-v3","flask-v3-sample","flask-v3-template","flask-volt","flask3-sample","flask3-template"],"created_at":"2024-10-10T04:44:08.814Z","updated_at":"2026-05-19T09:02:42.861Z","avatar_url":"https://github.com/app-generator.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask v3 `Volt Dashboard`\n\nOpen-source **Flask/Jinja Template** provided by `AppSeed` on top of **Volt Dashboard**, a modern `Bootstrap 5` dashboard design. \n\nThe project is a super simple Flask project WITHOUT database, ORM, or any other hard dependency - Design from **Themesberg**.\n\n\u003e Features\n\n- ✅ `Up-to-date dependencies` using a **Flask v3.0.0** compatible stack\n- ✅ Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)\n- ✅ **UI Kit**: Volt Dashboard by Themesberg\n- ✅ `Docker`\n- ✅ `CI/CD` via Render\n\n![Volt Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)\n\n\u003cbr /\u003e\n\n## Start with `Docker`\n\n\u003e 👉 **Step 1** - Download the code from the GH repository (using `GIT`) \n\n```bash\n$ git clone https://github.com/app-generator/flask-v3-volt-dashboard.git\n$ cd flask-v3-volt-dashboard\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Step 2** - Start the APP in `Docker`\n\n```bash\n$ docker-compose up --build \n```\n\nVisit `http://localhost:5085` in your browser. The app should be up \u0026 running.\n\n\u003cbr /\u003e \n\n## Manual Build\n\n\u003e Download the code \n\n```bash\n$ git clone https://github.com/app-generator/flask-v3-volt-dashboard.git\n$ cd flask-v3-volt-dashboard\n```\n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Unix`, `MacOS` \n\n\u003e Install modules via `VENV`  \n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Flask Environment\n\n```bash\n$ export FLASK_APP=run.py\n$ export FLASK_ENV=development\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ flask run\n```\n\nAt this point, the app runs at `http://127.0.0.1:5000/`. \n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Windows` \n\n\u003e Install modules via `VENV` (windows) \n\n```\n$ virtualenv env\n$ .\\env\\Scripts\\activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Flask Environment\n\n```bash\n$ # CMD \n$ set FLASK_APP=run.py\n$ set FLASK_ENV=development\n$\n$ # Powershell\n$ $env:FLASK_APP = \".\\run.py\"\n$ $env:FLASK_ENV = \"development\"\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ flask run\n```\n\nAt this point, the app runs at `http://127.0.0.1:5000/`. \n\n\u003cbr /\u003e\n\n## Codebase Structure\n\nThe project has a simple, intuitive structure presented 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   |      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## [Flask Soft Dashboard](https://appseed.us/product/soft-ui-dashboard-pro/flask/) `PRO`\n\n\u003e For more components, pages and priority on support, feel free to take a look at this starter:\n\nVolt Pro is a premium Bootstrap 5 Admin Dashboard featuring over 800 components, 20 example pages and 10 fully customized plugin written in Vanilla Javascript. \n\n- 👉 [Flask Volt PRO](https://appseed.us/product/volt-dashboard-pro/flask/) - product page\n- 👉 [Flask Volt PRO](https://flask-volt-pro.appseed-srv1.com/) - LIVE deployment\n\n![Flask Volt PRO - Premium Starter.](https://user-images.githubusercontent.com/51070104/167878207-37758fbf-fbea-4140-9232-d5bf0c6a1fe8.jpg)\n\n\u003cbr /\u003e\n\n---\nVolt Dashboard - Open-source Flask v3 starter provided by **[AppSeed](https://appseed.us/)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fflask-v3-volt-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fflask-v3-volt-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fflask-v3-volt-dashboard/lists"}