xoslib wip
diff --git a/planetstack/core/xoslib/dashboards/xsh.html b/planetstack/core/xoslib/dashboards/xsh.html
new file mode 100644
index 0000000..6e5103a
--- /dev/null
+++ b/planetstack/core/xoslib/dashboards/xsh.html
@@ -0,0 +1,21 @@
+  <div id="terminal">
+    <p class="response">XSH - The XOS Shell</p>
+    <br />
+    <p id="terminal_help1" style="display: none;">type "help" for help</p>
+    <p id="terminal_help2" style="display: none;">type "tutorial" to start the tutorial</p>
+
+  </div>
+  <link rel="stylesheet" type="text/css" href="{% static 'shell/opencloud_shell.css' %}" media="all">
+  <script src="{{ STATIC_URL }}/js/underscore-min.js"></script>
+  <script src="{{ STATIC_URL }}/js/backbone-min.js"></script>
+  <script src="{{ STATIC_URL }}/js/ICanHaz.min.js"></script>
+  <script src="{{ STATIC_URL }}/js/xos-backbone.js"></script>
+  <script src="{% static 'xsh/xsh.js' %}"></script>
+  <script src="{% static 'xsh/object_id.js' %}"></script>
+  <script src="{% static 'xsh/constants.js' %}"></script>
+  <script src="{% static 'xsh/utils.js' %}"></script>
+  <script src="{% static 'xsh/shell_utils.js' %}"></script>
+  <script src="{% static 'xsh/tokens.js' %}"></script>
+
+
+