Launching today
Schema Cast
Generate JSON schemas from your code instantly
7 followers
Generate JSON schemas from your code instantly
7 followers
Schema Cast is an open-source developer tool that automatically generates JSON schemas from your code. It simplifies validation, improves API development, and keeps schemas synchronized with your models—saving developers time while reducing manual work.







How does it handle schema drift when multiple developers are working on the same codebase at the same time?
How does Schema Cast handle cases where the same model needs slightly different schemas for separate APIs, or do you have to maintain separate schema files for each one?
set it up on a small node project and it picked up my typescript interfaces without any config, which was a nice surprise. the generated schemas lined up with what i had been writing by hand.