DEV Community

Cover image for Volt - Free Django Seed Project
Sm0ke
Sm0ke

Posted on • Originally published at appseed.us

Volt - Free Django Seed Project

Hello Coders!

This article presents Volt Dashboard, an open-source Django Seed Project built on top of a modern Bootstrap 5 design with authentication, database, and Docker Support. The product can be downloaded from Github (public repo) or customized in the LIVE App Generator (free service). For newcomers, Django is a leading backend framework powered by Python, actively supported and versioned by programming experts and open-source enthusiasts. Thanks for reading!

Volt Dashboard - Widgets Page (Free Django Template)


✨ Product Highlights

The product comes with a modular design that allows being easily customized and it comes with a host of reusable beautiful UI elements.

  • βœ… Modern stack: Django & Bootstrap 5
  • βœ… Authentication, Modular Codebase
  • βœ… Docker Scripts
  • βœ… Active Versioning, Free Support
  • βœ… MIT license (free for commercial use)

The product, based on the Docker set up shipped with the sources, can be compiled and started in a local environment by using a single command typed in the root of the project. Once the sources are downloaded from the product page or the official Github repository, here is the command that automatized the build (via Docker).

$ cd django-volt-dashboard 
$ docker-compose up --build 
Enter fullscreen mode Exit fullscreen mode

Once the above command is executed, we should be able to access the app in the browser, register new users, authenticate and use the app.

Volt Dashboard - Sign IN Page (Free Django Template)


Sample Pages - If you want to get inspiration or show something directly to your clients, you can jump-start your development with our pre-built example pages.

Volt Dashboard - Profile Page (Free Django Template)


Volt Dashboard - Charts UI (Free Django Template)


Volt Dashboard - UI Alerts (Free Django Template)


✨ How to customize in LIVE Generator

In case the product is not 100% what are you looking for, the LIVE App Generator can be used to generate a full-stack project by following the visual wizard:

πŸ‘‰ Step #1 - Select the backend

Volt App Generator - Select Backend Framework


πŸ‘‰ Step #2 - Customize project

Volt App Generator - Customize Project


πŸ‘‰ Step #3 - Generate the Sources

Volt App Generator - Generate the Code


πŸ‘‰ Step #4 - Download the code

Volt App Generator - Download the sources

At this point, you should be able to download a stable full-stack project with all the features selected during the customization phase.


Thanks for reading! For more resources and support, please access:

Top comments (2)

Collapse
 
zubairanwarkhan profile image
Zubair Khan • Edited

I was just exploring it the other day. Didn't know about the visual builder. Would love to dive in.

Collapse
 
sm0ke profile image
Sm0ke

Ty!
Sorry, I have missed your message.