Hosting
Cloudflare’s Developer Platform provides out-of-the-box access to essential services:
- Compute (Workers) for serverless functions
- Database (D1) for data storage
- Storage (R2) for files and assets
- Queues for background job processing
- & so much more!
Not only does Cloudflare have the world’s best network, but they also have the best developer experience. When you code locally you’re coding against a real environment that is the same as the production environment. This has huge implications for your workflow and productivity, because often “it just works!”
Deploy to production
Ship your webapp to Cloudflare with the following command:
bash frame="none" showLineNumbers=false pnpm release
bash frame="none" showLineNumbers=false npm run release
bash frame="none" showLineNumbers=false yarn release