diff --git a/README.md b/README.md
index 3dba163..d601346 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,30 @@
-# teleport
+# Teleport
+Teleport is a native GTK3 app to effortlessly share files on the local network.
+
-###Build
+It's our answer to the question
+> Why is the easiest way to move a file between two computers in the same room sending it to a server in another country and retrieving it from there?
+Teleport is designed to be a replacement for using USB keys or emailing stuff to yourself just so you have them on another device on your desk. The main user interface on the receiver's side are notifications:
+
+
+
+## Roadmap
+We are currently working on an MVP for a native GNOME app that only sends files, but longer term we are interested in doing things like:
+* drag & drop files to send them
+* sending text snippets
+* file transfer progress bars
+* settings dialog
+* file encryption
+* native Android/iOS/macOS/Windows apps
+
+## Build
```
cd src
make
```
+
+## License
+AGPLv3, because freeeeeeedom
diff --git a/docs/flow-diagram.png b/docs/flow-diagram.png
new file mode 100644
index 0000000..17f5525
Binary files /dev/null and b/docs/flow-diagram.png differ
diff --git a/docs/flow-diagram.svg b/docs/flow-diagram.svg
new file mode 100644
index 0000000..6e3df50
--- /dev/null
+++ b/docs/flow-diagram.svg
@@ -0,0 +1,1266 @@
+
+
+
+
diff --git a/docs/mvp b/docs/mvp
new file mode 100644
index 0000000..bdc0970
--- /dev/null
+++ b/docs/mvp
@@ -0,0 +1,17 @@
+scope for mvp
+
+features
+- turn daemon on and off in headerbar
+- click "send file" and select file in file chooser to send file
+- notification on receiver side to confirm
+- notification on receiver side when transfer is complete
+
+- avahi service publishing and discovery
+- open and close http server
+- download from url
+
+
+not in scope
+- popovers for settings and name
+- displaying files in ui
+- drag and drop to send
diff --git a/docs/mvp-mockup.png b/docs/mvp-mockup.png
new file mode 100644
index 0000000..bd8825a
Binary files /dev/null and b/docs/mvp-mockup.png differ
diff --git a/docs/mvp.svg b/docs/mvp.svg
new file mode 100644
index 0000000..3fac6c8
--- /dev/null
+++ b/docs/mvp.svg
@@ -0,0 +1,798 @@
+
+
+
+
diff --git a/docs/notifications.png b/docs/notifications.png
new file mode 100644
index 0000000..464fd86
Binary files /dev/null and b/docs/notifications.png differ