Skip to content

Commit 10f2b68

Browse files
authored
docs: update sample projects to readme (#796)
1 parent 08b9677 commit 10f2b68

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,27 @@ The following diagram gives a high-level architecture overview of ZenStack.
174174

175175
## Examples
176176

177+
### Todo SaaS App
178+
177179
Check out the [Collaborative Todo App](https://zenstack-todo.vercel.app/) for a running example. You can find different implementations below:
178180

179-
- [Next.js + SWR hooks](https://github.com/zenstackhq/sample-todo-nextjs)
180-
- [Next.js + TanStack Query](https://github.com/zenstackhq/sample-todo-nextjs-tanstack)
181-
- [Next.js + tRPC](https://github.com/zenstackhq/sample-todo-trpc)
182-
- [Nuxt + TanStack Query](https://github.com/zenstackhq/sample-todo-nuxt)
181+
- [Next.js 13 + NextAuth + SWR](https://github.com/zenstackhq/sample-todo-nextjs)
182+
- [Next.js 13 + NextAuth + TanStack Query](https://github.com/zenstackhq/sample-todo-nextjs-tanstack)
183+
- [Next.js 13 + NextAuth + tRPC](https://github.com/zenstackhq/sample-todo-trpc)
184+
- [Nuxt V3 + TanStack Query](https://github.com/zenstackhq/sample-todo-nuxt)
183185
- [SvelteKit + TanStack Query](https://github.com/zenstackhq/sample-todo-sveltekit)
184186

187+
### Blog App
188+
189+
- [Next.js 13 + Pages Route + SWR](https://github.com/zenstackhq/docs-tutorial-nextjs)
190+
- [Next.js 13 + App Route + SWR](https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir)
191+
- [Next.js 13 + App Route + tRPC](https://github.com/zenstackhq/sample-blog-nextjs-app-trpc)
192+
- [Nuxt V3 + TanStack Query](https://github.com/zenstackhq/docs-tutorial-nuxt)
193+
- [SvelteKit](https://github.com/zenstackhq/docs-tutorial-sveltekit)
194+
- [Remix](https://github.com/zenstackhq/docs-tutorial-remix)
195+
- [Express Backend API](https://github.com/zenstackhq/docs-tutorial-express)
196+
- [Clerk Integration](https://github.com/zenstackhq/docs-tutorial-clerk)
197+
185198
## Community
186199

187200
Join our [discord server](https://discord.gg/Ykhr738dUe) for chat and updates!

0 commit comments

Comments
 (0)