iBrokerage β first consumer product
Personal financial OS. The first consumer product on top of One. Aha Moment target: Gmail connect β complete financial picture in <60 seconds.
TL;DR: iBrokerage is Hussh's first consumer product β a personal financial OS running on top of One. The Aha Moment is sharp: connect Gmail, Kai assembles the user's full financial picture in under 60 seconds and surfaces dollar-denominated savings. North-star user is the James Park persona β senior tech executive, $4M+ portfolio, 8 accounts. Status as of 2026-05-04: Sprint 1 shipped β 1,802 lines across 5 files (SQL migration, async Alpaca client, paper portfolio service, FastAPI routes, TypeScript frontend). Alpaca paper trading powers the iAlphabets simulation engine (zero regulatory risk).
Relations
- One β the platform iBrokerage runs on.
- Kai β the agent that does the assembly + savings surfacing.
- Nav β mediates every account read.
- PCHP β every Gmail / brokerage / bank read completes a handshake.
- BYOA β model-agnostic by commitment.
The Aha Moment
A consumer-product test: can a brand-new user get to "this is worth my time" in under one minute?
iBrokerage's answer: connect Gmail, watch Kai walk through the user's last 24 months of finance email, build the picture, and surface a dollar number β fees the user is paying, idle cash, duplicate subscriptions, missed yield. Sub-60-second target. The savings number is dollar-denominated because that is the only number consumers reliably remember.
This shape β one connect, one number, one screen β is the Apple frame in financial software. See Apple frame.
The James Park persona
Not a real person. The composite north-star user used in every iBrokerage product decision:
- Senior tech executive, mid-40s, time-starved.
- $4M+ portfolio across 8 accounts (Schwab, Fidelity, Robinhood, 401k, employer RSUs, HSA, joint household, kids' 529).
- Tracks nothing in one place. Pays fees he doesn't see. Has cash earning nothing he hasn't reconciled.
- Will pay for a product that gives him 90% of a CFO's clarity in 5 minutes a week.
If a feature does not visibly help James Park inside one sitting, it doesn't ship for v1.
What's running
- Alpaca paper trading for the iAlphabets simulation engine β zero regulatory risk during pre-launch.
- Sprint 1: SQL migration, async Alpaca client, paper portfolio service, FastAPI routes, TS frontend (1,802 LOC, 5 files).
- Frontend: Next.js 16 + React 19 (web).
- Backend: FastAPI Python 3.13 on Cloud Run; Plaid integration in flight; PKM data plane; consent protocol infrastructure.
What iBrokerage is not
- Not a brokerage. Hussh does not custody assets. iBrokerage is the consumer surface; the user's accounts stay with their custodians.
- Not advisory. iBrokerage surfaces facts and savings; it does not make trades for the user without explicit per-action consent.
- Not connected to Fund A. Fund A is institutional / private; iBrokerage is consumer / public. They share a brand, not a regulator.
Sources
- One β the platform iBrokerage ships on.
- Kai β the orchestrator that drives the Aha Moment.
- PCHP β the consent protocol behind every Gmail read.
Sprint progression
Status as of 2026-05-10.
| Sprint | Goal | State |
|---|---|---|
| Sprint 1 | Substrate β SQL migration, async Alpaca client, paper portfolio service, FastAPI routes, TS frontend | Shipped 2026-05-05. 1,802 LOC across 5 files. Alpha Bets 27 model portfolio seeded. Nine-endpoint API. Platform-aware frontend service. |
| Sprint 2 | Account schema, PKM data plane, consent protocol scaffolding | In progress |
| Sprint 3 | The Aha Moment gate β Gmail connect β 60-second financial picture β dollar-denominated savings surfaced | Critical gate. Sprints 4β6 do not commence until Sprint 3 is real, fast, and beautiful. |
| Sprint 4 | iAlphabets (Alpaca paper trading, Alpha Bets 27 follow/unfollow, achievement engine) | Queued post-Sprint 3 |
| Sprint 5 | Live-trade architecture (Phase 2; deferred) | Queued post-Sprint 3 |
| Sprint 6 | TestFlight beta launch | Target window: ~12 weeks from Sprint 1 = late July 2026 |
The full plan was packaged as ibrokerage-sprint1.zip (CLAUDE.md operating manual + PLAN.md six-sprint roadmap + INTEGRATION.md twelve-step wiring guide + README + env var template + setup script). The artifact-preservation rule is forward-only: this zip lives wherever Manish externally persisted it; the wiki page is the canonical pointer until Drive-backed artifacts are enabled via the proper agentic pipeline.
Related concept pages
- Aha Moment β the canonical onboarding gate (Sprint 3 acceptance criterion).
- Personal Operating Layer β the strategic position iBrokerage is the v1 launch surface for.
- MLX on One surfaces β the on-device-inference architecture that should power the Sprint 3 Gmail-parse step on Apple silicon.