Now taking early beta users
Generate PDFs from app data in minutes.
Create templates, send JSON to a simple API, and get beautiful PDFs back. No rendering headaches, no brittle layout code, no weeks lost to PDF plumbing.
Concierge beta: send one existing PDF and we’ll recreate it as a dynamic API template.
POST /v1/documents
Authorization: Bearer API_KEY
{
"template_id": "invoice",
"data": {
"customer": "Acme Inc",
"total": "$799.00",
"items": [...]
}
}
→ 201 Created
{
"status": "completed",
"download_url": "/doc_123.pdf"
}
Simple REST API
One endpoint to generate documents. One endpoint to check status. Boring in the best way.
Reusable templates
Build invoices, reports, receipts, statements, certificates, and proposals once.
Hosted PDFs
Generate files, store links, track failures, and stop maintaining PDF infrastructure.
Sample documents
The MVP already renders real PDFs from HTML templates and JSON data.
Pricing that stays boring.
Free tier for testing. Paid plans once PDFs are part of your product workflow.
Free
$0
20 PDFs/mo
$0
20 PDFs/mo
Starter
$9
300 PDFs/mo
$9
300 PDFs/mo
Pro
$29
3,000 PDFs/mo
$29
3,000 PDFs/mo
Business
$99
15,000 PDFs/mo
$99
15,000 PDFs/mo
Send one PDF. We’ll make it dynamic.
We’re onboarding the first beta users manually. Send a sample invoice, report, certificate, statement, receipt, or proposal. We’ll recreate it as a template and show you the API call.