Skip to content

Releases: vreff/Wurd

v1.0.0

30 Mar 23:40

Choose a tag to compare

Initial release of Wurd — an AI-enabled document compiler that turns markdown into editorial-quality HTML. MIT licensed.

Features:

  • Markdown with [plugin:name]...[/plugin] tags compiled to self-contained HTML
  • Pretext-powered typographic layout engine
  • Built-in plugins: math (KaTeX), accordion, citations, binary-stream
  • LLM-powered plugins: graph and table generation via Claude or any OpenAI-compatible API
  • PDF export via --pdf flag (Puppeteer, high quality) and in-page download button (html2canvas)
  • Open Graph and Twitter Card meta tags via frontmatter
  • Configurable layout via YAML frontmatter
  • {#id} heading tags for pointer-events passthrough and heading underlines
  • --plugins flag for loading external plugin directories
  • LLM response caching (--no-cache to regenerate)
  • Global CLI install via npm install -g .