Open Source & Free Forever

Power Your Stack
With Open Source

Production-ready libraries trusted by thousands of developers worldwide. Built with ❤️ by TurboDocx.

49K+downloads/mo
140GitHub stars
395+organizations

html-to-docx

@turbodocx/html-to-docx

The fastest HTML to Word converter. Pure JavaScript, zero dependencies, battle-tested in production.

49K+
Monthly
140
Stars
26
Forks
Lightning fast - no browser automation
Production tested by 395+ organizations
Full TypeScript support
Actively maintained & supported
TERMINAL
npm install @turbodocx/html-to-docx

n8n Nodes

TurboSign Integration

Automate digital signatures in your n8n workflows. Connect TurboSign with 400+ apps seamlessly.

Available on npm
TurboSign digital signatures
Automate signature workflows
Open source & community driven
Works with 400+ n8n apps

Current Features

TurboSign
Signature Requests
Document Tracking
Audit Trails
Need More Power?

Scale with Our REST API & SDKs

Love our open source tools? Get enterprise features, embeddable workflows, and dedicated support with our REST API and SDKs platform.

99.9% uptime with auto-scaling
Embed seamlessly in your app
Webhooks, SDKs, and advanced features
Enterprise security & audit logs
Explore API Platform
generate-document.ts
import { TurboSign } from '@turbodocx/sdk';

// Configure SDK with your credentials
TurboSign.configure({
  apiKey: process.env.TURBODOCX_API_KEY,
  orgId: process.env.TURBODOCX_ORG_ID,
});

// Send for signature using template tags
const result = await TurboSign.sendSignature({
  fileLink: 'https://example.com/contract.pdf',
  documentName: 'Service Agreement',
  recipients: [{ name: 'John Doe', email: 'john@acme.com' }],
  fields: [{ type: 'signature', template: { anchor: '{SignHere}' } }]
});
MIT Licensed

Join Our Open Source Community

All our projects are MIT licensed and actively maintained. Contribute, get help, or share your use cases with developers worldwide.

Trusted by developers at

StartupsScale-upsEnterprises