This document discusses transforming WordPress sites into single page applications using AngularJS and the RESTful JSON API plugin. It introduces AngularJS and why it is useful for building SPAs. The presentation goals are to demonstrate how to create an AngularJS theme in WordPress that retrieves and displays blog post data via the JSON API plugin. It provides an overview of the steps that will be demonstrated, including adding AngularJS to a theme, retrieving and listing posts, refactoring with Angular directives, and improving routing.