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.
| example | shows | package | source |
|---|---|---|---|
| schema-studio | generative UI — request forms rendered at runtime from live provider schemas | @modelschemas/vite | github → |
| image-dimensions | every image model with its supported output sizes, extracted from each input schema | @modelschemas/client | github → |
| video-composer | video request builder whose knobs only offer values the schema allows | @modelschemas/client | github → |
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.