Only supports using Javascript/node servers it seems, so sadly it's not really usable for me.

The type exchange seems to rely on shared code between the frontend and the backend to exchange types, rather than using schemas like other systems.

Not implementing server-side events seems like a shame because they're a very capable mechanism for subscriptions without resorting to websockets.

If you're using OpenAPI, you could use this to generate TypeScript interfaces:

https://github.com/bcherny/json-schema-to-typescript

It works really well