diff --git a/GitHub-Mark-120px-plus.png b/GitHub-Mark-120px-plus.png
new file mode 100644
index 0000000..ea6ff54
Binary files /dev/null and b/GitHub-Mark-120px-plus.png differ
diff --git a/GitHub-Mark-32px.png b/GitHub-Mark-32px.png
new file mode 100644
index 0000000..8b25551
Binary files /dev/null and b/GitHub-Mark-32px.png differ
diff --git a/GitHub-Mark-64px.png b/GitHub-Mark-64px.png
new file mode 100644
index 0000000..182a1a3
Binary files /dev/null and b/GitHub-Mark-64px.png differ
diff --git a/GitHub-Mark-Light-120px-plus.png b/GitHub-Mark-Light-120px-plus.png
new file mode 100644
index 0000000..192846a
Binary files /dev/null and b/GitHub-Mark-Light-120px-plus.png differ
diff --git a/GitHub-Mark-Light-32px.png b/GitHub-Mark-Light-32px.png
new file mode 100644
index 0000000..628da97
Binary files /dev/null and b/GitHub-Mark-Light-32px.png differ
diff --git a/GitHub-Mark-Light-64px.png b/GitHub-Mark-Light-64px.png
new file mode 100644
index 0000000..73db1f6
Binary files /dev/null and b/GitHub-Mark-Light-64px.png differ
diff --git a/README.md b/README.md
index 5362af1..66c7c2d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,22 @@
# platform9
+https://platform9.herokuapp.com
+A Free Calls For Everyone in the world.
+
+[](https://heroku.com/deploy?template=https://github.com/misha-marinenko/platform9)
+[](https://bluemix.net/deploy?repository=https://github.com/misha-marinenko/platform9.git)
+
+For start your Platform9:
+1. Install latest npm, git and nodeJS.
+sudo apt-get install nodejs nodejs-legacy npm git
+3. Cone Repo
+git clone https://github.com/misha-marinenko/platform9.git
+4. Enter to dir
+cd platform9
+5. Install All Libs...
+npm install
+6. Run IT:
+env PORT=[YOUR PORT] npm start
+Exmaple:
+env PORT=80 npm start
+or
+export PORT=80 (export PORT=[Your Port])
diff --git a/app.json b/app.json
new file mode 100644
index 0000000..cc7b68f
--- /dev/null
+++ b/app.json
@@ -0,0 +1,7 @@
+{
+ "name": "Platform9",
+ "description": "Free calls for everyone in the world!",
+ "repository": "https://github.com/misha-marinenko/platform9",
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Moskwa_Metro_Line_9.svg/1024px-Moskwa_Metro_Line_9.svg.png",
+ "keywords": ["node", "voip", "rooms", "voice", "calls"]
+}
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..2a704cb
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,178 @@
+
+
+