Boxed form planner · Indigo & coral · Inter only
E-commerce
A return form is printed, filled in with a pen and put back in the box. It needs fields big enough to write in, a reason-code list, and an address block that survives a fold.
3 designs, each a separate take on the same document rather than a recolour of one layout: Boxed form planner, Minimal, type-led and Perforated ticket. Every preview below is the actual compiled output, not a mock-up.
Open one in the editor and render it from your own JSON over the API — 1 page of A4 portrait, the same engine either way.
Boxed form planner · Indigo & coral · Inter only
Minimal, type-led · Forest & sand · Libre Baskerville + Inter
Perforated ticket · Teal & coral · Montserrat + Lato
Same document, same data model, 3 different arguments about how it should look on paper. Pick on layout and typography — the content behaves identically.
| Design | Layout | Palette | Typefaces | Pages |
|---|---|---|---|---|
| Checkbox Card | Boxed form planner | Indigo & coral | Inter only | 1 · A4 portrait |
| Quiet Return | Minimal, type-led | Forest & sand | Libre Baskerville + Inter | 1 · A4 portrait |
| Tear Away | Perforated ticket | Teal & coral | Montserrat + Lato | 1 · A4 portrait |
Each design is authored against an explicit reflow contract, so it is defined up front which blocks are emitted once per record and which fields absorb longer content. That is what stops the layout falling apart at a hundred rows.
| Design | Repeats per record | Grows with your data |
|---|---|---|
| Checkbox Card | item entries inside the items card, each carrying its own reason row and condition row; resolution cells; pack-and-send steps | customer ship-from block; item names and variant lines may wrap to two lines; the "tell us what happened" ruled area |
| Quiet Return | item ledger rows (table rows; the column heading repeats on page break); reason and condition options; settlement options; posting steps | the opening statement; customer address block; item names and variant lines may wrap to two lines; the reason wording; the ruled note area |
| Tear Away | returned-item rows (table rows; both heading rows repeat on page break); resolution tiles; pack-and-send steps | customer ship-from block; item names and variant lines may wrap to two lines; the "anything else" ruled note area |
These document sets each include the return form designs above.
Open a design in the editor and the agent reshapes it around your schema — then render it from your own data over the API, or let your users edit it in the embedded editor.