Skip to content
Andrew Njoo edited this page Dec 20, 2023 · 6 revisions

Welcome to the SubsTrackr wiki!

Vision: Simplify and optimize subscription management effortlessly


Tech stack

T3 Stack

  • Next
  • tRPC
  • Prisma
  • NextAuth

Pros

  • Fast iteration speed
  • Tightly coupled FE + BE

Cons

  • API is not REST, requires configuration to expose e.g. trpc-openapi

Mobile

e.g. React Native need to think about REST API vs tRPC

https://www.reddit.com/r/reactnative/comments/11l5hvw/best_api_call_methodology/

Clone this wiki locally