Æapp® v2.0.0 is a stable, community‑driven archive platform built for long‑term use.
Æapp® v2.0.0 is a complete redesign and expansion of the original live‑comment archiving system. This new generation introduces a full community platform, a harmonized UI, and a stable, modular architecture built for long‑term use. It remains lightweight, Python‑based, and easy to deploy — but now includes a rich set of tools for notes, threads, observations, uploads, and galleries, all wrapped in a warm, nature‑inspired interface.
Æapp® began as a simple experiment: a way to capture live YouTube chat messages in real time.
Over time, it grew into a tool used by communities who wanted to preserve moments, share observations, and build archives together.
With Æapp® v2.0.0, the project enters a new era:
This version marks the transition from a single‑purpose tool to a complete community archive platform.
| Aspect | Æapp® v1.0.0 | Æapp® v2.0.0 |
|---|---|---|
| Purpose | Live chat archiving | Full community archive platform |
| Brand | First official release | Mature product generation |
| Database | SQLite + basic models | Structured models for notes, threads, observations, files |
| Frontend | Basic templates | Harmonized AEapp UI (green palette, soft boxes, spacing) |
| Community | None | Notes, threads, uploads, gallery, observations |
| Filtering | Day/month/year | Same + improved pagination and stability |
| Export | CSV for comments | CSV for observations + modular export options |
| Visitor tracking | Basic IP counter | Improved stability and integration |
| Licensing | Commercial | Commercial (licensed separately from 1.x) |
| Architecture | Single‑purpose | Modular, extensible, maintainable |
Extract the .zip file to your preferred directory.
python3 -m pip install -r requirements.txt
YOUTUBE_API_KEY=your_api_key
LIVE_CHAT_ID=your_live_chat_id
FILTER_KEYWORD=æ,Æ
SECRET_KEY=your_flask_secret
SQLite (mysite.db) is created automatically on first run.
python app.py
Visit http://localhost:5000 or your hosting environment.
├── app.py # Main Flask application
├── requirements.txt # Dependencies
├── templates/ # Jinja2 templates (community, archive, uploads, etc.)
├── static/ # CSS, JS, images
├── models.py # Database models
├── EULA.txt # License agreement
└── README.md # Documentation
app.py – Application entry point
models.py – SQLAlchemy models for comments, notes, threads, observations, files
templates/ – All HTML templates, harmonized with AEapp 2.0 design
static/ – Stylesheet, icons, and assets
EULA.txt – Commercial license terms
README.md – This document
Æapp® follows a simple major.minor.patch versioning scheme. v2.0.0 marks the beginning of the second product generation.