From 9bdf7d737c66700663312e57236d0be91c72dafa Mon Sep 17 00:00:00 2001 From: Gavin Date: Fri, 17 Oct 2025 06:37:22 -0700 Subject: [PATCH] Add additional resources section to README Added a section for additional resources with a link to the Cloudflare Vite Template. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a68ee9..a953b31 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,9 @@ This will be used to generate the HTML for the widgets so that they can serve st You are welcome to open issues or submit PRs to improve this app, however, please note that we may not review all suggestions. +## 📚 Additional Resources +- **[Cloudflare Vite Template](https://github.com/Toolbase-AI/openai-apps-sdk-cloudflare-vite-template)** - Template deployable to Cloudflare that automatically builds and generates typed cache-busted resources/widgets from components. By **[gching](https://github.com/gching)** + ## License This project is licensed under the MIT License. See [LICENSE](./LICENSE) for details.