diff --git a/README.md b/README.md
index 6f5ff72f957de43f5325fa4b2b234a0c12b95efb..49f57ceeb00aaf381eaf5c84ecb28587788cd33f 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ The Ultimate Open Source WebChat Platform
 * [Desktop apps](#desktop-apps)
 * [Deployment](#deployment)
   * [Heroku](#heroku)
+  * [Scalingo](#scalingo)
   * [Sandstorm.io](#sandstormio)
   * [Sloppy.io](#sloppyio)
   * [Docker](#docker)
@@ -68,6 +69,17 @@ Branch **develop** (Newer but unstable):
 
 [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/RocketChat/Rocket.Chat/tree/develop)
 
+## Scalingo
+Deploy your own Rocket.Chat server instantly on [Scalingo](https://scalingo.com)
+
+Branch **master** (Latest stable version):
+
+[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/RocketChat/Rocket.Chat#master)
+
+Branch **develop** (Newer but unstable):
+
+[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/RocketChat/Rocket.Chat#develop)
+
 ## Sandstorm.io
 [![Rocket.Chat on Sandstorm.io](https://raw.githubusercontent.com/Sing-Li/bbug/master/images/sandstorm.jpg)](https://apps.sandstorm.io/app/vfnwptfn02ty21w715snyyczw0nqxkv3jvawcah10c6z7hj1hnu0)
 
diff --git a/scalingo.json b/scalingo.json
new file mode 100644
index 0000000000000000000000000000000000000000..92ee06f04f6769510963a39856ab3d6e2565a9b8
--- /dev/null
+++ b/scalingo.json
@@ -0,0 +1,8 @@
+{
+  "name": "Rocket.Chat",
+  "repository": "https://github.com/RocketChat/Rocket.Chat",
+  "description": "Have your own open-source Slack-like online chat, built with Meteor.",
+  "logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png?v=3",
+  "website": "https://rocket.chat",
+  "addons": ["scalingo-mongodb"]
+}