---
title: "Mocks"
description: "Learn about mocking HTTP servers with @hey-api/openapi-ts."
url: "https://heyapi.dev/docs/openapi/typescript/mocks"
---

Realistic mock data is an important component of every robust development process, testing strategy, and product presentation.

## Options

[Section titled “Options”](#options)

Hey API natively supports the following mocking frameworks.

* [Chance](https://heyapi.dev/openapi-ts/plugins/chance) Vote
* [Faker](https://heyapi.dev/openapi-ts/plugins/faker) Vote
* [Falso](https://heyapi.dev/openapi-ts/plugins/falso) Vote
* [MSW](https://heyapi.dev/openapi-ts/plugins/msw) Vote
* [Nock](https://heyapi.dev/openapi-ts/plugins/nock) Vote
* [Supertest](https://heyapi.dev/openapi-ts/plugins/supertest) Vote

Don’t see your framework? Let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).

## Examples

You can view live examples on [StackBlitz](https://stackblitz.com/orgs/github/hey-api/collections/openapi-ts-examples) or on [GitHub](https://github.com/hey-api/openapi-ts/tree/main/examples).
