Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trpc/trpc

๐Ÿง™โ€โ™€๏ธ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
https://github.com/trpc/trpc

api next nextjs prisma react typescript

Last synced: 7 days ago
JSON representation

๐Ÿง™โ€โ™€๏ธ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

Awesome Lists containing this project

README

        




tRPC


tRPC


Move fast and break nothing.
End-to-end typesafe APIs made easy.



codecov


weekly downloads


MIT License


Discord




Twitter






Demo


The client above is not importing any code from the server, only its type declarations.





> [!NOTE]
>
> You are looking at the `next`-branch of tRPC which is the current work in progress representing **version 11**.
>
> - The functionality is **stable and can be used in production**, but we may do small breaking API-changes between patches until we reach `11.0.0`
> - The packages are published with the `next`-tag on npm
> - For the list of changes made, see https://trpc.io/docs/v11/migrate-from-v10-to-v11

## Intro

tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.

### Features

- โœ…ย  Well-tested and production ready.
- ๐Ÿง™โ€โ™‚๏ธย  Full static typesafety & autocompletion on the client, for inputs, outputs, and errors.
- ๐ŸŽย  Snappy DX - No code generation, run-time bloat, or build pipeline.
- ๐Ÿƒย  Light - tRPC has zero deps and a tiny client-side footprint.
- ๐Ÿปย  Easy to add to your existing brownfield project.
- ๐Ÿ”‹ย  Batteries included - React.js/Next.js/Express.js/Fastify adapters. _(But tRPC is not tied to React, and there are many [community adapters](https://trpc.io/docs/awesome-trpc#-extensions--community-add-ons) for other libraries)_
- ๐Ÿฅƒย  Subscriptions support.
- โšก๏ธย  Request batching - requests made at the same time can be automatically combined into one
- ๐Ÿ‘€ย  Quite a few examples in the [./examples](./examples)-folder

## Quickstart

There are a few [examples](https://trpc.io/docs/example-apps) that you can use for playing out with tRPC or bootstrapping your new project. For example, if you want a Next.js app, you can use the full-stack Next.js example:

**Quick start with a full-stack Next.js example:**

```sh
# yarn
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

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

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

# bun
bunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# deno
deno init --npm next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
```

**๐Ÿ‘‰ See full documentation on [tRPC.io](https://trpc.io/docs). ๐Ÿ‘ˆ**

## Star History

Star History Chart

## Core Team

> Do you want to contribute? First, read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment. If you need any more guidance or want to ask more questions, feel free to write to us on Discord!



Alex / KATT

๐Ÿ‘‹ Hi, I'm Alex and I am the creator of tRPC, don't hesitate to contact me on Twitter or email if you are curious about tRPC in any way.

### Project leads

> The people who lead the API-design decisions and have the most active role in the development




Julius Marminge


Alex / KATT


### Active contributors

> People who actively help out improving the codebase by making PRs and reviewing code




Nick Lucas


Ole Asteo

Ahmed%20Elsakaan
Ahmed Elsakaan


### Special shout-outs

> Individuals who have made exceptional contributions to tRPC through code, documentation, community building, and other valuable efforts




Theo Browne


Sachin Raja


## Sponsors

If you enjoy working with tRPC and want to support us, consider giving a token appreciation by [GitHub Sponsors](https://trpc.io/sponsor)!

### ๐Ÿฅ‡ Gold Sponsors


Retool
Retool

### ๐Ÿฅˆ Silver Sponsors


Cal.com,%20Inc.
Cal.com, Inc.

KeenEthics
KeenEthics

### ๐Ÿฅ‰ Bronze Sponsors


Dr.%20B
Dr. B

Flylance
Flylance

Ryan%20Magoon
Ryan Magoon

### ๐Ÿ˜ป Smaller Backers


Ahoy%20Labs
Ahoy Labs

Unkey
Unkey

Tom%20Ballinger
Tom Ballinger

Proxidize
Proxidize

Brooke%20Holmes
Brooke Holmes

Max%20Greenwald
Max Greenwald



Dmitry%20Maykov
Dmitry Maykov

Chris%20Bradley
Chris Bradley

rickk
rickk

Jaron%20Heard
Jaron Heard

Illarion%20Koperski
Illarion Koperski

SchlagerKhan
SchlagerKhan



Jared%20Wyce
Jared Wyce

fanvue
fanvue

Ascent%20Factory
Ascent Factory

Drew%20Powers
Drew Powers

Liminity%20AB
Liminity AB

Val%20Town
Val Town



Jonas%20Strassel
Jonas Strassel

Drizzle%20Team
Drizzle Team

Spencer%20McKenney
Spencer McKenney

Stefan%20Wallin
Stefan Wallin

Maicon%20Carraro
Maicon Carraro

Andrei%20Karushev
Andrei Karushev



Sail%20Jess
Sail Jess

Siwat
Siwat

## All contributors โœจ



A table of avatars from the project's contributors


---



Powered by Vercel