diff --git a/docs/framework/quickstart.mdx b/docs/framework/quickstart.mdx
index d309e2ec6..79b952313 100644
--- a/docs/framework/quickstart.mdx
+++ b/docs/framework/quickstart.mdx
@@ -2,15 +2,15 @@
title: "Quickstart"
---
-## Install it and run the demo app
+## Install Writer Framework and run the demo app
-It works on Linux, Mac, and Windows. Python 3.9.2 or higher is required. We recommend using a virtual environment.
+Writer Framework works on Linux, Mac, and Windows. Python 3.9.2 or higher is required. We recommend using a virtual environment.
-
- Use the following command to install the necessary framework using `pip`. Open your command line interface and type:
+
+ Use the following command to install the Writer Framework using `pip`. Open your command line interface and type:
```bash
pip install writer
```
diff --git a/docs/framework/sample-apps.mdx b/docs/framework/sample-apps.mdx
new file mode 100644
index 000000000..710d55a71
--- /dev/null
+++ b/docs/framework/sample-apps.mdx
@@ -0,0 +1,33 @@
+---
+title: "Sample app library"
+mode: "wide"
+---
+Writer Framework lets you build a wide variety of applications across different domains. Here are some sample apps to get you started, which are all [available on GitHub](https://github.com/writer/framework-tutorials/).
+
+
+ Tool for analyzing financial content based on compliance guidelines.
+
+
+
+ AI-powered interactive dashboard for summarizing and visualizing financial data and metrics. Check out the [app tour](https://writer.com/engineering/financial-app-writer-framework-palmyra-fin/) on our Engineering blog.
+
+
+
+ Tool to generate promotional content based on uploaded demographic data.
+
+
+
+ Uses Palmyra-Med to generate SOAP notes and extract ICD codes from patient-doctor chat.
+
+
+
+ Use an embedded no-code chat app to chat with a Knowledge Graph about products.
+
+
+
+ Tool for generating formatted product description pages.
+
+
+
+ Utility for creating formatted, downloadable release notes from CSVs containing GitLab notes. [Full tutorial here](./release-notes-generator).
+
\ No newline at end of file
diff --git a/docs/mint.json b/docs/mint.json
index 00ef24ca7..767ba68eb 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -32,7 +32,8 @@
"framework/introduction",
"framework/quickstart",
"framework/ai-module",
- "framework/cloud-deploy"
+ "framework/cloud-deploy",
+ "framework/sample-apps"
]
},
{