diff --git a/README.md b/README.md
index 98ba720..6cc65b1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Playable
-[](https://angular-fullstack.github.io/)
+[](http://ansible-playable.com)
Playable is an Ansible Playbook generator UI developed in MEAN stack using [Yeoman angular-fullstack-generator](https://github.com/angular-fullstack/generator-angular-fullstack) and built using [Docker](https://www.docker.com/).
The tool may be used by an individual or a team to
@@ -14,6 +14,12 @@ This is a fun project I started working on from my experience working with Ansib
> Note: This project is in its initial Alpha release. Hence this is only to be used for test purpose and at your own risk.
+## Demo
+
+Try a publicly hosted live demo at [ansible-playable.com](http://www.ansible-playable.com)
+
+> Note: You may create projects and playbooks. But cannot execute or test them. For this you must host a private version of the tool yourself, following instructions below
+
## Getting Started
The easiest way to get started is to use Docker. The latest version of the software is built using docker and is available at [Docker hub](https://hub.docker.com/r/mmumshad/ansible-playable/)
@@ -93,3 +99,38 @@ Run `gulp build` for building and `gulp serve` for preview.
## Testing
Running `gulp test` will run the unit tests with karma.
+
+## Improvements
+- Improve Logging
+- Improve Testing - add additional test cases
+- Improve Security
+- Sharing projects with multiple users
+- Implement Vault Support
+- Integration with Active Directory/LDAP
+- Improve Collaboration
+ - Sharing projects between multiple users
+ - GIT integration
+
+
+## License
+MIT License
+
+Copyright (c) 2017 Mumshad Mannambeth
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/client/_index.html b/client/_index.html
index 7dfddd8..81d24b3 100644
--- a/client/_index.html
+++ b/client/_index.html
@@ -4,7 +4,7 @@