turbodocx-html-to-docx

Installation
SKILL.md

HTML to DOCX Setup

This skill adds @turbodocx/html-to-docx to a JavaScript/TypeScript project — a zero-dependency library that converts HTML strings to Word documents without Puppeteer, Chrome, or LibreOffice. It runs in Node.js and in the browser (via the bundled IIFE/ESM builds).

Prefer server-side when possible. Running this server-side is faster, avoids the ~2.4 MB browser bundle, sidesteps polyfill requirements, and keeps sharp (for SVG → PNG conversion) available. Default to a server-side integration whenever the project has any backend (Express/Fastify/Next.js API route/etc.) and only fall back to the browser bundle when the project is genuinely static or the user explicitly asks for client-side generation.

Phase 1: Detect the Project Type

Use Glob to check what kind of project this is:

Installs
14
GitHub Stars
1
First Seen
May 13, 2026
turbodocx-html-to-docx — turbodocx/quickstart