DEV Community

Cover image for Flask Apps - Open-Source Web Apps built with automation tools
Sm0ke
Sm0ke

Posted on • Updated on

Flask Apps - Open-Source Web Apps built with automation tools

Hello Coders,

In my career as a programmer, I learned a lot by playing with open-source stuff and add my work on top of an existing code-base crafted by other open-source enthusiasts. In this article, I will present a short-list with simple Flask Apps enhanced with a basic set of features and modules like authentication, database, and DB tools coded on top of beautiful UI Kits.

Thanks for reading! - Content provided by App Generator.


What I learned, exactly?

  • look at a new software from the design patterns perspective. If-else, while loops and helpers are important for sure but no more than a small brick in a huge building.
  • by updating existing code written by different people with different skills, you become more flexible and you might become a better team member
  • the ability to update and provide a quick fix for a new piece of software
  • split complex features into small pieces, easily understandable by anyone
  • to write simple documentation and allocate time for free support
  • a bad product might contain a brilliant code chunk
  • code refactoring is not an easy job
  • help people for free because others do the same for me in the past
  • providing free help and free products you might have a positive influence over others. worked for me :)

Cool, let's move forward with our list and see some nice apps.


Flask Datta Able

Datta Able Bootstrap Lite is the most stylised Bootstrap 4 Lite Admin Template, around all other Lite/Free admin templates in the market. It comes with high feature-rich pages and components with fully developer-centric code. Before developing Datta Able our key points were performance and design.



Flask Dashboard Datta Able - Open-Source Dashboard.


Soft UI Flask

Soft UI Design System is a premium Bootstrap 5 UI Kit designed by Creative-Tim designed for those who like bold elements and beautiful websites. Soft UI Design System Flask is a simple Flask starter provided by AppSeed with a modular codebase, database, authentication, and deployment scripts



Flask Template - Starter provided by AppSeed.


Flask Pixel UI Kit

Pixel is a free, fully responsive and modern Bootstrap 4 UI Kit that will help you build creative and professional websites. Use our components and sections, switch some Sass variables to build and arrange pages to best suit your needs. Pixel Lite comes with 6 premium example pages that we created to show you the beautiful user interfaces that can be created.



Flask Pixel UI Kit - Open-Source web app coded in Flask.


Flask Bootstrap 5 Volt

Volt Dashboard is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 plugins with Vanilla JS. There are more than 100 free Bootstrap 5 components included some of them being buttons, alerts, modals, datepickers and so on.



Flask Bootstrap 5 Volt - Template project provided by AppSeed.


Atlantis Lite - Flask

Atlantis Lite (Dark Design) is a free bootstrap 4 admin dashboard that is beautifully and elegantly designed to display various metrics, numbers or data visualization. Atlantis Lite admin dashboard has 2 layouts, many plugins and UI components to help developers create dashboards quickly and effectively so they can save development time and also help users to make the right and fast decisions based on existing data.



Flask Dashboard Atlantis - Template project provided by AppSeed.


Links & Resources

What is Flask

Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions - read more about it on the Flask official website or access the docs and start coding.


Thanks for reading! For more resources, feel free to access:

Top comments (2)

Collapse
 
njann profile image
Nils

I really like that you publish those examples! Also a great source for learning.

Collapse
 
sm0ke profile image
Sm0ke

10x