Mastro 👨‍🍳 Docs

Search results

Blog GitHub   Bluesky

Run Bun server and deploy to Render

← Other deployment options

To deploy your dynamically rendered Mastro app to Render using Bun, go to your Render dashboard and select New > Web Service, and connect with your GitHub repository.

Set the following settings:

Build command

bun install
Copied!

Start command

bun server.ts
Copied!

Congratulations! Pushing to GitHub should now deploy your server to Render.