Examples
Real apps, small on purpose
Each example lives in this repo under examples/. Copy it, connect MCP, and tell your agent to deploy.
| Example | Stack | What you learn |
|---|---|---|
| static-status | HTML | Plain files, no build step |
| hello-node | Node | HTTP server on $PORT |
| hello-python | FastAPI | Python API + optional Postgres |