From 632153796bf6f6e2d82d956996de629cf6db2404 Mon Sep 17 00:00:00 2001
From: Luca Petre
Date: Thu, 18 Sep 2025 14:13:03 +0200
Subject: [PATCH] added Deploy to StateMesh button
StateMesh is the world's first decentralized cloud infrastructure that replaces traditional data centers with a global network of crowd-sourced node operators, maintaining functionality, security, and resilience similar to AWS/GCP/Azure. Its decentralized architecture, permissionless nature, and fair participation mechanism offer significant advancements over existing decentralized computing implementations. StateMesh employs an active billing model, meaning you are only charged when your code is actively running. You won't incur charges while your code is waiting on external resources like API calls, database queries, or AI model responses. In the contrary, you also get paid if you become a node operator as well as referring friends, meaning you can gain back what you are charged for. Also, if the app is small enough, it can be free to maintain.
We would like to have our deployment button in your repository!
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 47a6587f..fb769817 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https:
| [](https://heroku.com) | Heroku | Container | Free, 1 CPU, 512 MB RAM | [see guide](guides/heroku.md) |
| [](https://azure.microsoft.com/en-us/services/app-service/) | Azure App Service | Container | Free, 1 CPU, 1 GB RAM | [see guide](https://github.com/bpmct/code-server-azure) |
| [](https://www.oracle.com/cloud/) | Oracle Cloud | Terraform / OCI | Free Tier Support | [see guide](https://github.com/oracle-devrel/terraform-oci-code-server) |
+| [](https://console.cloud.statemesh.net/deploy?appname=coder&repository=https://github.com/coder/deploy-code-server/) | StateMesh | Anything | Free, 1 CPU, 512MB RAM, Active billing | [read the docs](https://docs.statemesh.net/deployment) |
---