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.
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 */ } };
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.
Aqua platform internal architecture map (AIX / Fund Factory / Marketplace / DI as connected services), partner integration topology, customer data-flow diagrams.