oRPC integration for supastarter Next.js

Jonathan Wilke
8/19/2025
#API
We are excited to announce that we have integrated oRPC to supastarter for Next.js to provide an even better developer experience, making it easier to create resolvers on the backend and a lot smoother to call your API from the frontend.
What is oRPC?
oRPC is a library that allows you to call backend functions from the frontend in a type-safe way. It's similar to tRPC, but is based on the OpenAPI standard and gives you a few more advanced capabilities.

Read more about the new oRPC integration in the supastarter documentation.