diff --git a/pages/home.rst b/pages/home.rst
new file mode 100644
index 0000000..e206c47
--- /dev/null
+++ b/pages/home.rst
@@ -0,0 +1,40 @@
+======================
+ A SVG Charts Creator
+======================
+
+Presentation
+============
+
+pygal is a dynamic SVG charting library.
+
+It features various graph types:
+
+- Bar charts
+
+- Line charts
+
+- XY charts
+
+- Pie charts
+
+- Radar charts
+
+
+Python/Css styling with some packaged themes (default, light, neon, clean, dark_solarized, light_solarized)
+
+And a lot of options to customize the charts.
+
+Technical Description
+=====================
+
+Needed dependencies
+-------------------
+
+pygal uses `lxml `_ to generate the svg, this is the only needed dependency.
+
+Optional dependencies
+---------------------
+
+Unit testing needs `py.test `_ or `nosetests `_.
+
+Visual testing is based on `flask `_.