Real-world Large Application Examples?

Jjrdn5/11/2023
Are there any OSS examples (besides cal.com) demonstrating large tRPC code bases?

I want to see how people are structuring their routers and handlers to avoid overly large routers.

I was thinking of having each router import all the independent procedures.

For the sake of a large team, separations of concerns tends to be more benefitial in some scenarios.