Tools for converting between various data formats
Automatically convert YAML data structures to TypeScript interfaces or types.
Useful for generating types from config files or Kubernetes manifests.
Auto type inference (string, number, boolean, null)
Automatic nested object separation
Array type handling
null values → Optional property conversion
Set a meaningful root interface name
Enable readonly option for config files
Use export option for K8s resources
A tool that automatically converts YAML formatted data to TypeScript interfaces or types. Paste YAML configuration files from Kubernetes Deployment, Docker Compose, CI/CD pipelines, and more to generate type-safe TypeScript code by analyzing the structure.