Example Apps
Example Apps – Overview
Tour of the open-source sample integrations for Mosaic’s API.
Mosaic provides a suite of bite-sized, copy-pasteable example projects that demonstrate common workflows and integrations. All live in the public GitHub repo:
mosaic-ai-labs/api-examples
Browse on GitHub
What’s inside? (Notable Projects)
Folder | Stack | Shows off |
---|---|---|
vercel-ai-sdk-example | Next.js, Vercel AI SDK | AI-powered React component generation with live preview & Mosaic MCP |
create-shorts-post-to-socials | React, Vite, shadcn | Dropbox → Mosaic → Short-form video downloader |
mosaic-mcp | Python, FastMCP | LLM-friendly MCP server wrapping Mosaic’s REST API |
gdrive-trigger | Python, Google API | Watch a Drive folder and process new videos (see detailed page) |
dropbox-trigger | Python, Dropbox | Edit videos and get the results right back in your storage |
Assumptions – Each project expects the environment variables described in its
README.md
(MOSAIC_API_KEY
,AGENT_ID
, etc.). Follow the per-folder instructions.
Running locally
All examples are MIT-licensed – fork, adapt and embed them in your own workflows.