diff --git a/tutorial.html b/tutorial.html
new file mode 100644
index 0000000..e55764b
--- /dev/null
+++ b/tutorial.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+ Cosmopolite by flamingcowtv
+
+
+
+
+
+
+
+
+
+
+
+Cosmopolite Tutorial
+
+AppEngine prerequisites
+
+
+ - Download and install the Python AppEngine SDK
+
+
+Server-side setup
+
+
+ - Create an application in your SDK client
+ - Download cosmopolite via the links at left. Unpack it into a "cosmopolite" subdirectory of your local application
+ - Create an app.yaml file for your application.
+ - Add a cosmopolite include to your app.yaml file:
+
includes:
+- cosmopolite
+ - Start the application in your SDK client
+
+
+Test cosmopolite
+
+
+ - Access your local cosmopolite debug page (replace port if necessary): http://localhost:8080/cosmopolite/static/debug.html
+
+
+
+
+
+
+
+