diff --git a/_includes/navigation.html b/_includes/navigation.html
index 3bf94090..a5dad5db 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -1,5 +1,7 @@
- - New Hosted Capistrano for Teams
+ Hosted Capistrano
+ - Try The New Cloud Capistrano
+ - Learn more
Search
diff --git a/documentation/harrow/index.markdown b/documentation/harrow/index.markdown
new file mode 100644
index 00000000..95edd5fc
--- /dev/null
+++ b/documentation/harrow/index.markdown
@@ -0,0 +1,50 @@
+---
+title: What is Harrow?
+layout: default
+---
+
+### Harrow is a web-based platform for continuous integration and deployment built by the Capistrano team.
+
+There are many continuous integration tools in the world already, Harrow is
+ours. It is designed to "feel" familiar to Capistrano users.
+
+
+
+Although Harrow is designed to work well for Capistrano-style use-cases, it is
+by no means limited to only being used for Capistrano, or even for deployment.
+
+Some of the features which make Harrow ideal for automating tools such as
+Capistrano;
+
+* A discrete concept of scripts and environments, allowing reuse of scripts in
+ different settings using different configurations.
+* A pure JSON-HAL API allowing integrations and tools
+* Powerful triggers and notifications allowing the construction of pipelines
+ starting with git changes
+
+Harrow, much like Capistrano can also be used to:
+
+* To automate common tasks in software teams.
+* To drive infrastructure provisioning tools such as *chef-solo*, *Ansible* or similar.
+
+Again, like Capistrano; Harrow is also *very* scriptable, and can be integrated
+with any other software to form part of a larger tool.
+
+#### How To Use Harrow
+
+1. Sign up for an account at
+2. Connect your Git repository using our setup wizard
+3. Choose "Capistrano" as the project template
+
+#### What does it cost, and how does that affect Capistrano
+
+Harrow has very low pricing (), for comparison with
+other continuous integration tools we have customers who have cut their monthly
+outgoing by a factor of 5 or more.
+
+For individual users it's feee to use for ever. To work with collaborators in
+your projects paid plans start at just $29/mo.
+
+Capistrano is unaffected by Harrow. Capistrano will remain liberally licensed
+(currently MIT) and will include discrete hooks offering Harrow to users
+without being intrusive.
diff --git a/images/capistrano-logo-harrow-logo-c-primary-darker-w640.png b/images/capistrano-logo-harrow-logo-c-primary-darker-w640.png
new file mode 100644
index 00000000..43ff6f0f
Binary files /dev/null and b/images/capistrano-logo-harrow-logo-c-primary-darker-w640.png differ