Using Claude Desktop, Cursor, or VS Code?

Native MCP integration provides a better experience with direct workspace access.

Use MCP Instead
Copy-Paste Workflow

AI Template Generation for Any LLM

No MCP client? Use ChatGPT, Gemini, Claude web, or any LLM to create Rynko templates with our Magic Prompts and schema context.

ChatGPT
Gemini
Claude Web
Any LLM

3-Step Workflow

Share context, use our prompts, import the result.

1
Share the Context
Give your AI our schema reference so it knows how to write Rynko templates.
https://docs.rynko.dev/llms-templates.txt

Paste this URL in your AI chat. Most LLMs can fetch and read it directly.

2
Use a Magic Prompt
Copy one of these prompts and fill in the blanks.
I am providing you with the Rynko template schema reference via this URL: https://docs.rynko.dev/llms-templates.txt

**MY GOAL:**
Generate a working draft for a **[PDF / Excel]** template.
**Context:** [Insert description, e.g., "A monthly invoice with tax calculation"]

**STRICT REQUIREMENTS:**
1. **Variables:** Output a PLAIN JSON ARRAY `[...]` with `defaultValue` included for every variable. Do not wrap it in an object.
2. **Structure:** Follow the schema (use `pages` for PDF, `sheets` for Excel).
3. **Components:** Use `rich-text` (not text) and descriptive IDs.
4. **Output:** Provide TWO separate code blocks: (1) Variables JSON, (2) Template Schema JSON.
3
Import to Rynko
The AI outputs two JSON blocks. Paste them into the template builder.
1

Variables JSON

Paste into Variables ManagerRaw JSON tab

2

Template Schema JSON

Paste into Schema EditorRaw JSON tab

What AI Can Generate

Our schema is optimized to let AI build powerful features for you.

PDF Documents

Multi-page with headers, footers, page breaks

Excel Reports

Structured data with real Excel formulas

Data Tables

Dynamic tables with row iteration

Loops

Iterate over arrays (line items, history)

Conditional Logic

Show/hide sections based on data

Calculated Variables

Subtotals, taxes, and grand totals

Pro Tips

Get the most out of AI-generated templates.

Always request defaultValue

This ensures your template has sample data immediately, so you can preview it without typing manual entries.

Be specific about styling

"Blue header with 24px padding" gives better results than "Make it look nice."

Use the visual editor for polish

AI is great at structure (80% of the work). Use the visual editor for fine-tuning colors and brand alignment.

Iterate incrementally

For complex documents, build section by section. Start with the header, then add the table, etc.

Current Limitations

AI is a powerful accelerator, but keep these in mind:

Plain Arrays Required

Sometimes AI wraps variables in an object. Check that it outputs a plain array [...] not { "variables": [...] }.

Complex Nesting

Deeply nested conditionals may occasionally need manual adjustment in the visual editor.

Visual Nuance

AI creates functional layouts. For pixel-perfect brand alignment, use the Visual Editor.

Ready to Build with AI?

Start creating document templates in seconds with any AI assistant.