Smart Convert
sp_smart_convertConverts HTML to React, Vue, or Svelte while automatically applying accessibility fixes and responsive adaptation through a built-in quality pipeline.
Instructions
Converts HTML to a framework, but auto-detects if it needs accessibility fixes and responsive adaptation first. Runs the full quality pipeline before conversion — no manual chaining needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML to convert — auto-detects needed pre-processing | |
| framework | Yes | Target framework | |
| componentLibrary | No | none | |
| appRouter | No | Next.js App Router (React only) |