
We Open Sourced Our TypeScript SDK. Here's Why.
Even with self-documenting APIs, building a frontend is painful. You're still fighting with API documentation. You're managing authentication manually. You're keeping your types in sync with your backend, which is impossible when you're iterating fast. Type errors sneak into production because your frontend types don't match what your backend actually returns.
This happens even on Anythink, where your APIs are self-documenting and generated exactly to your data model.
So we built an SDK to fix it.



















