docs/deploy/cloud-platforms/render.mdx
Render is a cloud platform that makes it easy to deploy and manage applications. The ParadeDB Render Blueprint provides a one-click deployment that runs ParadeDB Community as a private service with persistent SSD storage.
The fastest way to get started is to click the button below, which will fork the template repository and deploy ParadeDB to your Render account.
If you prefer to configure the deployment yourself:
/var/lib/postgresql| Variable | Description | Default |
|---|---|---|
POSTGRES_USER | Database user | postgres |
POSTGRES_PASSWORD | Database password | Auto-generated |
POSTGRES_DB | Database name | paradedb |
ParadeDB runs as a private service on Render, which means it is not exposed to the public internet. You can connect from other services on your Render account via the internal network:
psql -h paradedb -U postgres -d paradedb
To connect from your local machine, set up Render SSH and then run:
psql -U postgres paradedb