In progress

Coming soon.

Typed SDKs for the most common stacks are on the way. No more hand-rolled fetch calls — methods, types, and autocomplete out of the box.

What the SDKs will ship with

01

Installation

A single npm install / pip install. No monster dependencies.

02

TypeScript client

Typed methods, IDE IntelliSense, fully type-safe responses.

03

Python client

Async-first, pydantic models, type hints on every method.

04

Error handling

Exception hierarchy mapped to API error groups. Clear messages.

05

Webhook helpers

Event parsers, signature verification, typed payloads.

06

Examples

Ready-made templates for Next.js, Express, FastAPI, Django.