mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
Integrate the new api_max plan ($100/mo, $130 credits) from mono into the
nova web app, mirroring mono's tier semantics.
- Tiers: insert api_max between pro and scale; resolves to Pro-tier for feature gates while displaying as "Max" (queries.ts, use-token-usage)
- Billing page: Max plan card ("Most Popular"), checkout/cancel/invoice wiring; advanced carousel page now 3-up (Max/Scale/Enterprise); Scale builds on Max
- Carousel auto-opens to the page holding the current plan (Max/Scale/ Enterprise users land on their own card instead of Free+Pro)
- Cancel: retention dialog listing what you lose + type-to-confirm "CANCEL"
- Cancel/resume state mirroring console: detect canceledAt-scheduled cancellation, show "Cancelling" pill + "Cancels on {date} · N days left", and a "Resume plan" (uncancel) action
|
||
|---|---|---|
| .. | ||
| use-account-settings.ts | ||
| use-connection-health.ts | ||
| use-container-tags.ts | ||
| use-document-mutations.ts | ||
| use-org-settings.ts | ||
| use-org-summaries.ts | ||
| use-personalization.ts | ||
| use-plugin-space-meta.ts | ||
| use-processing-documents.ts | ||
| use-project-mutations.ts | ||
| use-reset-organization.ts | ||
| use-space-profile.ts | ||
| use-sync-runs.ts | ||
| use-token-usage.ts | ||
| use-trigger-sync.ts | ||