> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/spatie/laravel-data/llms.txt
> Use this file to discover all available pages before exploring further.

# Third Party Packages

> Community packages that extend Laravel Data functionality

Some community members created packages that extend the functionality of Laravel Data. Here's a list of them:

<CardGroup cols={2}>
  <Card title="Laravel TypeScript Transformer" icon="code" href="https://github.com/spatie/laravel-typescript-transformer">
    Generate TypeScript definitions from your Laravel Data objects for frontend type safety.
  </Card>

  <Card title="Laravel Data OpenAPI Generator" icon="file-code" href="https://github.com/xolvionl/laravel-data-openapi-generator">
    Automatically generate OpenAPI specifications from your Laravel Data objects.
  </Card>

  <Card title="Laravel Data JSON Schemas" icon="brackets-curly" href="https://github.com/BasilLangevin/laravel-data-json-schemas">
    Generate JSON schemas from your Laravel Data objects for validation and documentation.
  </Card>
</CardGroup>

## Contributing Your Package

Created a package yourself that you want to add to this list? Send us a PR on [GitHub](https://github.com/spatie/laravel-data)!
