Playground
Interactive development environments for exploring and testing oRPC functionality.
Explore oRPC implementations through our interactive playgrounds, featuring pre-configured examples accessible instantly via StackBlitz or local setup.
Available Playgrounds
Environment | StackBlitz | GitHub Source |
---|---|---|
Next.js Playground | Open in StackBlitz | View Source |
Nuxt.js Playground | Open in StackBlitz | View Source |
OpenAPI Playground | Open in StackBlitz | View Source |
OpenAPI with Contract Playground | Open in StackBlitz | View Source |
Express.js Playground | Open in StackBlitz | View Source |
Note StackBlitz has own limitations, so some features may not work as expected.
Local Development
If you prefer working locally, you can clone any playground using the following commands:
For each project, set up the development environment:
That's it! You can now access the playground at http://localhost:3000
.