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

Useful flags

Transport choices

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

Deploy presets

  • none for manual Bun setup
  • railway for hosted Bun services
  • fly-io for Docker-based deployment on Fly.io
  • unkey for Docker-based Unkey Deploy (previews, rollbacks, Sentinel)
  • vercel for Vercel via @redopjs/redop/vercel
  • cloudflare for Cloudflare Workers via @redopjs/redop/cloudflare

Generated files by preset

Good default

If you are unsure, start with --transport http --deploy railway for hosted Bun work or --transport stdio for local client integrations. Use unkey when you want Docker deploys with preview environments. Use vercel / cloudflare when you specifically want those platforms and can stick to stateless MCP.

Deployment guides