diff --git a/README.md b/README.md
index d6b4774962..0ff7ef037e 100644
--- a/README.md
+++ b/README.md
@@ -370,6 +370,10 @@ All our component designs are open-sourced. You can access the [Figma file](http
+## Onchain App Templates
+
+- [Simple App](https://github.com/coinbase/onchain-app-template)
+
## Community ☁️ 🌁 ☁️
Check out the following places for more OnchainKit-related content:
diff --git a/site/docs/pages/index.mdx b/site/docs/pages/index.mdx
index 8f1ad28dbe..d5e0966eab 100644
--- a/site/docs/pages/index.mdx
+++ b/site/docs/pages/index.mdx
@@ -566,8 +566,8 @@ setFilteredTokens(filteredTokens);
- [Docs](/getting-started)
- - [Playground](https://an-onchain-app-in-100-components.vercel.app/)
- - [Template](https://github.com/Zizzamia/an-onchain-app-in-100-components)
+ - [Playground](https://onchainkit-bsvq.vercel.app/)
+ - [Template](https://github.com/coinbase/onchain-app-template)
- [Figma](https://www.figma.com/community/file/1370194397345450683/onchainkit)
diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx
index ed66eef8cf..1b8d48e5b6 100644
--- a/site/vocs.config.tsx
+++ b/site/vocs.config.tsx
@@ -100,8 +100,8 @@ export default defineConfig({
topNav: [
{ text: 'Docs', link: '/getting-started', match: '/docs' },
{
- text: 'Onchain App Example',
- link: 'https://github.com/Zizzamia/an-onchain-app-in-100-components',
+ text: 'Onchain App Template',
+ link: 'https://github.com/coinbase/onchain-app-template',
},
{
text: 'Frame Example',