# Voxgig Developer Experience

> Generation gets you an SDK. Production-grade is a different job: idiomatic in each language, tested, documented, versioned, and released through a pipeline you can trust. That is the Developer Experience practice.

## What the work covers

- Making generated SDKs read like a person wrote them, per language.
- Test suites that fail on real regressions, not on formatting.
- Documentation and quickstarts that a new developer can follow without help.
- Release pipelines, versioning and migration notes your customers can act on.
- Reviews of SDKs you already have, generated by anyone, including hand-written ones.

## Why it matters

Your SDK is the first thing a customer's engineer touches. If it fights them, they conclude your API fights them too. The SDK is infrastructure and it deserves the same standards as the rest of your platform.

## Related

- [SDK Generator](https://voxgig.com/sdk), where the SDKs come from.
- [Agent Experience](https://voxgig.com/api-experience/agent-experience), the same spec driving your MCP server.
- [Contact](https://voxgig.com/contact)
