Generate signal-native, tree-shakeable API clients from any OpenAPI spec — in one command.
You have an OpenAPI spec. Your Angular app needs to call those endpoints. What do you do?
The usual answer is one of these:
Write HttpClient calls by hand in a service, duplicating type information already in the spec
Use a generic codegen tool that emits a 2,000-line service class full of endpoints you'll never call








