create-redop-app is small on purpose. It gives you one starter shape with a few decisions up front.
Useful flags
Transport choices
httpfor hosted servicesstdiofor local MCP command integrations
Deploy presets
nonefor manual Bun setuprailwayfor hosted Bun servicesfly-iofor Docker-based deployment on Fly.iounkeyfor Docker-based Unkey Deploy (previews, rollbacks, Sentinel)vercelfor Vercel via@redopjs/redop/vercelcloudflarefor 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.