A collection of minimal examples showing oRPC in different frameworks and runtimes. Add yours to show what's possible.
vue-bun — Vue 3 + Vite + Bun
npx degit hunterwilhelm/orpc-community-playgrounds/vue-bun orpc-vue-bun-playground
cd orpc-vue-bun-playground
pnpm install
pnpm devvue-bun-contract — Vue 3 + Vite + Bun + JSON Contract + Smart Coercion
npx degit hunterwilhelm/orpc-community-playgrounds/vue-bun-contract orpc-vue-bun-contract-playground
cd orpc-vue-bun-contract-playground
pnpm install
pnpm devWant to add a playground? Just:
- Create a folder at the root (like
react-node/orsvelte-deno/) - Add a README with install + dev steps
- Make sure
pnpm devstarts everything - Keep it minimal — focus on showing oRPC in action
- Open a PR
See CONTRIBUTING.md for details.
MIT — see LICENSE