Welcome to the Bluewire template repository. These templates provide the pages and API (app.py) for Bluewire.
You can selfhost Bluewire! Make sure to change the secret key in app.py
if you plan to make it public.
Feel free to explore and modify the templates if you want. However, please make sure to follow the Bluewire design language when making changes.
index.html
is English (US)index-pl.html
is Polski (PL)index-de.html
is Deutsch (DE)index-es.html
is Español (ES)index-ua.html
is Українська (UA)index-ro.html
is Română (RO)index-hr.html
is Hrvatski (HR)
templates/
: Contains the HTML templates that Flask uses to display pages.static/
: Contains static assets such as images, CSS, JavaScript etc.
To run this, install flask flask_bcrypt flask_sqlalchemy Flask-WTF
from pip and run app.py
.
All modifications must adhere to the license provided. This ensures that any improvements or changes to the templates maintain the integrity of the project.