1. Security/Sandboxing Limitations for Self-Hosting
Discussion emphasizes OpenWorkers provides resource isolation (CPU/memory limits, V8 isolates) but not Cloudflare-level multi-tenant security for untrusted code; ideal for trusted, self-hosted scenarios.
"OpenWorkers is really aimed at a different use case: running your own code on your own infra, where the threat model is simpler." - max_lt
"The realistic use case for OpenWorkers is running your own code on your own infra, not multi-tenant SaaS." - max_lt
"gpm: I think you should consider adjusting the marketing to reflect this. 'untrusted JavaScript' -> 'JavaScript'..." - gpm
2. Self-Hosting Benefits (Cost Savings, No Vendor Lock-In)
Users praise avoiding cloud costs/lock-in via self-hosting, citing examples like Basecamp; debates on scale/ease but affirm viability for most.
"37 signals saved between 50 and 66% in hosting costs when moving from cloud to self hosted." - andruby
"I'd bet my years salary that a good 40% of AWS customers could probably be fine with a single self hosted server..." - shimman
"Cloudflare's cool, but those locked-in things (KV, D1, etc.) always made it hard to switch. Offering open-source alternatives is always good..." - orliesaurus
3. Compatibility with Cloudflare Workers DX/Roadmap
Excitement for API-compatible, self-hostable Workers alternative with open bindings; notes missing features (Durable Objects, WebSockets) and differences from workerd.
"the goal is API compatibility β same Worker syntax (fetch handler, Request/Response, etc.) so you can migrate code easily." - max_lt
"Main things not yet implemented: Durable Objects, WebSockets, HTMLRewriter, and cache API." - max_lt
"Cool. I always liked CF workers but havenβt shipped anything serious with it due to not wanting vendor lock-in. This is perfect..." - victorbjorklund