Examples

Three small TanStack Start apps showing the modelschemas packages in real use. Each one runs hosted here, and each is a standalone app you can clone and deploy to your own Cloudflare account.

exampleshowspackagesource
schema-studiogenerative UI — request forms rendered at runtime from live provider schemas@modelschemas/vitegithub →
image-dimensionsevery image model with its supported output sizes, extracted from each input schema@modelschemas/clientgithub →
video-composervideo request builder whose knobs only offer values the schema allows@modelschemas/clientgithub →
run one locally
$ git clone https://github.com/modelschemas/modelschemas
$ cd modelschemas && bun install
$ cd examples/schema-studio && bun run dev

All three read from the live API at modelschemas.com — no key needed. `bun run deploy` inside an example ships it to your own workers.dev subdomain.