Format Converter App V2

loom-builderpromptmarkdown
Path: loom-builder/prompts/format-converter-app-v2.mdRelative: prompts/format-converter-app-v2.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 99Bytes: 3,640Imports: 0Exports: 0

Content Preview

  1. # Build: Drag-and-Drop Format Converter — Static Site
  2. ## ROLE
  3. You are building a small, clean static web utility. All conversion happens client-side — no server logic needed.
  4. ## GOAL
  5. Build a drag-and-drop format converter. User drops a file (or pastes content), selects target format, gets converted output.
  6. ## SUPPORTED CONVERSIONS
  7. All directions between:
  8. - HTML ↔ Markdown
  9. - HTML ↔ Plain Text
  10. - HTML ↔ JSON (structured extraction)
  11. - JSON ↔ Markdown
  12. - Markdown ↔ Plain Text
  13. - JSON ↔ Plain Text
  14. #