Examples
Deployable starter apps built on the Model Match API — ship one to Vercel or Netlify in a click, or scaffold it locally.
Examples
Real, working apps built on the Model Match API.
Each one is a complete project you can deploy as-is or fork as a starting point. Pick one to see a live product shot, what it does, and one-click Deploy to Vercel / Netlify buttons — or scaffold any of them locally with the CLI.



Scaffold locally with the CLI
Prefer to run it on your machine first? The create CLI lets you pick an
example, fills in your values, and drops a ready-to-run project in a new folder:
npm create @model-matchIt prompts for each variable the example needs (secrets are entered privately),
writes them to .env, and prints the next steps. Each example's page has the
exact command and its environment variables.
Contributing an example
Examples live in the
model-match-inc/examples repo.
Each app owns a template.json describing its variables and auth model — that
single file drives the CLI prompts, the deploy-button URLs, and these pages.