ProjectGlyphMotion/projectglyphmotion.github.io ? reverse-engineered prompt
Reverse engineered prompt
Build me a polished website for ProjectGlyphMotion that shows off our real time 4K multi object tracking pipeline and lets people upload videos, process them, and view the results.
I want the main public site to look professional and match the project branding, with a clear homepage, an about page, documentation, benchmark results, changelog history, and a playground style page where users can try the workflow. It should also behave like a PWA so it can be installed and work well on mobile and desktop.
Please wire up the backend too, so the video processing flow works end to end with the existing YOLOv8 based tracker, the input and output folders, and the JSON data files for videos and tracking details. Add a simple admin area with login protection and a dashboard for tracking processed videos, request activity, and basic stats.
Keep secrets in a private .env file, use the existing Python scripts where possible, and make the whole thing feel clean, fast, and ready to deploy. If anything is unclear, look up current docs online and then implement it in the most sensible way.
Are you gonna build this?
make sure you review the code using coderabbit