diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c57a68b..6b70973 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,3 +9,8 @@ updates:
directory: "heroku"
schedule:
interval: "daily"
+
+ - package-ecosystem: "docker"
+ directory: "render"
+ schedule:
+ interval: "daily"
diff --git a/README.md b/README.md
index 591f67a..a4ef87b 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,12 @@
Install [Coder](https://github.com/coder/coder) to your preferred cloud with a pre-built package.
-| Logo | Platform Name | Status | Documentation | Deploy |
-| ---------------------------------------------------------------------------------------- | --------------------- | ----------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
-|
| AWS EC2 | Live ✅ | [Quickstart: AWS](https://coder.com/docs/v2/latest/quickstart/aws) | [Deploy from AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-5gxjyur2vc7rg?sr=0-2&ref_=beagle&applicationId=AWSMPContessa) |
-|
| Fly.io | Live ✅ | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) | [Deploy Coder on FLy.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |
-|
| Railway.app | Live ✅ | [Blog: Run Coder on Railway.app](https://coder.com/blog/deploy-coder-on-railway-app) | [](https://railway.app/template/cUQ8_P?referralCode=tfH8Uw) |
+| Logo | Platform Name | Status | Documentation | Deploy |
+| ---------------------------------------------------------------------------------------- | --------------------- | ----------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
+|
| AWS EC2 | Live ✅ | [Quickstart: AWS](https://coder.com/docs/v2/latest/quickstart/aws) | [Deploy from AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-5gxjyur2vc7rg?sr=0-2&ref_=beagle&applicationId=AWSMPContessa) |
+|
| Fly.io | Live ✅ | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) | [Deploy Coder on FLy.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |
+|
| Railway.app | Live ✅ | | [](https://railway.app/template/cUQ8_P?referralCode=tfH8Uw) |
|
| Heroku | Live ✅ | | [](https://heroku.com/deploy?template=https://github.com/coder/packages) |
+|
| Render.com | Live ✅ | | [](https://render.com/deploy?repo=https://github.com/coder/packages) |
|
| AWS EKS | In progress | [Docs: Coder on Kubernetes](https://coder.com/docs/v2/latest/install/kubernetes) | [Deploy from AWS Marketplace](https://example.com) |
|
| Google Compute Engine | Considering | [Guide: Google Compute Engine](https://coder.com/docs/v2/latest/platforms/google-cloud-platform) | |
diff --git a/assets/render.png b/assets/render.png
new file mode 100644
index 0000000..1e73c42
Binary files /dev/null and b/assets/render.png differ
diff --git a/render.yaml b/render.yaml
new file mode 100644
index 0000000..5d4f8d9
--- /dev/null
+++ b/render.yaml
@@ -0,0 +1,22 @@
+# Coder Service
+services:
+ - type: web
+ name: coder
+ env: docker
+ autoDeploy: false
+ plan: starter
+ rootDir: render
+ envVars:
+ - key: CODER_PG_CONNECTION_URL
+ fromDatabase:
+ name: coder
+ property: connectionString
+ - key: RENDER_HOST
+ fromService:
+ name: coder
+ type: web
+ property: host
+# Postgres Database
+databases:
+ - name: coder
+ postgresMajorVersion: 15
diff --git a/render/Dockerfile b/render/Dockerfile
new file mode 100644
index 0000000..8a1559e
--- /dev/null
+++ b/render/Dockerfile
@@ -0,0 +1,6 @@
+FROM ghcr.io/coder/coder:v0.22.2
+ARG RENDER_HOST
+ENV CODER_HTTP_ADDRESS=0.0.0.0:3000
+ENV CODER_ACCESS_URL=https://${RENDER_HOST}.onrender.com
+ENV CODER_EXPERIMENTS=*
+ENV CODER_TELEMETRY_INSTALL_SOURCE=render
diff --git a/render/README.md b/render/README.md
new file mode 100644
index 0000000..8b0b733
--- /dev/null
+++ b/render/README.md
@@ -0,0 +1,62 @@
+[Coder](https://coder.com) enables organizations to set up development environments in the cloud. Environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and are automatically shut down when not in use to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads that are most beneficial to them.
+
+- Define development environments in Terraform
+ - EC2 VMs, Kubernetes Pods, Docker Containers, etc.
+- Automatically shutdown idle resources to save on costs
+- Onboard developers in seconds instead of days
+
+## Quickstart
+
+### 1. Deploy using the Deploy on Render Button
+
+[](https://render.com/deploy?repo=https://github.com/coder/packages)
+
+### 2. Create your first user
+
+Create your first user by going to `https://app-name.onrender.com` or your custom domain.
+
+
+
+### 3. Create your first template
+
+[**Templates**](https://coder.com/docs/v2/latest/templates): Templates are written in Terraform and describe the infrastructure for workspaces. Coder provides a set of starter templates to help you get started.
+
+Choose a template to set up your first workspace. You can also [create your own templates](https://coder.com/docs/v2/latest/templates) to define your custom infrastructure with your preferred cloud provider.
+
+
+### 4. Create your first workspace
+
+[**Workspaces**](https://coder.com/docs/v2/latest/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development. You can create workspaces from templates. Here wea are showing the workspaces created from the Fly.io starter template in action.
+
+
+## Optional
+
+### 1. Attach a custom domain
+
+Your Coder deployment will always be accessible at `https://app-name.onrender.com`. If you want to use a custom domain, you can go to Dashboard > Coder (Service) > Settings > Custom Domains and add your domain and optionally a wildcard subdomain of form `*.coder.example.com`.
+
+### 2. Enable port-forwarding for workspace apps
+
+Coder allows you to set an optional environment variable, `CODER_WILDCARD_ACCESS_URL` which lets you forward ports from your workspace to a custom wildcard subdomain of the URL you provide. This is useful if you want to access a service running in your workspace from a browser. For example, if you set `CODER_WILDCARD_ACCESS_URL` to `*.coder.example.com`, you can access a service running on port 8080 in your workspace by visiting `8080--app-name-workspace-name-.coder.example.com` in your browser.
+
+
+> Note: This is an optional step. If you do not set this variable, you cannot access services running in your workspace from a browser. You must use a custom domain with Render and cannot use Render's built-in domain for this wildcard.
+
+> Note: You can set environment variables by going to _Dashboard > Coder (Service) > Settings > Environment > Environment Variables_. See our [docs](https://coder.com/docs/v2/latest/cli/server) for more information on environment variables that can be set.
+
+## Upgrade
+
+Coder is getting new features and improvmnets constantly and its it is suggested to stay on latest version. To upgrade,
+
+Go to _Dashboard > Coder (Service)_ and do a **Manual Deploy**. or alternativly turn on auto deployments in _Dashboard > Coder (Service) > Settings > Build & Deploy > Auto Deploy_.
+
+## Docs and resources
+
+- [**Coder on GitHub**](https://github.com/coder/coder)
+- [**Coder docs**](https://coder.com/docs/v2)
+- [**VS Code Extension**](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote): Open any Coder workspace in VS Code with a single click
+- [**JetBrains Gateway Extension**](https://plugins.jetbrains.com/plugin/19620-coder): Open any Coder workspace in JetBrains Gateway with a single click
+
+- [**Coder GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates
+- [**Various Templates**](https://github.com/coder/coder/examples/templates/community-templates.md): Hetzner Cloud, Docker in Docker, and other templates the community has built.
+- [](https://discord.gg/coder)