Sunset
Every long-lived product accumulates rooms it stopped going into. Currnt’s nine years left a handful of substantial features that still live in the codebase — schemas, controllers, views, sometimes whole pillars — but whose data flow stopped at some identifiable point. This page catalogues them.
What follows is not a list of “things to delete.” It’s a record of bets the platform made that turned out to be different than expected — sometimes the timing was wrong, sometimes the market moved, sometimes the underlying integration disappeared. Each entry is preserved because it’s part of the shape of the system, not despite it.
| Feature | Area | Last used | Status | Notes |
|---|---|---|---|---|
| Engagement marketplace | Boards (Domain C) | ~Q2 2023 | Dormant | Self-service expert browse + apply. Schema + controllers intact; zero rows since 2023. |
| MetaMask wallet auth | Members (Domain E) | ~2022 | Dormant | Web3 sign-in option from a brief crypto pivot. Wired into AuthController. |
| Gnosis Safe payouts | Operations (Domain F) | ~2022 | Dormant | Multi-sig payouts to experts. Replaced by Stripe Connect; Safe path never fully removed. |
| Calendly integration | Boards (Domain C) | ~2022 | Dormant | 1:1 expert calls scheduled via Calendly webhooks. Integration credentials still in config. |
| Lusha enrichment | Prospects (Treehouse) | ~2023 | Dormant | Contact-data enrichment via Lusha API. Superseded by Hunter.io + 'Smash' LinkedIn bots. |
| Zoom integration | Boards (Domain C) | ~2023 | Dormant | Auto-created Zoom meetings for board sessions. Replaced by self-managed links. |
| Click-through NDA flow | Operations (Domain F) | ~2023 | Dormant | Per-board NDA acceptance with versioned templates. Logic preserved; UI no longer reachable. |
| Rev.com transcription | Content (Domain D) | ~2023 | Dormant | Outsourced board-call transcription. Replaced by in-house Whisper pipeline. |
A few notes on what counts as “dormant”
The status column above means different things in different cases:
- Schema + UI both intact, zero traffic. The Calendly and Zoom integrations are like this — you could probably re-enable them in a day if you had API credentials still valid.
- Schema intact, UI removed. The NDA flow falls here — the data model still expects per-board NDA acceptance rows, but no page in the app surfaces the form anymore.
- Replaced by something else. Lusha was straightforwardly superseded by Hunter.io + the LinkedIn scrapers; the Lusha API client lingers as imported-but-not-called code.
Cross-references
Each row links into the relevant domain page once that page exists in phase 2:
- Engagement marketplace, Calendly, Zoom →
/domains/c(phase 2) - MetaMask auth →
/domains/e(phase 2) - Gnosis Safe, NDA flow →
/domains/f(phase 2) - Lusha →
/domains/b-treehouse(in the Prospects pillar) - Rev.com →
/domains/d(phase 2)