Library/Elements/Architecture map
Sales motion · Architecture · Where Aqua slots in

Riverbend's stack, before & after.

Riverbend Wealth's current technology stack drawn as boxes and arrows. Toggle the "With Aqua" view to see where Aqua replaces, augments, or eliminates existing components. The hot path — the workflow that costs the most ops hours — is highlighted in orange. Click any node for what it does, the integration, and how Aqua slots in.

Custody / data
Manual ops layer
Aqua replaces
Hot path
Click any node for detail

Selected node

Click any node in the map above

How Aqua slots in

— select a node —

Fork & ship

Edit VIEWS.current.nodes and VIEWS.aqua.nodes (positions + labels) and edges (source/target ids). Mark hot-path nodes with hot: true for the orange highlight.

const VIEWS = {
  current: {
    nodes: [
      { id: "schwab", name: "Schwab", kind: "custody", x: 60, y: 120 },
      { id: "manual", name: "Spreadsheet ops", kind: "ops", hot: true,
        x: 420, y: 240 },
      // ... etc
    ],
    edges: [["schwab","manual"], /* ... */]
  },
  aqua: { /* the "with Aqua" topology */ }
};

When to use this

Anchor for "where Aqua slots in" — sales conversations, integration scope reviews, RFP responses. Send it as a follow-up artifact: prospect sees their own stack on a page, not just Aqua's marketing.

Reuse ideas

Aqua platform internal architecture map (AIX / Fund Factory / Marketplace / DI as connected services), partner integration topology, customer data-flow diagrams.