A dependency-free collection of plaintext/BBS-inspired web interface experiments. The pages recreate a small dial-up archive using self-contained HTML and CSS, with no build system or external runtime dependencies.
index.html— current Red Archive BBS presentationindex-v1.html— earlier interface studyindex-v2.html— alternate archive presentation
Open any HTML file directly in a browser, or serve the directory locally:
python -m http.server 8000Then visit http://localhost:8000.
- Works without JavaScript frameworks or a build step
- Responsive while preserving a deliberately old-web aesthetic
- Self-contained and easy to archive
- Respects reduced-motion preferences where animation is used