Skip to content
@rynko-dev

rynko-dev

Rynko

Document generation platform for developers. Generate PDFs and Excel files from templates with a simple API.

What We Build

  • 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

Repositories

SDKs

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

Tools

Repository Description
mcp-server Model Context Protocol server for AI assistants
developer-resources Sample templates, code examples, and tutorials

No-Code Integrations

Repository Description
zapier-rynko Official Zapier integration
make-rynko Official Make.com (Integromat) integration
n8n-rynko Official n8n community node

Quick Links

Resource Link
Documentation docs.rynko.dev
Website rynko.dev
API Reference docs.rynko.dev/api-reference

Get Started

npm install @rynko/sdk
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 }
});

Contributing

We welcome contributions! See our Contributing Guide.

License

Our SDKs are open source under the MIT License.

Popular repositories Loading

  1. sdk-node sdk-node Public

    Official Rynko Node.js/TypeScript SDK

    TypeScript

  2. sdk-python sdk-python Public

    Official Rynko Python SDK

    Python

  3. sdk-java sdk-java Public

    Official Rynko Java SDK

    Java

  4. mcp-server mcp-server Public

    Rynko MCP Server for AI assistants

    JavaScript

  5. zapier zapier Public

    Rynko Zapier Integration

    JavaScript

  6. n8n n8n Public

    Rynko n8n Community Node

    TypeScript

Repositories

Showing 10 of 10 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…