MORPH
Built at Zero to Agent: Vercel x Deepmind Hackathon NYC · Mar 21, 2026 · New York, NY

Morph turns one sentence of natural language into a running, device-aware tool — composed in real time from capability blocks, planned by Gemini 2.5 Flash, with AI-generated custom React UI per block, validated in Vercel Sandbox, and rendered live with permission gating and mid-session mutation. You type or speak an intent. Gemini reasons over a library of 6 capability blocks (Timer, Step Counter, Voice Recorder, Compass, Camera + Vision, Map) and your device's actual sensor availability, then generates a ToolSpec. Each block gets a purpose-built React component generated by Gemini — not a generic template, but code tuned to your exact words. That code runs in an isolated Vercel Sandbox microVM before it ever reaches your browser. Only validated code renders, with a "Sandbox-verified" badge. Same intent, different tools: a laptop gets timer + camera + voice, a phone gets steps + compass + map. Mid-session you can say "add a rating button" — new block appears while your timer keeps counting and your steps keep tracking. Mutations are additive only, state never resets. The block library is also exposed as an MCP server, so any MCP-compatible agent (including Claude) can discover and compose Morph tools programmatically. Morph is the runtime. Intent in, tool out.