Single-file web app for building supplier-ready T-shirt techpacks from design images.
The whole app is index.html. Serve it from anywhere static:
- GitHub Pages: Settings → Pages → deploy from branch → root.
- Any host: drop the file in the web root.
No API key ships in this file. On first upload the app asks for an Anthropic
API key and stores it in that browser's localStorage only (nomu_tp_key).
Everything except AI classification works without a key.
Replace index.html with the new build and commit.