f659b3e58d12a2e858bf6744de0b282f05679a65
Replaces the static Backstage template page with a canvas-based warp starfield and a glowing "SETH'S TEST" HUD overlay. Self-contained, no external assets; star count is fixed and resize-safe.
sethtest
This repository was generated from the Backstage Flask Web App template.
What you get
app.pywith/and/healthrequirements.txt- Gunicorn production entrypoint
- Dockerfile exposing port 8080
- Backstage
catalog-info.yaml
Run locally
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
Run with Docker
docker build -t sethtest .
docker run --rm -p 8080:8080 sethtest
Languages
HTML
88.8%
Python
7%
Dockerfile
4.2%