Format Converter App V2
Path:
loom-builder/prompts/format-converter-app-v2.mdRelative: prompts/format-converter-app-v2.mdSubproject: loom-builderCategory: dispatch-promptsLines: 99Bytes: 3,640Imports: 0Exports: 0
Content Preview
- # Build: Drag-and-Drop Format Converter — Static Site
- ## ROLE
- You are building a small, clean static web utility. All conversion happens client-side — no server logic needed.
- ## GOAL
- Build a drag-and-drop format converter. User drops a file (or pastes content), selects target format, gets converted output.
- ## SUPPORTED CONVERSIONS
- All directions between:
- - HTML ↔ Markdown
- - HTML ↔ Plain Text
- - HTML ↔ JSON (structured extraction)
- - JSON ↔ Markdown
- - Markdown ↔ Plain Text
- - JSON ↔ Plain Text
- #