Apps
This is the landing page. It lists folders under web_apps/lab/apps/ and reads optional meta.json files for names + blurbs.
How to add a lab app
- Create:
web_apps/lab/apps/my-idea/public/index.html - (Nice) Add
web_apps/lab/apps/my-idea/meta.jsonwith a title/description/emoji - (Optional) Add
style.css/app.js - Commit + push — it’s live immediately.
If a lab app grows up, we can graduate it into a dedicated /<app>/ service with its own process + future auth/db.