diff --git a/docs/developers/index.html b/docs/developers/index.html
index ef57401..1b76f2a 100644
--- a/docs/developers/index.html
+++ b/docs/developers/index.html
@@ -3,6 +3,17 @@
title: Developers
group: "navigation"
---
+
+
Guide for WoT Developers
+
+
+
+ If you are new to the Web of Things, there are different ways to be knowledgeable and start using Web of Things
+ in your applications.
+ In our developer journey document, you can find one such way.
+
+
+
Developer Tools
diff --git a/docs/developers/journey.html b/docs/developers/journey.html
new file mode 100644
index 0000000..879f2dc
--- /dev/null
+++ b/docs/developers/journey.html
@@ -0,0 +1,111 @@
+---
+layout: default
+title: Developer Journey
+group: "navigation"
+---
+
+
Guide for WoT Developers
+
+
+ There are many ways to be an expert in the Web of Things and below is our proposal on how to get there.
+ This assumes no prior knowledge on any of the technologies the Web of Things builds upon.
+ Since Web of Things bridges many fields such as Web development, embedded system development and Internet protocols,
+ the preliminary sections below are tagged with the corresponding field and can be unfolded depending on your prior knowledge.
+
+
+
+ - JSON:
+
+
+ - Learning Sources
+ - Configuration files
+ - Exchanging data between devices (APIs)
+ - Metadata (e.g. API Descriptions)
+
+
+
+ - JSON Schema:
+
+
+ - Learning Sources
+ - Validation of JSON instances
+ - Generation of documentation, types for programming languages, UIs
+
+
+
+ - Node.js (optional)
+
+
+ - Explaining why (reference implementation)
+ - Node.js Tutorials
+
+
+
+ - JSON-LD:
+
+
+ - Learning Sources
+ - Bringing context to data, specifying the meaning (semantics) of the data
+
+
+
+ - A protocol, HTTP/REST is recommended:
+
+
+ - Learning Sources for the HTTP protocol
+ - How one programs a server (Thing)
+ - How one uses a REST Client and how one programs one
+
+
+
+ - Working with (constrained) Physical Things
+
+
+ - Understanding Device Categories
+ - Understanding lower level protocols (wireless and wired)
+ - Understanding how to work with sensors/li>
+
- Understanding how to work with actuators
+ - Example Thing development with Raspberry Pi
+ - Example Thing development with ESP32
+
+
+
+ - TD:
+
+ - Reading the spec
+ - Use a TD for a UI
+ - Interact with a Thing
+ - Existing Tooling
+
+
+
+ - Discovery:
+
+ - Introduction mechanisms
+ - Register TDs
+ - Find/Fetch TDs
+ - Existing implementations
+
+
+
+ - Scripting API:
+
+ - Idea behind how to program interactions with devices, the WoT way!
+ - Reading the specification
+ - node-wot
+
+
+
+ - Binding Templates:
+
+ - See how your knowledge in one protocol can apply to others
+ - See how other protocols work in WoT
+
+
+
+ - Profiles:
+
+ - Reduce implementation effort for your Consumers by implementing a profile
+
+
+