Skip to main content

Feature Matrix

This document provides a complete inventory of Equa platform features, their availability by subscription plan, and their current maturity status. Feature data is verified against the equa-web/src/modules/ codebase (24 modules) and equa-server/modules/ (20 service modules). Plan gating is verified against equa-web/src/modules/payments/components/features-and-additional-services.tsx (lines 91-108).

Maturity Definitions

StatusDefinitionCriteria
GAGenerally AvailableFull CRUD operations, multiple components/pages, production-ready
BetaBetaModule exists with functional pages but limited scope or test coverage
MVPMinimum Viable ProductModule exists but mostly stubs, placeholders, or redirect logic
PlannedPlannedReferenced in navigation or code but not yet implemented

Plan Gating Legend

SymbolMeaning
AllIncluded in START, GROWTH, and SCALE
PaidIncluded in GROWTH and SCALE only
Add-onAvailable as a separate add-on purchase
Not applicable to plan gating

Core Equity Management

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Cap Table ManagementShareholding tracking, filtering, grouping, CSV export, certificate generationAllGAcaptable (28 files)captable
Electronic SecuritiesDigital security issuance with auto-updates to cap tableAllGAcaptablecaptable, persistence
Share TransfersTransfer shareholdings between holders with audit trailPaidGAcaptablecaptable, billing
Share RepurchasesCompany repurchase of outstanding sharesPaidGAcaptablecaptable
ESOP ManagementEquity incentive plans, pools, vesting schedules, option grants, exercisingAllGAesop (37 files)persistence
Option ExercisingHolder-initiated exercise of vested optionsAllGAesoppersistence
Convertible InstrumentsConvertible notes and SAFE tracking, conversion modelingAllBetaconvertibles (16 files)persistence
Source: Plan gating from equa-web/src/modules/payments/components/features-and-additional-services.tsx (lines 91-108). Transfer feature gated by OrganizationFeature.transfers in equa-server/modules/billing/src/responses.ts (lines 51-58).
FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Governing DocumentsAgreement management by category, legal document storageAllGAagreements (6 files)persistence
Document ManagementFile upload/download, folder organization, data room functionalityAllGAdocuments (7 files)data-room, file-storage
Data RoomsSecure document sharing with investors and stakeholdersAllGAdocumentsdata-room
Document GenerationAutomated legal document creation from templatesAllGAdoc-gen
Legends ManagementSecurities legend text management for compliancePaidGAorganizationbilling

Organization and Team

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Organization ManagementOrganization creation, settings, securities configurationAllGAorganization (29 files)organizations
Organization DashboardSummary view with cap table overview, recent actions, capital metricsAllBetaorganization-dashboard (10 files)api
Member ManagementTeam member invitations, profiles, role assignmentAllGAteam-members (18 files)organizations
Roles and PermissionsCustom role creation, permission assignment, cascading access controlAllBetaroles (14 files)auth
ORM PlatformCore organizational relationship managementAllGAorganizationorganizations

Finance and Billing

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Finance DashboardBank accounts, transactions, invoices/bills, AR/AP agingGAhh-finance (15 files)agent
Payments and BillingSubscription management, payment profiles, checkoutGApayments (23 files)billing
Subscription PlansPlan comparison and selection UIMVPsubscriptions (12 files)billing
Referral ProgramEqua Cash credits, referral tracking, transfer historyGAreferrals (39 files)referral
Wallet ManagementDigital wallet for Equa Cash and creditsGAprofilewallet

AI and Onboarding

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Equanaut AI AssistantAI-powered workspace setup from natural language descriptions. Regular chat also available to guest users (no account required)AllGAequanaut (41 files)agent
Welcome FlowFirst-time user onboarding, profile building, PIN setupBetawelcome (6 files)auth
Landing PagePublic-facing landing with AI-driven sign-up flowBetalanding (4 files)

User Management

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
AuthenticationLogin, registration, password reset, email verification, Google OAuthGAauth (17 files)auth
User ProfileProfile editing, account settings, portfolio, themesGAprofile (36 files)api
User DashboardOrganization selection and routingMVPuser-dashboard (2 files)api
Guest AccessLimited-access guest dashboard, portfolio, referrals, Equanaut AI chat (regular chat only, no tool execution)Betaguest (13 files)auth

Reporting and Administration

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
ReportsHolder reports, holdings reports, pool reports, cap table analyticsAllBetareports (5 files)api
Actions TrackingAction management, feature request systemAllBetaactions (11 files)activity
Admin PanelSite statistics, organization invitations, user managementMVPadmin (6 files)admin
Activity TrackingEvent logging and audit trailGAactivity
NotificationsEmail and in-app notification deliveryGAnotifications

Integrations

FeatureDescriptionPlansMaturityFrontend ModuleBackend Module
Google Drive SyncBidirectional document synchronization with Google DriveAllBetagoogle-drive (13 files)google-drive
Microsoft IntegrationMicrosoft 365 document integrationPlannedmicrosoft

Add-On Services

These services are not included in any base plan and are available as separate add-on purchases:
Add-OnDescriptionStatus
409A ValuationsIndependent 409A valuation serviceAvailable
409A Materials RefreshUpdated valuation materials for existing 409AAvailable
Blockchain & Token SecuritiesTokenized security issuance on blockchainAvailable
Investor Issuance Portal PageDedicated investor-facing portal for security issuanceAvailable
Legal Entity FormationCompany formation and registration servicesAvailable
Source: Add-on list from equa-web/src/modules/payments/components/features-and-additional-services.tsx (lines 102-107). These features have no for array in the gating table, indicating they are not included in any base plan.

Summary

CategoryTotal FeaturesGABetaMVPPlanned
Core Equity75100
Documents & Legal55000
Organization & Team53200
Finance & Billing54010
AI & Onboarding31200
User Management42110
Reporting & Admin52210
Integrations20101
Total3622931
Platform maturity: 61% of features are GA, 86% are GA or Beta.