What is HTML to Jade
HTML to Jade converts HTML into Jade/Pug template text so you can move markup into Pug-based projects without installing a local converter first.
Conversion uses a short-lived server request (html2pug, size-limited). Tools Viewer does not keep your markup after the response. Pug is the modern name for Jade.
How to use HTML to Jade
- Step 1: Add HTML. Paste, Import, Sample, or Fetch URL.
- Step 2: Convert. Receive Pug-style indented output.
- Step 3: Copy or download .jade. Adjust mixins or includes in your project as needed.
HTML to Jade Features
- HTML → Jade/Pug via /api/html-to-jade/
- Sample, Import, Fetch URL, Copy, Download (.jade)
- Input size limit enforced by the API
Common use cases
- Migrate HTML partials to Pug: Bootstrap Pug indentation from existing markup.
- Teach Pug structure: Show how familiar HTML maps to Pug nesting.
Converts HTML toward Jade/Pug text:
- HTML input
- Jade/Pug text output (.jade download)
Compile Pug back to HTML with Jade to HTML.
FAQ
Is HTML to Jade free?
Yes. Tools Viewer tools are free to use in the browser with no account required.
Do I need to create an account to use HTML to Jade?
No. Open the tool and start working — signup is not required.
Is my content uploaded to your servers?
Conversion uses a short-lived server request so Pug can compile reliably. Tools Viewer does not keep your template after the response is returned.
Is Jade the same as Pug?
Pug is the modern name for the Jade template language. Output is Pug-style indentation syntax. To compile Pug back to HTML, use
Jade to HTML.
How do I convert HTML to Pug online?
Paste HTML into HTML to Jade, click Convert, then Copy or Download the Pug/.jade text.