Harmony is a modern communication platform designed to be a smoother and more powerful alternative to Discord. It offers a cleaner interface, better privacy controls, and faster performance for both communities and friends. With innovative features and fewer limitations, Harmony creates a more enjoyable and efficient chatting experience.
main.py: launch entrypointchatapp/core.py: config, db, models, schemas, helpers, gatewaychatapp/app.py: FastAPI app setup and routesstatic/index.html: frontend markupstatic/styles.css: extracted stylesstatic/app.js: extracted client logic
-
Create a venv and activate it
python3 -m venv venv && source venv/bin/activate -
Once done, install the packages
pip install -r requirements.txt -
You are already finished, let's run the app :
python3 main.pyThis will create a webui on http://0.0.0.0:8000/ and also http://localhost:8000/ Awesome! You successfuly installed Harmony !
Create an issue with what you want next !