Document generation platform for developers. Generate PDFs and Excel files from templates with a simple API.
- Rendering Engine - High-performance document generation with Yoga layout
- Template Designer - Visual editor for PDF and Excel templates
- SDKs - Node.js, Python, and Java libraries
- Integrations - Zapier, Make, n8n, Google Sheets
| SDK |
Package |
Description |
| sdk-node |
@rynko/sdk |
Node.js/TypeScript SDK |
| sdk-python |
rynko |
Python SDK with async support |
| sdk-java |
dev.rynko:sdk |
Java SDK for JVM applications |
| Repository |
Description |
| mcp-server |
Model Context Protocol server for AI assistants |
| developer-resources |
Sample templates, code examples, and tutorials |
| Repository |
Description |
| zapier-rynko |
Official Zapier integration |
| make-rynko |
Official Make.com (Integromat) integration |
| n8n-rynko |
Official n8n community node |
import { Rynko } from '@rynko/sdk';
const client = new Rynko({ apiKey: 'your-api-key' });
const pdf = await client.documents.generatePdf({
templateId: 'invoice-template',
data: { customerName: 'Acme Corp', amount: 150.00 }
});
We welcome contributions! See our Contributing Guide.
Our SDKs are open source under the MIT License.