This document discusses a high productivity web development workflow. It recommends setting up pre-configured boilerplate code to minimize project setup time. Changes are automatically built, tested and deployed through continuous integration. Test cases should be written alongside code. Reusable components improve code quality. Servers should be thin with thick clients to improve workflow. Buildbot is introduced as an automation tool to continuously build, test and deploy code changes.