Agenhub Docs
Proposal Builder (Sell)

Block Editor & Dynamic Pricing

Headers, rich text, media, dynamic pricing tables, upsell packages, and e-signature blocks.

The Agenhub Proposal Editor uses a modern modular block architecture.

Available Block Types

  • Cover (Hero Block): Project title, client logo, and validity timeline.
  • Rich Text: Project scope, deliverable specifications, and methodology.
  • Dynamic Pricing Table:
    • Fixed line items (core deliverables).
    • Optional upsells / add-on packages (clients can toggle these in the live portal).
    • Automatic discount codes, currencies, and tax calculation.
  • Milestones: Phased delivery schedule with timeline indicators.
  • E-Signature & Approval: Cryptographic client confirmation block with full audit logging.

Example Pricing Data Structure

JSON
{
  "type": "pricing_table",
  "currency": "USD",
  "items": [
    { "title": "UX/UI Design Phase", "quantity": 1, "unitPrice": 3500, "isOptional": false },
    { "title": "Mobile App Development", "quantity": 1, "unitPrice": 9500, "isOptional": false },
    { "title": "24/7 SLA Support Package", "quantity": 12, "unitPrice": 450, "isOptional": true }
  ]
}