Remix.run Logo
delduca 4 hours ago

Can I host outside Cloudflare?

PUSH_AX 3 hours ago | parent [-]

No it uses cloudflare primitives

kentonv 3 hours ago | parent [-]

Incorrect. You can host it on workerd on your own servers. No Cloudflare required.

PUSH_AX 3 hours ago | parent [-]

Don’t the docs say running on wrangler is not for production use? Or am I missing something?

kentonv 3 hours ago | parent [-]

wrangler is a development tool. You wouldn't want to run dev mode in production.

But workerd can be used directly without wrangler, and is production-capable in that format.

Unfortunately we did not have time to put together example configs for this before launch (I wish we could have delayed, it was out of my hands), but we will be doing so soon.

Mentioned in the readme here:

https://github.com/cloudflare/cloudflare-os#deploy-to-your-o...

PUSH_AX 2 hours ago | parent [-]

Appreciate the correction, thank you