Lab

Fast toy apps. No per-app nginx, no per-app services.

Path: /lab/ Apps: /lab/apps/<name>/

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

  1. Create: web_apps/lab/apps/my-idea/public/index.html
  2. (Nice) Add web_apps/lab/apps/my-idea/meta.json with a title/description/emoji
  3. (Optional) Add style.css / app.js
  4. 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.