Code. Conquer. Cause Creativity.
Cyvathon is a playful micronation built around coding, creativity, and community.
This repository contains the code for the Cyvathon Official Website, th Cyvatho Chat and the Cybucks Banking System, the virtual economy inside Cyvathon.
-
Main Cyvathon Website:
https://cyvathon.onrender.com -
Cybucks Banking System (from this repo):
https://cyvathon-official-website.onrender.com/bank -
Cyvathon Chat (from this repo):
https://cyvathon-official-website.onrender.com/chat
A simple HTML-based site introducing:
- What Cyvathon is
- Citizen information
- Links to alliances, YouTube, and the banking system
A fun in-world currency manager built for:
- User registration
- Login
- Account balance tracking
- Sending Cybucks to other users
Note: This is a fun/learning project, not a real banking system.
Frontend:
- HTML
- CSS
Backend:
- Python (Flask or similar micro-framework)
Database:
- SQLite (local DB file)
Deployment:
- Render.com
Cyvathon-Official-Website/
├── static
├── chat.html # chat website page
├── bank.html # Banking system UI
├──index.html # main website
├── main.py # Python backend
├── cyvathon.db # SQLite database (auto-created if missing)
├── requirements.txt # Python dependencies
├── Procfile # Render startup command
└── README.md # Documentation
git clone https://github.com/PrathyayPGM-ALT/Cyvathon-Official-Website.git
cd Cyvathon-Official-Websitepython -m venv venv
# Windows:
venv\Scripts\activate
# macOS/Linux:
source venv/bin/activatepip install -r requirements.txt# Windows (PowerShell)
$env:SECRET_KEY="your-secret-key"
# macOS/Linux
export SECRET_KEY="your-secret-key"python main.pyVisit:
http://localhost:5000
- Change text, layout, images
- Add new pages like quests, ranks, badges
- Update UI
- Add transaction logs, leaderboards, achievements
- Add APIs (earn, missions, admin panel)
- Improve security
- Add anti-fake-user protection
This repo is configured for Render using:
requirements.txtProcfile
Steps:
- Create a Web Service
- Connect your GitHub repo
- Auto-build & deploy
- Done — Render gives you a public URL
Cyvathon is a creative universe built around:
- Coding
- World-building
- Imagination
This repo powers the official website + Cyvathon Chat + Cybucks economy.
Welcome to Cyvathon, citizen 👾