diff --git a/examples/with-apollo/README.md b/examples/with-apollo/README.md
new file mode 100644
index 0000000000..d4600552fb
--- /dev/null
+++ b/examples/with-apollo/README.md
@@ -0,0 +1,29 @@
+# nuxt-with-apollo
+
+> Nuxt.js with Apollo (GraphQL client)
+
+[DEMO](https://nuxt-apollo.now.sh/)
+
+## About
+
+This project uses [Apollo](http://www.apollodata.com/) as a GraphQL client and [Graphcool](https://www.graph.cool/) as a hosted GraphQL backend.
+
+## Getting Started
+
+Download this example [or clone the repo](https://github.com/nuxt/nuxt.js):
+
+```bash
+curl https://codeload.github.com/nuxt/nuxt.js/tar.gz/master | tar -xz --strip=2 nuxt.js-master/examples/with-apollo
+cd with-apollo
+```
+
+Install and run:
+
+```bash
+npm install
+npm run dev
+
+# or with Yarn
+yarn
+yarn dev
+```
diff --git a/examples/with-apollo/layouts/default.vue b/examples/with-apollo/layouts/default.vue
new file mode 100644
index 0000000000..62147ffc78
--- /dev/null
+++ b/examples/with-apollo/layouts/default.vue
@@ -0,0 +1,19 @@
+
+