This tutorial is the fastest path from zero to a project you can run and extend.Documentation Index
Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Generate the starter
httpif you want a hosted serverstdioif you want a local command-based server
Step 2: Run the app
Step 3: Inspect the generated files
The starter gives you:src/index.tspackage.jsontsconfig.jsonREADME.md
Dockerfile or fly.toml.
Step 4: Pick a deploy path
- Bun runtime for simple hosting
- Railway for a long-running Bun service
- Fly.io when you want Docker-based deployment