TanStack

TanStack + Unkey Partnership

by Tanner Linsley on Apr 24, 2025.

TanStack + Unkey

A search box can debounce input, but that doesn't stop someone from calling the API directly. Keeping an app responsive and deciding how much work its server will accept are related problems, and they need controls in different places.

We're welcoming Unkey as a TanStack partner alongside our work on TanStack Pacer! Pacer gives you tools like debouncing, throttling, and queuing inside your application. Unkey provides API key management and server-side rate limiting, where you can enforce access and usage limits on incoming requests.

For example, an app can use Pacer to avoid sending a request for every keystroke, then check a caller's rate limit on the server before doing expensive work. The client makes the interaction smoother, and the server remains responsible for enforcing the limit.

Thanks to Unkey for supporting TanStack. Their rate limiting guide covers that server-side piece, and our Unkey partner page also links to the API key setup.