The post-processing layer Stitch doesn't have. Design tokens, WCAG accessibility, responsive breakpoints, and framework conversion -- from one prompt.
Stitch generates beautiful screens. We turn raw HTML into components you'd actually ship.
Brand tokens from a description. Colors, typography, spacing. CSS custom properties enforced across every screen.
axe-core audit. Auto-fixes lang attr, alt text, ARIA labels, semantic HTML, 44px touch targets. WCAG 2.1 AA.
Tailwind breakpoints injected for mobile, tablet, desktop. Fixed widths replaced, grids scaled, typography adapted.
HTML to .tsx with useState hooks, event handlers, component extraction. App Router or Pages. 'use client' directives.
Single File Components. script setup, ref(), @event bindings, Composition API. Idiomatic Vue output.
Svelte 5 components with $state runes, on:event syntax, +page.svelte routing. Modern from the start.
Heuristic pattern matching maps raw divs to shadcn/ui, Radix, or MUI components. Confidence-scored.
sp_auto parses natural language -- framework, library, theme, device -- and chains every tool. One prompt.
sp_analyze inspects any HTML. Reports issues, recommends tools, returns a prioritized execution chain.
Each does one thing. sp_auto chains them all.
| Name | Type | Description |
|---|---|---|
| sp_auto | smart | Natural language to production code. Auto-chains everything. |
| sp_analyze | smart | Analyze HTML, recommend tools, priority-scored chain. |
| sp_smart_convert | smart | Convert with auto a11y + responsive preprocessing. |
| sp_generate | gen | Generate a page with full pipeline. |
| sp_flow | gen | Multi-screen flow in one call. |
| sp_design_create | design | Brand description to design system. |
| sp_design_apply | design | Apply design system to HTML. |
| sp_a11y | quality | WCAG 2.1 AA audit + auto-fix. |
| sp_responsive | quality | Tailwind responsive breakpoints. |
| sp_to_react | convert | HTML to Next.js/React .tsx. |
| sp_to_vue | convert | HTML to Vue 3 SFC. |
| sp_to_svelte | convert | HTML to SvelteKit. |
| sp_extract | convert | Map to shadcn/radix/MUI. |
| sp_create_project | gen | Create a new Stitch project. Returns project ID. |
| sp_projects | list | List Stitch projects. |
| sp_screens | list | List screens in project. |
| sp_screen | list | Get screen HTML + image. |
Any MCP-compatible client.