Use Cases

Single source of truth

In case your company works in different teams using different programming languages on a single data model you can use TypeHub as a single source of truth where you design your data model and every team can use the generated models in their projects. This greatly simplifies all internal workflows since every team can always work with the automatic generated data models. I.e. it could be a frontend and backend team where the frontend works with TypeScript and the backend team with Java.


SDK generator

TypeHub provides an advanced code generator which generates based on your specification high quality code. You can use our platform as "SDK as a service", this means you provide use the specification of your app and we automatically generate the fitting client SDK in different languages. Take a look at our integration page to see how you can automatically submit a specification.


RFC alternative

TypeHub provides an easy way to describe general JSON payloads. It can be seen as alternative to classical RFC specifications if you only need to describe a specific JSON payload or API. Using TypeHub has also the advantage that you automatically track all changes and version your specification according to semantic versioning. Through our platform it is also easy for others to contribute to your specification.

part of the Apioo-Project