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/.

How to add a lab app

  1. Create: web_apps/lab/apps/my-idea/public/index.html
  2. (Optional) Add style.css / app.js
  3. 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.