import { createTRPCNext } from '@trpc/next'; And this is for nextjs Page router. import { createTRPCReact } from "@trpc/react-query"; The T3-OS seems to be the closest to what I want, but they don't use clerk. And The repo the reference for clerk auth is out of date.