This JS Agent Turns Any Website Into an AI Copilot
A lightweight in-page GUI agent that reads the DOM as text and executes natural-language commands inside your app. Great for...
DOM-docx is a small MIT-licensed JavaScript library and CLI for turning semantic HTML fragments into native Word documents. It is useful when a product already renders reports, briefs, invoices, tables, or creator drafts as HTML but still needs a real .docx export that users can edit in Word.
The default path is intentionally lightweight: inline styles convert in pure JavaScript, with no browser or Playwright dependency for normal Node usage. If you need class-based or computed CSS, the project supports an optional computed-style path using Playwright and Chromium. For browser apps, the package also exposes a browser bundle that can create a Blob in the user's tab.
What makes this worth bookmarking is the practical scope. The project supports headings, paragraphs, lists, tables, links, inline formatting, simple SVG, page metadata, headers, footers, page numbers, and image handling through an explicit resolver. It also documents the limits clearly: external stylesheets on the inline path, complex layout, web fonts, forms, and guaranteed multi-page fidelity are not solved yet.
imageResolver for remote images, because the library does not fetch remote images by default.GitHub's refreshed pull requests dashboard is now generally available, giving developers and managers one place for revi…
GitHub is rolling GPT-5.6 Sol, Terra, and Luna into Copilot across IDEs, CLI, mobile, github.com, and the cloud agent. B…
npm v12 is now tagged latest, turning dependency install scripts, Git dependencies, and remote URL packages into explici…
Sign in to join the discussion and vote on comments.
Sign in