diff --git a/Home.md b/Home.md
index 6ed12d2..e2bda01 100644
--- a/Home.md
+++ b/Home.md
@@ -1,5 +1,44 @@
-
Statup
-A Simple Status Page for any type of application, easy installation with many server options.
-
\ No newline at end of file
+
+
+# Statup - Status Page
+An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.
+
+## A Future-Proof Status Page
+Statup strives to remain future-proof and remain intact if a failure is created. Your Statup service should not be running on the same instance you're trying to monitor. If your server crashes your Status Page should still remaining online to notify your users of downtime.
+
+## Lightweight and Fast
+Statup is a very lightweight application and is available for Linux, Mac, and Windows. The Docker image is only ~16Mb so you know that this application won't be filling up your hard drive space. The Status binary for all other OS's is ~17Mb at most.
+
+## 3 Different Databases
+This Status Page generator allows you to use MySQL, Postgres, or SQLite.
+
+
+
+
+
+
+
+## No Requirements
+Statup is built in Go Language so all you need is the precompile binary based on your operating system. You won't need to install anything extra once you have the Statup binary installed.
+
+## Run on Any Server
+Whether you're a Docker fan-boy or a AWS EC2 master, Statup gives you multiple options to simply get running. Our Amazon AMI image (`ami-7be8a103`) is only 8Gb and will automatically update to the most stable version of Statup.
+Running on an EC2 server might be the most cost effective way to host your own Statup Status Page. The server runs on the smallest EC2 instance (t2.nano) AWS has to offer, which only costs around $4.60 USD a month for your dedicated Status Page.
+Want to run it on your own Docker server? Awesome! Statup has multiple docker-compose.yml files to work with. Statup can automatically create a SSL Certification for your status page.
+
+## Email Nofitications
+Statup includes email notification via SMTP if your services go offline.
+
+## User Created Plugins
+Statup isn't just another Status Page for your applications, it's a framework that allows you to create your own plugins to interact with every element of your status page.
+Plugin are created in Golang using the [statup/plugin](https://github.com/hunterlong/statup/tree/master/plugin) golang package. The plugin package has a list of
+interfaces/events to accept into your own plugin application.
+
+## Exporting Static HTML
+If you want to use Statup as a CLI application without running a server, you can export your status page to a static HTML.
+This export tool is very useful for people who want to export their HTML and upload/commit it to Github Pages or an FTP server.
+```dash
+statup export
+```
\ No newline at end of file