supermemory/apps/web/lib/cal.ts
MaheshtheDev 9652478093 feat(web): offer a setup call alongside Slack install (#1599)
- First-landing modal on the Company Brain home: book a 30-min setup call, or install Slack yourself. Dismissal stored in localStorage.
- Setup call also reachable from a header icon, the user menu, and the onboarding research rail.
- Drops the desktop Invite button from the header; invite stays in the stats row and mobile menu.
2026-08-26 07:43:48 +00:00

8 lines
183 B
TypeScript

export const COMPANY_BRAIN_CAL_HREF =
"https://cal.com/team/supermemory/company-brain"
export type SetupCallSurface =
| "research_rail"
| "setup_modal"
| "header"
| "user_menu"