website: Syncbase Example Applications

Change-Id: I27b4c5a5f3872a3ef46996b6bce246b4f548eb09
diff --git a/content/example-apps.md b/content/example-apps.md
index ed1c12c..de6b70d 100644
--- a/content/example-apps.md
+++ b/content/example-apps.md
@@ -3,17 +3,6 @@
 toc: true
 = yaml =
 
-# Todos (using Syncbase)
-
-* Repo: https://github.com/vanadium/todos
-* Issues: https://github.com/vanadium/todos/issues
-
-[Syncbase Todos][todos] is an example app that demonstrates
-[Syncbase][syncbase], Vanadium's p2p-synced datastore. Changes are synced in
-real time, with or without an Internet connection.
-
-For more information, see the [README][todos-readme].
-
 # Vanadium Chat
 
 * Repo: https://github.com/vanadium/chat
diff --git a/content/syncbase/example-apps.md b/content/syncbase/example-apps.md
index 1bcd7d9..360d5c6 100644
--- a/content/syncbase/example-apps.md
+++ b/content/syncbase/example-apps.md
@@ -2,4 +2,50 @@
 title: Example Apps
 layout: syncbase
 toc: true
-= yaml =
\ No newline at end of file
+= yaml =
+
+# Todos *(canonical example)*
+
+* Repo: https://github.com/vanadium/todos
+
+A Todos application built with Syncbase to serve as the canonical example.
+
+For more information, see the [README][todos-readme] or head to the [tutorial]
+section for step-by-step instructions on how to build your own version from scratch.
+
+{{# helpers.warning }}
+## Note
+Examples below might be out of date, however they can still
+be helpful as a reference when creating your own app.
+{{/ helpers.warning }}
+
+# Reader
+
+* Repo: https://github.com/vanadium/reader
+
+An example multi-device PDF reader built using Syncbase.
+
+For more information, see the [README][reader-readme].
+
+# Croupier
+
+* Repo: https://github.com/vanadium/croupier
+
+Allows users to organize and play peer-to-peer card games together.
+
+For more information, see the [README][croupier-readme].
+
+# SyncSlides
+
+* Repo: https://github.com/vanadium/syncslides
+
+A simple multi-device presentation system, with state synced across devices
+using Syncbase.
+
+For more information, see the [README][syncslides-readme].
+
+[tutorial]: /syncbase/tutorial/introduction.html
+[todos-readme]: https://github.com/vanadium/todos/blob/master/README.md
+[reader-readme]: https://github.com/vanadium/reader/blob/master/README.md
+[croupier-readme]: https://github.com/vanadium/croupier/blob/master/README.md
+[syncslides-readme]: https://github.com/vanadium/syncslides/blob/master/README.md
\ No newline at end of file
diff --git a/content/syncbase/guides/cloud.md b/content/syncbase/guides/cloud.md
deleted file mode 100644
index dc6edb4..0000000
--- a/content/syncbase/guides/cloud.md
+++ /dev/null
@@ -1,6 +0,0 @@
-= yaml =
-title: Cloud Syncbase
-layout: syncbase
-sort: 10
-toc: true
-= yaml =
\ No newline at end of file