An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: trpc-server

mkosir/trpc-api-boilerplate

⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.

Language: TypeScript - Size: 817 KB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 121 - Forks: 23

josephgodwinkimani/tRPC-fastify-starter

A basic starting point for fully typesafe tRPC APIs.

Language: TypeScript - Size: 392 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 1

falcondev-oss/nitro-trpc-event-handler

tRPC event handler for Nitro

Language: TypeScript - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

edorgeville/trpc-mqtt Fork of imxeno/trpc-rabbitmq

An MQTT adapter for tRPC

Language: TypeScript - Size: 255 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 1

nixjs/trpc-turbo-with-web3-auth

Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)

Language: TypeScript - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

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.

Language: TypeScript - Size: 64.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 28 - Forks: 5

Ralexs0096/TRPC-example

Notes Application using tRPC

Language: TypeScript - Size: 52.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

chsa321/nextjs-ecommerce-fullstack

A complete e-commerce application with dynamic cart, responsive design, filters and login authentication with Clerk.

Language: TypeScript - Size: 1.29 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 74.2 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 13 - Forks: 3

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! 💸

Language: TypeScript - Size: 58.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

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.

Language: TypeScript - Size: 265 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 96 - Forks: 18

PrantaDas/tRPC-starter

A boilerplate for starting any project with tRPC.

Language: TypeScript - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tkssharma/t3-stack-monorepo

T3 Stack App development

Language: TypeScript - Size: 723 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 4

RamanSharma100/basic-modular-tRPC

Learn tRPC basics with TypeScript, Express, bun and Modular Structure

Language: TypeScript - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rafalp/trpc-core 📦

Toolkit for implementing tRPC servers in python

Language: Python - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 25 - Forks: 0

kamil-kubiczek/expense-tracker-api

Expense Tracker tRPC API written in TypeScript

Language: TypeScript - Size: 70.3 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 79.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 33 - Forks: 13

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.

Language: CSS - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 36 - Forks: 5

creotip/awesome-trpc

A curated list of resources, tools, and libraries related to tRPC

Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 3

jalalmanafi/chirp

Language: TypeScript - Size: 178 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

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.

Language: TypeScript - Size: 22.7 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 180 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: TypeScript - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 5

MuhdHanish/expense_tracker

The Expense Tracker is an application designed to streamline the recording and management of expenses.

Language: TypeScript - Size: 688 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

VeoScript/nextjs13-trpc-boilerplate 📦

Boilerplate using NextJS 13 App-Route, Prisma, Tanstack and tRPC

Language: TypeScript - Size: 48.8 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

VeoScript/nextjs14-turbopack-boilerplate 📦

My boilerplate using NextJS 14, Turbopack, tRPC, Tanstack, and Prisma

Language: TypeScript - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

AjayAdsule/E-commerce

Full-stack E-commerce website made on T3-stack

Language: TypeScript - Size: 3.61 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aaronksaunders/trpc-nuxt-video-app

starter template for trpc-nuxt module integrated into a nuxt app

Language: TypeScript - Size: 175 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

nearbyevchargingcom/nearbyevcharging.com

Open Source Charging EV CMS

Language: TypeScript - Size: 320 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 2

NikhilMandaliya/Next.js-todo

A simple Todo app built with Next.js using the App Router, tRPC and Drizzle ORM.

Language: TypeScript - Size: 75.2 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

anujeet98/pokedex

Language: JavaScript - Size: 7.79 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Darshit02/digital_marketplace

This project is a robust digital marketplace platform designed to facilitate the buying and selling of digital goods and services. It provides a platform for vendors to list their digital products, and for customers to browse, purchase, and review these products.

Language: TypeScript - Size: 6.1 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

dmytro-komlyk/fix-lab-project Fork of Iryna-Gry/fix-lab-project

Language: TypeScript - Size: 15.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

imran-baitham/next-latest-with-trpc-latest

starter kits for Next.js with tRPC

Language: TypeScript - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

witoldmetel/Remix-My-TRPC

TRPC + Remix = 💪

Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ripper-No-Chart/TRPC-Builder

Trpc API | Angular 16 - Builder APP

Language: TypeScript - Size: 148 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

TheoAnastasiadis/la-pasticciosa

La Pasticciosa CRM

Language: Vue - Size: 75.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

henningsieh/next-growers

GrowAGram 🪴 Show Your Grow! 🚀 Cannabis home cultivation community

Language: TypeScript - Size: 18.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

khelsai01/t3_todos_app

T3 todos app build by T3 stack

Language: TypeScript - Size: 581 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Thiti-Dev/thiti-dev-miscs.xyz

Unfinished personal website due to my laziness in customizing frontend.

Language: TypeScript - Size: 463 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ashaffah/express-typescript

Express-prismaORM with typescript CRUD Template

Language: TypeScript - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

leekli/t3notes

Simple Notes app using the T3 stack

Language: TypeScript - Size: 91.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

xcosnx/nextjs-todo-app

full-stack todo application

Language: TypeScript - Size: 121 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

marcopollivier/presentation.tdc.trpc

Projeto usado como base para as apresentações sobre tRPC feitas no TDC

Language: TypeScript - Size: 122 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Hiperultimate/trpc-turborepo-next-tailwind-prisma-openapi-swaggerui-template

Turborepo tRPC Express Next Tailwind Prisma Template with OpenAPI and SwaggerUI

Language: TypeScript - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

devsayog/nextjs-ecommerce

Nextjs ecommerce is fullstack ecommerce web app with admin pannel.

Language: TypeScript - Size: 946 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 4

rvnkcode/backlog

Self-hosted To-Do application

Language: TypeScript - Size: 340 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ShubhamkumarAnand/trpc-drizzle-setup

A Fullstack app setup for the trpc & drizzle

Language: TypeScript - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Tom-lchg/issue-reporter

Language: TypeScript - Size: 145 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DarkHorseCorder/Next.js-Prisma-Class-Student-Management-Random-Spinner

Language: TypeScript - Size: 113 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

betomossmann/example-nest-next-trpc

repositório monorepo que combina as tecnologias NestJS, NextJS e tRPC para criar uma aplicação FullStack.

Language: TypeScript - Size: 109 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ptaushanov/festify-admin

🎓 Bachelor thesis app for holiday managment by teachers 🎓

Language: CSS - Size: 369 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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.

Language: TypeScript - Size: 585 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

shaikrasheed99/trpc-reactjs-todo-crud

Todo Crud using ReactJS + TRPC

Language: TypeScript - Size: 196 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

takeruun/tRPC-full-stack-app

Language: TypeScript - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

raulcv/trpc-todo

tRPC service api and ReactJS client consumer

Language: TypeScript - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

udborets/online-gallery

Full-stack website app which allows you to create albums, upload your own photos to them and visit other users albums.

Language: TypeScript - Size: 388 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

jonoman55/notetaker

T3 Stack App

Language: TypeScript - Size: 144 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jonoman55/tRPC-project

tRPC Server & Client

Language: TypeScript - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hahs-92/TRPC-crud-api

This is a basic example of how to implement TRPC with node. Tutorial by Fazt Code.

Language: TypeScript - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VolodymyrVoronov/kind-of-guru

😱

Language: TypeScript - Size: 902 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

renato1010/intro-extro

Full Stack demo APP: frontend NextJS(12)SSR, data viz with D3, backend Nextjs api routes,tRPC,Prisma ORM, SQLite

Language: TypeScript - Size: 146 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

circleupx/trpc-demo

Playing around with tRPC

Language: TypeScript - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Alejandro1709/Todos

A simple (main) Todo List app to keep track of your todos, the most simple one is on the main branch and most advanced ones using more technologies are on different branches

Language: TypeScript - Size: 146 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dunghenry/tRPC

Building server using tRPC library(safe APIs) + client using reactjs, react-query

Language: TypeScript - Size: 309 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VolodymyrVoronov/pets-2

Language: TypeScript - Size: 3.87 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

fimbres/t3-pokemon

This is my first project using the T3 Stack based in TypeScript, this project is for voting for the roundest Pokemon.

Language: TypeScript - Size: 177 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

alohadancemeow/my-t3-app

Learn tRPC, t3 stack

Language: TypeScript - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

eazypau/order-creation-web-app

An order creation and management web app

Language: TypeScript - Size: 925 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

fimbres/node-prisma-trpc

This is my first project using trpc and prisma technologies with TypeScript and a PostgreSQL database, the main idea of this project is a backend that manages users and posts from a blog.

Language: TypeScript - Size: 15.6 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VarunSAthreya/mental-health-matters

Mental Health Matters is a web app that is used to schedule appointments and take surveys which is used to for resolving mental health-related issues.

Language: TypeScript - Size: 7.61 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2