Skip to content

Commit 4b9e5d6

Browse files
committed
chore: add ChatGPT assistant, update deps and docs config
- Add custom ChatGPT assistant links to README, CONTRIBUTING, and docs - Replace vitepress-plugin-mermaid with lightweight custom component - Add VitePress local search, sitemap, edit links, and footer - Update better-auth 1.4.10, ai 6.0.5, zod 4.3.4, and other deps
1 parent 3e63613 commit 4b9e5d6

File tree

14 files changed

+389
-171
lines changed

14 files changed

+389
-171
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ When proposing a new feature:
294294

295295
Need assistance? Here's where to find help:
296296

297+
- **[Ask GPT](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant)** - AI assistant trained on this codebase
297298
- **Discord** - Join our [community Discord server](https://discord.gg/2nKEnKq) for real-time help
298299
- **GitHub Issues** - For bug reports and feature requests
299300
- **GitHub Discussions** - For questions and community discussions

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<a href="https://github.com/kriasoft/react-starter-kit?sponsor=1"><img src="https://img.shields.io/badge/-GitHub-%23555.svg?logo=github-sponsors" height="20"></a>
44
<a href="https://discord.gg/2nKEnKq"><img src="https://img.shields.io/discord/643523529131950086?label=Chat" height="20"></a>
5+
<a href="https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant"><img src="https://img.shields.io/badge/Ask_ChatGPT-10a37f?logo=google+gemini&logoColor=white" height="20"></a>
56
<a href="https://github.com/kriasoft/react-starter-kit/stargazers"><img src="https://img.shields.io/github/stars/kriasoft/react-starter-kit.svg?style=social&label=Star&maxAge=3600" height="20"></a>
67
<a href="https://x.com/ReactStarter"><img src="https://img.shields.io/twitter/follow/ReactStarter.svg?style=social&label=Follow&maxAge=3600" height="20"></a>
78

@@ -200,6 +201,18 @@ Your application will be live on your Cloudflare Workers domain within seconds.
200201

201202
<a href="https://reactstarter.com/c/1"><img src="https://reactstarter.com/c/1.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/2"><img src="https://reactstarter.com/c/2.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/3"><img src="https://reactstarter.com/c/3.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/4"><img src="https://reactstarter.com/c/4.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/5"><img src="https://reactstarter.com/c/5.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/6"><img src="https://reactstarter.com/c/6.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/7"><img src="https://reactstarter.com/c/7.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/8"><img src="https://reactstarter.com/c/8.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/9"><img src="https://reactstarter.com/c/9.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/10"><img src="https://reactstarter.com/c/10.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/11"><img src="https://reactstarter.com/c/11.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/12"><img src="https://reactstarter.com/c/12.png" height="60" /></a>&nbsp;&nbsp;<a href="https://reactstarter.com/c/13"><img src="https://reactstarter.com/c/13.png" height="60" /></a>
202203

204+
## Need Help?
205+
206+
[Ask GPT](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant) — AI assistant trained on this codebase. Try these questions:
207+
208+
- [How do I add a new tRPC endpoint?](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=How%20do%20I%20add%20a%20new%20tRPC%20endpoint%3F)
209+
- [Help me create a database table](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=Help%20me%20create%20a%20database%20table)
210+
- [How does authentication work?](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=How%20does%20authentication%20work%3F)
211+
- [Explain the project structure](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=Explain%20the%20project%20structure)
212+
- [How do I deploy to Cloudflare?](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=How%20do%20I%20deploy%20to%20Cloudflare%3F)
213+
- [Add a new page with routing](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=Add%20a%20new%20page%20with%20routing)
214+
- [How do I send emails?](https://chatgpt.com/g/g-69564f0a23088191846aa4072bd9397d-react-starter-kit-assistant?prompt=How%20do%20I%20send%20emails%3F)
215+
203216
## Contributing
204217

205218
We welcome contributions! Whether you're fixing bugs, improving docs, or proposing new features, check out our [Contributing Guide](.github/CONTRIBUTING.md) to get started.

apps/api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@
1818
"logs": "wrangler tail --env-file ../../.env --env-file ../../.env.local"
1919
},
2020
"dependencies": {
21-
"@ai-sdk/openai": "^3.0.1",
22-
"@better-auth/passkey": "^1.4.9",
21+
"@ai-sdk/openai": "^3.0.2",
22+
"@better-auth/passkey": "^1.4.10",
2323
"@repo/core": "workspace:*",
2424
"@repo/db": "workspace:*",
2525
"@repo/email": "workspace:*",
2626
"@trpc/server": "^11.8.1",
27-
"ai": "^6.0.3",
28-
"better-auth": "^1.4.9",
27+
"ai": "^6.0.5",
28+
"better-auth": "^1.4.10",
2929
"dataloader": "^2.2.3",
3030
"drizzle-orm": "^0.45.1",
3131
"postgres": "^3.4.7",
3232
"resend": "^6.6.0"
3333
},
3434
"peerDependencies": {
3535
"hono": "^4.11.3",
36-
"zod": "^4.2.1"
36+
"zod": "^4.3.4"
3737
},
3838
"devDependencies": {
39-
"@cloudflare/workers-types": "^4.20251229.0",
39+
"@cloudflare/workers-types": "^4.20260101.0",
4040
"@repo/typescript-config": "workspace:*",
4141
"@types/bun": "^1.3.5",
4242
"hono": "^4.11.3",
4343
"typescript": "~5.9.3",
4444
"vitest": "~4.0.16",
4545
"wrangler": "^4.54.0",
46-
"zod": "^4.2.1"
46+
"zod": "^4.3.4"
4747
}
4848
}

apps/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"logs": "wrangler tail --env-file ../../.env --env-file ../../.env.local"
1515
},
1616
"dependencies": {
17-
"@better-auth/passkey": "^1.4.9",
17+
"@better-auth/passkey": "^1.4.10",
1818
"@radix-ui/react-checkbox": "^1.3.3",
1919
"@radix-ui/react-radio-group": "^1.3.8",
2020
"@radix-ui/react-scroll-area": "^1.2.10",
@@ -23,11 +23,11 @@
2323
"@radix-ui/react-slot": "^1.2.4",
2424
"@radix-ui/react-switch": "^1.2.6",
2525
"@repo/ui": "workspace:*",
26-
"@tanstack/react-query": "^5.90.15",
26+
"@tanstack/react-query": "^5.90.16",
2727
"@tanstack/react-router": "^1.144.0",
2828
"@trpc/client": "^11.8.1",
2929
"@trpc/tanstack-react-query": "^11.8.1",
30-
"better-auth": "^1.4.9",
30+
"better-auth": "^1.4.10",
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"jotai-effect": "^2.2.3",
@@ -38,14 +38,14 @@
3838
"react-error-boundary": "^6.0.1",
3939
"react": "^19.2.3",
4040
"tailwind-merge": "^3.4.0",
41-
"zod": "^4.2.1"
41+
"zod": "^4.3.4"
4242
},
4343
"devDependencies": {
4444
"@repo/typescript-config": "workspace:*",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@tanstack/react-query-devtools": "^5.91.2",
4747
"@tanstack/react-router-devtools": "^1.144.0",
48-
"@tanstack/router-plugin": "^1.144.0",
48+
"@tanstack/router-plugin": "^1.145.2",
4949
"@types/bun": "^1.3.5",
5050
"@types/node": "^25.0.3",
5151
"@types/react-dom": "^19.2.3",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@cloudflare/workers-types": "^4.20251229.0",
24+
"@cloudflare/workers-types": "^4.20260101.0",
2525
"@repo/typescript-config": "workspace:*",
2626
"@tailwindcss/postcss": "^4.1.18",
2727
"@types/react-dom": "^19.2.3",

0 commit comments

Comments
 (0)