See what you can build

Every example is a live render — the same JSON in, pixel-perfect PDF out.

Modern Invoice

A hotel folio receipt with room charges, nightly rate breakdown, taxes, incidental charges, and loyalty program details.

sample data (JSON) drives the template above
{
  "items": [
    {
      "sku": "HW-884421",
      "line": 1,
      "category": "Kitchen",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 44.99,
      "unit_price": 44.99,
      "description": "Ceramic Pour-Over Coffee Set"
    },
    {
      "sku": "BD-221045",
      "line": 2,
      "category": "Bedding",
      "discount": -10.0,
      "quantity": 1,
      "line_total": 79.99,
      "unit_price": 89.99,
      "description": "Bamboo Duvet Cover – Queen – Ivory"
    },
    {
      "sku": "DC-009182",
      "line": 3,
      "category": "Decor",
      "discount": 0.0,
      "quantity": 2,
      "line_total": 37.98,
      "unit_price": 18.99,
      "description": "Scented Soy Candle – Sandalwood & Vanilla 12oz"
    },
    {
      "sku": "ST-338820",
      "line": 4,
      "category": "Kitchen",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 34.99,
      "unit_price": 34.99,
      "description": "Stainless Steel Water Bottle – 32oz – Matte Black"
    },
    {
      "sku": "TW-119034",
      "line": 5,
      "category": "Bath",
      "discount": -5.0,
      "quantity": 1,
      "line_total": 49.99,
      "unit_price": 54.99,
      "description": "Turkish Cotton Bath Towel Set (4-Pack) – Sage Green"
    },
    {
      "sku": "DC-774002",
      "line": 6,
      "category": "Decor",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 29.99,
      "unit_price": 29.99,
      "description": "Woven Seagrass Basket – Large"
    },
    {
      "sku": "LT-882200",
      "line": 7,
      "category": "Lighting",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 49.99,
      "unit_price": 49.99,
      "description": "LED Desk Lamp with USB-C Charging Port – White"
    },
    {
      "sku": "KT-554310",
      "line": 8,
      "category": "Kitchen",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 39.99,
      "unit_price": 39.99,
      "description": "Acacia Wood Cutting Board – Large"
    },
    {
      "sku": "OR-990021",
      "line": 9,
      "category": "Organization",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 42.99,
      "unit_price": 42.99,
      "description": "Closet Organizer – 6-Shelf Fabric Tower – Charcoal"
    },
    {
      "sku": "KT-228841",
      "line": 10,
      "category": "Kitchen",
      "discount": 0.0,
      "quantity": 1,
      "line_total": 24.99,
      "unit_price": 24.99,
      "description": "Silicone Utensil Set – 6-Piece – Teal"
    }
  ],
  "store": {
    "name": "Hargrove Home & Lifestyle",
    "email": "store0284@hargrovestores.com",
    "hours": "Mon–Sat 9am–9pm, Sun 10am–7pm",
    "phone": "(770) 555-0218",
    "address": "1420 Parkview Commons, Snellville, GA 30078",
    "website": "www.hargrovestores.com",
    "store_manager": "Brenda Okafor"
  },
  "totals": {
    "subtotal": 435.89,
    "total_due": 409.1,
    "tax_amount": 30.3,
    "coupon_code": "GOLD10",
    "tax_rate_pct": 8.0,
    "total_savings": 57.09,
    "coupon_savings": -42.09,
    "taxable_amount": 378.8,
    "total_discounts": -15.0,
    "coupon_description": "Gold Member 10% Off Entire Purchase",
    "subtotal_after_discounts": 420.89
  },
  "payment": {
    "method": "Visa Credit Card",
    "status": "Approved",
    "cardholder": "Sandra T. Ellison",
    "change_due": 0.0,
    "amount_charged": 409.1,
    "card_last_four": "4471",
    "authorization_code": "AUTH-882047"
  },
  "receipt": {
    "cashier": "Tamara W.",
    "currency": "USD",
    "store_number": "0284",
    "receipt_number": "RCP-20260318-00847",
    "register_number": "R04",
    "transaction_date": "2026-03-18",
    "transaction_time": "14:32:07",
    "transaction_type": "Sale"
  },
  "customer": {
    "name": "Sandra T. Ellison",
    "email": "s.ellison@email.com",
    "member_id": "MEM-774821",
    "points_after": 3542,
    "points_before": 3420,
    "points_earned": 122,
    "membership_tier": "Gold"
  },
  "returns_policy": {
    "exceptions": "Final sale items, opened bedding, and personalized goods are non-returnable.",
    "return_url": "www.hargrovestores.com/returns",
    "policy_summary": "Items may be returned within 60 days with receipt for a full refund. Gold members receive an extended 90-day return window.",
    "return_window_days": 60
  }
}

Ready to build your own?

Get started free →