Professional PDF Infrastructure
Everything you need to design, generate, and distribute professional documents at scale using modern web technologies.
Visual & Code Hybrid Editor
The heart of our platform is the split-screen editor. On the left, you have full control with Monaco Editor (VS Code), supporting HTML5 and Tailwind CSS. On the right, a real-time preview powered by Paged.js shows you exactly how the PDF will print.
- Smart Tailwind Autocomplete
- Live reloading
- Visual margins & page size controls
Professional Pagination Engine
Web browsers are notoriously bad at printing. We solve this by integrating Paged.js, a polyfill for CSS Paged Media standards. This gives you InDesign-like control over page breaks, bleeds, and cross-references directly in the browser.
- Custom Headers/Footers (Odd/Even pages)
- Automatic Page Numbers & TOC
- CMYK Ready (via PDF profile)
Dynamic Data Injection
Turn your static design into a dynamic template. Use Handlebars syntax to inject data passed via API. Iterate over arrays, use conditionals, and format numbers—all within your HTML.
<tr><td>{{name}}</td><td>{{price}}</td></tr>
{{/each}}
Public Smart-Forms
Instantly turn your design into an interactive web form. Share a public URL with your team and let them fill in variables through an intuitive UI to download PDFs without ever touching code.
- Smart-form Table for array data
- Automated field validation
- Zero-code distribution
AI Design Cowriter
Stop staring at a blank page. Our built-in AI assistant can generate entire templates from a text prompt or optimize specific sections of your code for better layout and design.
- Prompt-to-Template generation
- Selective section optimization
- Instant variable & sample data creation