Live examples
Every example below is hosted on this site. Clone the repo and see docs/examples/ for source and local dev commands.
Quick try
Section titled “Quick try”All demos
Section titled “All demos”Quickstart — shortest import map + attach()
Marketing site — hover, click, viewport triggers
- shadcn drop-in
Demo (Vite host) — full feature kitchen sink
- Cross-framework bus
- Multi-vertical host
- Multi-widget bundle
- Monorepo component library
- Vite host (import remotes)
- Vite host (URL remotes)
- Pokémon kitchen sink
MCP app preview — local only. MCP Apps §8.4 requires the host and the sandbox proxy to sit on different origins, and GitHub Pages serves everything from one. Run
pnpm –filter mcp-app-demo verify, which starts them on separate ports.- Generative UI stream
Run locally
Section titled “Run locally”From the repo root after pnpm install && pnpm -r build:
pnpm --filter mountly-docs run stage-examplespnpm --filter mountly-docs devPer-example dev servers are documented in docs/examples/README.md.