1

Deployment in AWS Elastic Beanstalk
 in  r/medusajs  1d ago

Did you run into issues with Render?

5

Live Update Web App
 in  r/webdev  9d ago

Is your website code open source on Github, or are you using a private repo? Are you coding it by hand or are you using one of the app builders like Bolt/Lovable?

Render itself won't make your site auto-refresh if that behavior doesn't exist in your code itself; you'll have to code it first.

1

Live Update Web App
 in  r/webdev  9d ago

Is it open source? How do you start the app server locally?

3

How do you host/use n8n?
 in  r/n8n  17d ago

I'm indeed the founder and CEO of Render! Good luck and LMK how it goes.

3

How do you host/use n8n?
 in  r/n8n  17d ago

You can host complex workflows with n8n on Render: https://render.com/docs/deploy-n8n

r/n8n 19d ago

Self-host n8n on Render

Thumbnail
render.com
11 Upvotes

r/render 19d ago

Self-host n8n on Render

Thumbnail
render.com
7 Upvotes

1

Requesting moderator on r/render. No active mods.
 in  r/redditrequest  22d ago

I would like to use `r/render` to post messages related to Render (render.com).

Here is the link to the mod message:
https://www.reddit.com/message/messages/2mz8485

r/redditrequest 22d ago

Requesting moderator on r/render. No active mods.

Thumbnail reddit.com
1 Upvotes

2

Any recommendations for easy Rails hosting?
 in  r/rails  22d ago

It has a stable price per month starting at $7/month: https://render.com/pricing#compute

r/render_ 28d ago

Push, Don't Poll: New Render Webhooks & Metrics Streams | Render Blog

Thumbnail
render.com
3 Upvotes

1

mcp-any-openapi – A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
 in  r/mcp  29d ago

This is great! How should we (Render) think about the quality of the auto-generated ones vs something we would hand-code?

2

Who offers affordable Wordpress hosting with CI/CD with zero-downtime deployments?
 in  r/webdev  Mar 03 '25

Why do you need to deploy Wordpress to upload images? What is your Github setup?

2

I Built a 100K Line App With AI, and It's Selling—Niche Is the Way to Go!
 in  r/microsaas  Feb 26 '25

Definitely; Render has extensive built-in support for monorepos: https://render.com/docs/monorepo-support. You can then create your services using the Render REST API and use the buildFilter or rootDirectory to work with monorepos.

If this will be a public repo, you could also use Render Blueprints, our infrastructure-as-code format, along with the Deploy to Render button. This way, your users could create multiple services on Render with a single click in their own Render accounts.

2

Broken past $2k revenue so far with my SaaS!
 in  r/SideProject  Feb 26 '25

Got it. Good luck growing this project! I've built tons of side projects in the past, and it's always a wonderful feeling to see one of them take off.

2

Broken past $2k revenue so far with my SaaS!
 in  r/SideProject  Feb 26 '25

We don't have a marketing team/anyone to run a campaign but this is good to know for the future.

Curious: where do you host Postgres/Redis?

2

Broken past $2k revenue so far with my SaaS!
 in  r/SideProject  Feb 26 '25

I'm Render's founder/CEO. Congratulations! Are you using Postgres and Redis on Render?

3

I Built a 100K Line App With AI, and It's Selling—Niche Is the Way to Go!
 in  r/microsaas  Feb 26 '25

I'm Render's CEO. Congratulations, and glad to hear Render worked for you!

1

Deploy of a nodejs backend using supabase
 in  r/Supabase  Feb 14 '25

Render has come a long way in the last two years: we now have full Point-in-time Recovery for Postgres, and I'm sure other features you were looking for back then. Happy to chat/help!

1

First time developer looking for a mentor
 in  r/webdev  Feb 11 '25

This looks seriously great. 👏

1

First time developer looking for a mentor
 in  r/webdev  Feb 10 '25

You can also use Render as your projects get bigger.

1

Is there REALLY no way to use mount inside an unprivileged Docker container?
 in  r/docker  Jan 25 '25

Okay, we don't allow mounting S3 buckets as local drives, but since the data on the disk persists across new deploys and restarts/launches, you could replace your bucket entirely with this disk.

1

Is there REALLY no way to use mount inside an unprivileged Docker container?
 in  r/docker  Jan 25 '25

If you're simply looking to store some data on a disk, we mount it for you on the path you choose. You can add a disk to any service. Does this work?