File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff 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+
177179Check 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
187200Join our [ discord server] ( https://discord.gg/Ykhr738dUe ) for chat and updates!
You can’t perform that action at this time.
0 commit comments