diff --git a/README.rst b/README.rst
index e69de29b..c21677b6 100644
--- a/README.rst
+++ b/README.rst
@@ -0,0 +1,26 @@
+******
+mopidy
+******
+
+mopidy is a MPD server with a Spotify backend.
+
+
+Resources
+=========
+
+MPD
+---
+
+- `MPD protocol documentation `_
+- The original `MPD server `_
+
+Spotify
+-------
+
+- `spytify
+ `_,
+ the Python bindings for `despotify `_
+- `Spotify's official metadata API
+ `_
+- `pyspotify `_, Python bindings for the
+ official Spotify library, libspotify