diff --git a/docs/README-USECASES.md b/docs/README-USECASES.md
index 81d312f3..0cae4b79 100644
--- a/docs/README-USECASES.md
+++ b/docs/README-USECASES.md
@@ -98,7 +98,7 @@ Here is an example of a web app that leverages GPTScript to recognize ingredient
### Image Generation
-Here is a GPTScript that takes a story prompt and generates an illustrated children's book: [story-book.gpt](../examples/story-book)
+Here is a GPTScript that takes a story prompt and generates an illustrated children's book: [story-book.gpt](https://github.com/gptscript-ai/story-book)
## Memory Management
diff --git a/examples/story-book/.gitignore b/examples/story-book/.gitignore
deleted file mode 100644
index b8a88f6c..00000000
--- a/examples/story-book/.gitignore
+++ /dev/null
@@ -1,27 +0,0 @@
-# Nuxt dev/build outputs
-.output
-.data
-.nuxt
-.nitro
-.cache
-dist
-
-# Node dependencies
-node_modules
-
-# Logs
-logs
-*.log
-
-# Misc
-.DS_Store
-.fleet
-.idea
-
-# Local env files
-.env
-.env.*
-!.env.example
-
-# AI generated files
-public/stories
diff --git a/examples/story-book/README.md b/examples/story-book/README.md
deleted file mode 100644
index 4cacd008..00000000
--- a/examples/story-book/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Story Book
-
-Story Book is a web application that has an interface for users to input a prompt and number of pages. This information then generates a story based on the prompt. All generation is done using GPTScript on the backend.
-
-## Usage Instructions
-
-1. Make sure you have at least Node v20.11.1 installed. If you don't, you can install it [here](https://nodejs.org/en/download).
-
-2. Navigate to the `examples/story-book` directory.
-
-```bash
-cd examples/story-book
-```
-
-3. Start the Nuxt application by running the following commands:
-
-```bash
-npm i
-npm run dev
-```
-
-4. Navigate to `http://localhost:3000` in your browser.
\ No newline at end of file
diff --git a/examples/story-book/app.vue b/examples/story-book/app.vue
deleted file mode 100644
index 38414fbe..00000000
--- a/examples/story-book/app.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-