We are excited to announce that starting with Redwood v0.31.0 there is first-class CLI integration with Render.
Key benefits of Render include:
- Fully managed PostgreSQL
- Free static sites served over Render’s lightning-fast CDN backed by Fastly
- US (Oregon) and EU (Frankfurt) regions for your API and database
- Simple and predictable pricing
Existing Projects
To set up your existing projects for Render run the command:
yarn rw setup deploy render
(for postgres)
yarn rw setup deploy render -d sqlite
(for sqlite)
This will generate a render.yaml
file for you to deploy as Infrastructure as Code on Render.
See Redwood and Render Docs for more information:
Demo Project
We have a demo voting app project running on Render that can be used as a starting point for your project.
https://redwoodjs-web.onrender.com/
Clone or fork our repo at: GitHub - render-examples/redwoodjs: Deploy RedwoodJS with Postgres on Render.
Watch the deployment of the voting app to Render at the Redwood Community Meetup: