Let your users customize their own templates using popular formats: DOCX, XLSX, HTML, SVG, GDocs, ...
Easily provide data using our API. Libs are available for JS, Python, Ruby, Swift, Android and more...
Serve resulting docs on-demand in a variety of popular formats: PDF, EMAIL, HTML, JPG, PNG, ...
import laystack from 'laystack-js' const client = laystack.init('YOUR API KEY') const invoice = { docNumber: 'TST1001', balance: 1986.11, lines: [{ description: 'Product A', amount: 500 }] } client.createDocument({ data: invoice, template: 'company_inv.docx', format: 'pdf' }).then(file => console.log(file.url))
Laystack plays nicely with existing Apps and APIs out of the box: Google Forms, Airtable, Survey Monkey, Typeform