Skip to main content

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.

create-redop-app is small on purpose. It gives you one starter shape with a few decisions up front.

Useful flags

bunx create-redop-app my-redop-app --transport http --deploy railway

Transport choices

  • http for hosted services
  • stdio for local MCP command integrations

Deploy presets

  • none for manual setup
  • railway for hosted Bun services
  • fly-io for Docker-based deployment
  • vercel as a starting point only

Generated files by preset

PresetExtra files
nonenone
railwaynone
fly-ioDockerfile, fly.toml
vercelvercel.json

Good default

If you are unsure, start with --transport http --deploy railway for hosted work or --transport stdio for local client integrations.

Deployment guides