system_en.html
This document explains how the MyAnythingList system is deployed, hosted, archived, and maintained operationally.
Architecture describes how the software works internally. System describes how it runs in the real world.
The system is intentionally designed to run on simple infrastructure.
A major design goal is that a media wall can be deployed using only static files on inexpensive hosting.
Authoring VPS
↓
Build / Testing
↓
Static publish
↓
S3 or CDN hosting
↓
Public browsers / kiosks
_docs/
index-docs.html
en/
index_en.html
requirements_en.html
architecture_en.html
system_en.html
developer_en.html
vision_en.html
The documentation architecture is designed for translation.
_docs/ en/ es/ fr/ de/ zh/
The player itself is a static HTML + JavaScript application.
Usage can be monitored using normal web server logs.
Examples:Development builds may be archived in dated directories.
Example:
beta/
_daily-builds/
2026-03-11/
2026-03-12/
These builds provide transparency into development progress.
The project is intentionally mirror-friendly.
The system should remain usable and understandable even on simple infrastructure and inexpensive hosting.