diff --git a/source/_includes/asides/developers_navigation.html b/source/_includes/asides/developers_navigation.html
index 67f87aac324..90bc7d9e2de 100644
--- a/source/_includes/asides/developers_navigation.html
+++ b/source/_includes/asides/developers_navigation.html
@@ -45,6 +45,7 @@
{% active_link /developers/server_sent_events/ Server-sent events %}
+ {% active_link /developers/helpers/ Online helpers %}
{% active_link /developers/multiple_instances/ Multiple Instances %}
{% active_link /developers/website/ Home-Assistant.io %}
{% active_link /developers/credits/ Credits %}
diff --git a/source/developers/helpers.markdown b/source/developers/helpers.markdown
new file mode 100644
index 00000000000..78ec58c94e0
--- /dev/null
+++ b/source/developers/helpers.markdown
@@ -0,0 +1,18 @@
+---
+layout: page
+title: "Little online helpers"
+description: "The little helpers for the development of Home Assistant."
+date: 2016-05-17 16:00
+sidebar: true
+comments: false
+sharing: true
+footer: true
+---
+
+There are a bunch of online services which can help you if you are developing for Home Assistant or maintaining platforms/components. Some are directly connected to Pull Requests and the repositories itself, others are only publishing details and updates in our [gitter.im](https://gitter.im/home-assistant/home-assistant/devs) chatroom.
+
+- [Coveralls](https://coveralls.io/github/home-assistant/home-assistant)
+- [Travis CI](https://travis-ci.org/home-assistant/home-assistant)
+- [gemnasium](https://gemnasium.com/github.com/home-assistant/home-assistant)
+- [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1250084)
+