Overview
The Timeback SDK provides a TanStack Start adapter using file-based route handlers.Installation
Server Setup
Create a Timeback instance:src/lib/timeback.ts
Route Handler
Create a catch-all route handler:src/routes/api/timeback/$.ts
Client Provider
Wrap your app with the TimebackProvider:src/routes/__root.tsx
Usage
Use hooks in components:src/routes/index.tsx