$ ls experiments/
experiments_
Interactive demos, prototypes, and code experiments. Inline experiments run here; some proxy to separate containers.
Nothing here yet.
Add an inline experiment at src/pages/experiments/my-thing.astro
or register a proxied one in this file.
how to add an experiment
Inline (vanilla JS / Astro component):
Create src/pages/experiments/my-thing.astro — it's automatically routed.
Proxied (separate Docker container):
Add Traefik labels to your container and register it in the experiments array above.