Playgrounds
Explore oRPC implementations through our interactive playgrounds, featuring pre-configured examples accessible instantly via StackBlitz or local setup.
Available Playgrounds
| Environment | StackBlitz | GitHub Source |
|---|---|---|
| Bun Playground | Open in StackBlitz | View Source |
| NestJS Playground | Open in StackBlitz | View Source |
| Next.js Playground | Open in StackBlitz | View Source |
WARNING
StackBlitz has its own limitations, so some features may not work as expected.
Local Development
Prefer working locally? Clone the playground with:
bash
npx giget gh:middleapi/orpc/playgrounds/bun orpc-bun-playground
npx giget gh:middleapi/orpc/playgrounds/nest orpc-nest-playground
npx giget gh:middleapi/orpc/playgrounds/next orpc-next-playgroundThen install dependencies and start the dev server:
bash
# Install dependencies
npm install
# Start the development server
npm run dev- Visit
http://localhost:3000to view the app. - Visit
http://localhost:3000/apito explore the OpenAPI client.
OpenTelemetry
Collect OpenTelemetry traces with Jaeger by running this in a separate terminal:
bash
npm run jaegerThen play with your app and open http://localhost:16686 to see the traces in the Jaeger dashboard.

