trpc-client
There are 48 repositories under trpc-client topic.
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.
algora-io/xtrpc
Export your tRPC router to massively improve language server performance and/or let your users consume your API from a typed SDK
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.
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.
mkosir/trpc-fe-boilerplate-next
⚒️ Minimal tRPC frontend Nextjs boilerplate for separate BE-FE repositories. Easily consume fully typesafe APIs.
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.
falcondev-oss/trpc-vue-query
Fully type-safe composables and helpers to make working with tRPC + Tanstack Query as intuitive as possible.
Hiperultimate/trpc-turborepo-next-tailwind-prisma-openapi-swaggerui-template
Turborepo tRPC Express Next Tailwind Prisma Template with OpenAPI and SwaggerUI
mkosir/trpc-fe-boilerplate-vite
⚒️ Minimal tRPC frontend Vite boilerplate for separate BE-FE repositories. Easily consume fully typesafe APIs.
edorgeville/trpc-mqtt
An MQTT adapter for tRPC
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.
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.
devsayog/nextjs-ecommerce
Nextjs ecommerce is fullstack ecommerce web app with admin pannel.
betomossmann/example-nest-next-trpc
repositório monorepo que combina as tecnologias NestJS, NextJS e tRPC para criar uma aplicação FullStack.
fzn0x/anyconvert
💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!
Osomware/nextjs14-turbopack-boilerplate
My boilerplate using NextJS 14, Turbopack, tRPC, Tanstack, and Prisma
raulcv/trpc-todo
tRPC service api and ReactJS client consumer
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.
henningsieh/next-growers
GrowAGram 🪴 Track Your Grow 📜 Cannabis home cultivation community
letnull19A/trpc-vite-fullstack
application with TypeScript and JavaScript and React app. Fullstack app builded in tPRC
nixjs/trpc-turbo-starter
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
imran-baitham/next-latest-with-trpc-latest
starter kits for Next.js with tRPC
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.
MuhdHanish/expense_tracker
The Expense Tracker is an application designed to streamline the recording and management of expenses.
ptaushanov/festify-admin
🎓 Bachelor thesis app for holiday managment by teachers 🎓
Ripper-No-Chart/TRPC-Builder
Trpc API | Angular 16 - Builder APP
ShubhamkumarAnand/trpc-drizzle-setup
A Fullstack app setup for the trpc & drizzle
VeoScript/nextjs13-trpc-boilerplate
Boilerplate using NextJS 13 App-Route, Prisma, Tanstack and tRPC
VeoScript/nextjs14-turbopack-boilerplate
My boilerplate using NextJS 14, Turbopack, tRPC, Tanstack, and Prisma
AjayAdsule/E-commerce
Full-stack E-commerce website made on T3-stack
leekli/t3notes
Simple Notes app using the T3 stack
NikhilMandaliya/Next.js-todo
A simple Todo app built with Next.js using the App Router, tRPC and Drizzle ORM.