Projects in Awesome Lists tagged with trpc-client
A curated list of projects in awesome lists tagged with trpc-client .
https://github.com/wpcodevo/trpc-nextjs-prisma
In this article, we’ll build a type-safe tRPC CRUD API with Next.js, PostgreSQL, and Prisma. This tRPC example in Next.js will showcase how to use tRPC on the backend and later we will consume the API on the frontend app.
jwt nextjs nextjs-trpc nextjs-trpc-client nextjs-trpc-server postgresql trpc trpc-api trpc-client trpc-server
Last synced: 27 Jul 2025
https://github.com/wpcodevo/nextjs13-trpc-setup
Are you interested in using tRPC in the new Next.js 13 app directory? Look no further! In this article, I'll walk you through the process of setting up a tRPC server and client in the Next.js 13 app directory step by step.
nextjs nextjs13 react react-query trpc trpc-client trpc-server
Last synced: 31 Oct 2025
https://github.com/wpcodevo/nextjs-trpc-crud-app
This article will teach you how to build a full-stack tRPC CRUD (Create, Read, Update, and Delete) app with Next.js. The tRPC API will be built on Next.js edge runtime and the tRPC client will be created with React.js. For data storage, we'll use Prisma ORM to query and mutate an SQLite database.
nextjs-api nextjs-crud react-crud-app reactjs reactjs-crud trpc trpc-api trpc-client trpc-crud-app trpc-server
Last synced: 13 Apr 2025
https://github.com/mkosir/trpc-fe-boilerplate-next
⚒️ Minimal tRPC frontend Nextjs boilerplate for separate BE-FE repositories. Easily consume fully typesafe APIs.
nextjs reactjs trpc trpc-client typescript
Last synced: 02 Sep 2025
https://github.com/wpcodevo/nextjs14-trpc-react-query
In this comprehensive guide, we will explore the process of integrating tRPC, React Query v5, and Prisma within the Next.js 14 App Router. tRPC is a modern RPC framework that allows you to define your API using TypeScript interfaces and generates both server and client code for you.
nextjs14 prisma react-query trpc trpc-client trpc-server
Last synced: 13 Apr 2025
https://github.com/rshdhere/better-uptime
An open-source alternative to Better Stack that provides reliable uptime monitoring and observability with an integrated, high-performance ClickHouse-powered time-series database — Monitor Faster
clickhouse nextjs prisma redis-streams tailwindcss trpc-client trpc-server turborepo uptime-monitoring
Last synced: 15 Jun 2026
https://github.com/falcondev-oss/trpc-vue-query
Fully type-safe composables and helpers to make working with tRPC + Tanstack Query as intuitive as possible.
nuxt tanstack-query trpc trpc-client typescript vue-query
Last synced: 12 Jun 2025
https://github.com/mkosir/trpc-fe-boilerplate-vite
⚒️ Minimal tRPC frontend Vite boilerplate for separate BE-FE repositories. Easily consume fully typesafe APIs.
reactjs trpc trpc-client typescript vite
Last synced: 13 Aug 2025
https://github.com/wpcodevo/nextjs14-trpc-authentication
In this article, you will explore the implementation of user registration, login, and logout functionalities in Next.js 14 using tRPC (Type Remote Procedure Call). tRPC is a library designed to streamline the development of full-stack applications with a primary emphasis on type safety.
docker nextjs nextjs13 nextjs14 postgres prisma trpc trpc-client trpc-server
Last synced: 26 Aug 2025
https://github.com/wpcodevo/node-react-trpc-crud-app
In this guide, you'll create a full-stack note application that follows the CRUD (Create, Read, Update, and Delete) architecture with tRPC and use Prisma ORM to store data in an SQLite database. We'll build the tRPC API with Node.js and the UI with React.js.
expressjs node node-crud-app nodejs nodejs-trpc react-crud react-crud-app reactjs reactjs-trpc trpc trpc-api trpc-app trpc-client trpc-crud-app trpc-server type-safe-api typescript
Last synced: 13 Apr 2025
https://github.com/fzn0x/anyconvert
💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!
currency-converter react remix remix-run trpc trpc-client
Last synced: 10 Feb 2026
https://github.com/nixjs/trpc-turbo-with-web3-auth
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
login-github login-google login-social nextjs nextjs13 postgresql prisma prisma-client trpc trpc-api trpc-client trpc-server
Last synced: 07 May 2026
https://github.com/nixjs/trpc-turbo-starter
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
login-github login-google login-social nextjs nextjs13 postgresql prisma prisma-client trpc trpc-api trpc-client trpc-server
Last synced: 14 Mar 2025
https://github.com/bastidanicolas/imgz-commerce
E-commerce project built on T3 stack, integrating Stripe. Shop for stunning photo prints on aluminum backing at our online store. Browse our selection of high-quality photos and purchase your favorites.
mysql nextjs planetscale prisma prisma-client react react-query t3 t3-stack tailwind tanstack-react-query trpc trpc-client trpc-server typescript vercel zod
Last synced: 15 Feb 2026
https://github.com/isodevmate/mpesa-daraja-with-trpc
💡 About 🔐 Seamlessly integrate M-Pesa payments into your web applications with type-safe APIs and zero guesswork. From checkout to confirmation in seconds — because your customers deserve payments as smooth as their experience! 💸
daraja-api mpesa-payments nodejs reactjs trpc trpc-client trpc-server typescript
Last synced: 29 Apr 2026
https://github.com/muhdhanish/expense_tracker
The Expense Tracker is an application designed to streamline the recording and management of expenses.
bun drizzle-orm hono kinde-auth neon-postgres postgresql reatctjs shadcn-ui sonner tailwindcss tanstack-form tanstack-query tanstack-router trpc trpc-client trpc-server typescript vite vite-proxy zod-validation
Last synced: 07 Apr 2026
https://github.com/ripper-no-chart/trpc-builder
Trpc API | Angular 16 - Builder APP
angular chalk cors dotenv express moment mongoose morgan nodejs superjson trpc trpc-api trpc-client trpc-crud-app trpc-server ts-node-dev typescrit zod
Last synced: 10 Apr 2026
https://github.com/harshsrivastava05/e-commerce
I developed a full-stack e-commerce website using Next.js, Payload, tRPC, and Tailwind CSS. The platform includes an admin dashboard for managing products, orders, and users, providing a seamless and efficient experience for both customers and administrators.
nextjs payloadcms tailwindcss trpc-client trpc-server
Last synced: 12 Jun 2026
https://github.com/kishornaik/trpc_demo_server_client
tRPC is a modern framework for building fully type-safe APIs without needing to define schemas or generate code. It allows you to call backend procedures from your frontend with full TypeScript inference—no REST, no GraphQL, no boilerplate. With tRPC, your API becomes a natural extension of your codebase.
expressjs nextjs trpc trpc-client trpc-server typescript
Last synced: 09 Apr 2026
https://github.com/veoscript/nextjs14-turbopack-boilerplate
My boilerplate using NextJS 14, Turbopack, tRPC, Tanstack, and Prisma
nextjs14 prisma tailwindcss tanstack-react-query trpc trpc-client trpc-server turbopack
Last synced: 17 Apr 2025
https://github.com/veoscript/nextjs13-trpc-boilerplate
Boilerplate using NextJS 13 App-Route, Prisma, Tanstack and tRPC
nextjs13 prisma tailwindcss tanstack-react-query trpc-client trpc-server
Last synced: 17 Apr 2025
https://github.com/kirtanp04/t3_stack_note_app
This project is a simple Note App hat allows users to create, read, update, and delete notes. The app provides a clean and intuitive interface for managing personal notes efficiently, with full CRUD functionality on the backend.
next-auth nextjs prisma-orm trpc-client trpc-server typescript
Last synced: 31 Mar 2025
https://github.com/fimbres/t3-pokemon
This is my first project using the T3 Stack based in TypeScript, this project is for voting for the roundest Pokemon.
full-stack mysql nextjs nodejs planetscale prisma trpc-client trpc-server typescript zod
Last synced: 11 Apr 2026
https://github.com/jonoman55/notetaker
T3 Stack App
daisyui next-auth nextjs t3-stack tailwindcss trpc trpc-client trpc-server zod
Last synced: 09 Apr 2026
https://github.com/dunghenry/trpc
Building server using tRPC library(safe APIs) + client using reactjs, react-query
docker docker-compose expressjs react-query reactjs trpc-client trpc-server
Last synced: 09 Apr 2026
https://github.com/marcopollivier/presentation.tdc.trpc
Projeto usado como base para as apresentações sobre tRPC feitas no TDC
api api-graphql api-rest trpc trpc-api trpc-client trpc-server
Last synced: 23 Feb 2025
https://github.com/kamil-kubiczek/expense-tracker-cli
CLI which acts as tRPC client between user and Expense Tracker API
cli cookies nodejs trpc-client
Last synced: 12 Apr 2026
https://github.com/thiti-dev/thiti-dev-miscs.xyz
Unfinished personal website due to my laziness in customizing frontend.
cloudflare-workers edge-runtime executive-pattern prisma trpc-client trpc-server
Last synced: 30 May 2026
https://github.com/ralexs0096/trpc-example
Notes Application using tRPC
nodejs react trpc trpc-client trpc-server typescript
Last synced: 15 Apr 2026
https://github.com/nikhilmandaliya/next.js-todo
A simple Todo app built with Next.js using the App Router, tRPC and Drizzle ORM.
drizzle drizzle-orm nextjs trpc trpc-client trpc-server
Last synced: 16 Apr 2026
https://github.com/shaikrasheed99/trpc-reactjs-todo-crud
Todo Crud using ReactJS + TRPC
full-stack-application reactjs reactjs-typescript todolist trpc trpc-client trpc-server typescript
Last synced: 29 Apr 2026
https://github.com/takeruun/trpc-full-stack-app
react trpc trpc-client trpc-server
Last synced: 09 May 2026