Skip to main content
Version: 10.x

Example Apps

info

Some of the examples on this page need to be upgraded to V10. Please feel free to help us update!


bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

create-t3-turbo - T3 Stack with Expo and Turborepo​

bash
git clone git@github.com:t3-oss/create-t3-turbo.git
bash
git clone git@github.com:t3-oss/create-t3-turbo.git

Next.js starter with Prisma, E2E testing, ESLint, next-auth, WebSockets, and subscriptions​

bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter-websockets trpc-prisma-starter-websockets
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter-websockets trpc-prisma-starter-websockets

Next.js Todo MVC example with SSG and Prisma​

bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo

Express server with tRPC Shield and Prisma​

bash
npx create-trpc-appx --example https://github.com/omar-dulaimi/trpc-shield/tree/master/example
bash
npx create-trpc-appx --example https://github.com/omar-dulaimi/trpc-shield/tree/master/example

Minimal (Hello world) server and client in Node.js​


Vanilla standalone server and Node.js procedure calls​


Express server and Node.js procedure calls​


Fastify server with WebSockets and Node.js procedure calls​


SvelteKit with Prisma​


Cloudflare Workers example​