Demo
A quick walkthrough: run an app locally and open its UI in minutes.
Try locally
Commands are pinned to v0.0.2 for reproducible runs.
Prerequisite: To actually start apps, you need Docker + Docker Compose (Windows/macOS: Docker Desktop). If you're only browsing recipes, Docker is not required.
npx --yes -p github:LeeJinMing/TryStack#v0.0.2 trystack up louislam/uptime-kuma
trystack ps louislam/uptime-kuma
Uses verified recipes to bring up a UI locally with Docker Compose.
One-click (Windows): run
npx --yes -p github:LeeJinMing/TryStack#v0.0.2 trystack protocol install
once, then use “Open (1-click)” on recipe cards.
Try a repo
Want to add a recipe? See recipe spec.
Recipes
Tip: You can click “Copy command”, or download a `.cmd/.ps1` script to run locally.
For maintainers
- Standardized recipes reduce “how do I run this” issues.
- CI verification ensures UI can open.
- Community contributions via PR.