What it does
- Load Word documents and convert them into reusable templates
- Insert dynamic fields using a simple trigger pattern (
{{) - Organize fields with grouping for repeating data structures
- Export templates with embedded field definitions
- Navigate between fields using keyboard shortcuts
Common use cases
- Contract templates - Customer names, dates, terms that change per agreement
- Invoice templates - Line items, totals, and customer information
- Form letters - Personalized content with consistent structure
- Report templates - Dynamic data sections with repeating groups
- Proposal documents - Client-specific information in standardized layouts
How it works
{{ anywhere in the document to insert fields. The sidebar shows all fields in the template.
Key concepts
Fields - Placeholders in the document that get replaced with actual data during merge operations. Each field has a unique identifier. Structured Document Tags (SDT) - The underlying Word standard used to mark field locations. Ensures compatibility with Microsoft Word. Field grouping - Multiple instances of the same field that create a logical group, useful for repeating sections like line items. Trigger pattern - The character sequence (default{{) that opens the field insertion menu.

