diff --git a/Static-HTML-Exporter.md b/Static-HTML-Exporter.md
new file mode 100644
index 0000000..d8d866f
--- /dev/null
+++ b/Static-HTML-Exporter.md
@@ -0,0 +1,6 @@
+You might have a server that won't allow you to run command that run longer for 60 seconds, or maybe you just want to export your status page to a static HTML file. Using the Statup exporter you can easily do this with 1 command.
+
+```
+statup export
+```
+###### 'index.html' is created in current directory with static CDN url's.
\ No newline at end of file