Skip to main content

Product Overview

What Equa Is

Equa is a modern equity management platform for companies to manage their cap tables, ESOPs, agreements, documents, and financial operations — with an AI-powered assistant (Equanaut) built in. The platform enables organizations to issue and track electronic securities, manage equity incentive plans, generate legal documents, maintain data rooms, and handle billing — all from a single web application at app.equa.cc.
Source: Product description from equa-docs/index.md, landing page at equa-web/src/modules/landing/pages/landing-page.tsx (lines 231-234).

Target Markets

Equa serves four primary customer segments, each with a distinct onboarding path powered by Equanaut:
SegmentDescriptionExample Prompt
Tech StartupsEarly-stage companies with co-founders needing equity split tracking, vesting schedules, and fundraising preparation”I’m starting a tech startup with 3 co-founders. We need to track our equity split (40/30/30), set up a vesting schedule, and prepare for our seed round.”
Investment FundsVenture funds with limited partners tracking capital calls, distributions, and portfolio company investments”I’m launching a venture fund with 5 limited partners. We need to track capital calls, distributions, and portfolio company investments.”
SPVsSpecial purpose vehicles pooling investment from multiple investors for single deals”I’m setting up an SPV to pool investment from 10 investors for a single deal. Need to track contributions and future returns.”
ESOP CompaniesOrganizations managing employee stock option plans with grant tracking, vesting, and exercise workflows”I need to manage our company’s employee stock option plan. We have 50 employees and want to track grants, vesting, and exercises.”
A fifth segment — growth-stage and pre-IPO companies — is served by the SCALE plan, which provides the full equity management system for organizations in later stages preparing for their next growth phase or IPO.
Source: Example prompts from equa-web/src/modules/landing/pages/landing-page.tsx (lines 77-82). SCALE segment from equa-web/src/modules/payments/payments-plan.tsx (line 25).

Platform Architecture

Equa is built as a multi-repository platform with clear separation of concerns:
RepositoryPurposeTech Stack
equa-webFrontend application (24 feature modules)React, TypeScript, Webpack, Styled Components
equa-serverBackend API (20 service modules)Express, TypeORM, PostgreSQL, Node.js
equabot-gatewayAI agent infrastructure and EquanautTypeScript, WebSocket, multi-channel
equa-patternlib-nextjsDesign system and component libraryNext.js, Storybook, React
command-center-soInternal operations dashboardNext.js, TypeScript

Frontend Modules (24)

The equa-web application is organized into self-contained feature modules under src/modules/:
CategoryModules
Auth & Onboardingauth, landing, welcome, equanaut
Organizationorganization, organization-dashboard, team-members, roles
Equity Managementcaptable, esop, convertibles
Documentsdocuments, agreements
Finance & Billinghh-finance, payments, subscriptions, referrals
Userprofile, guest, user-dashboard
Reporting & Actionsreports, actions
Integrationsgoogle-drive
Administrationadmin

Backend Modules (20)

The equa-server is organized into service modules under modules/:
CategoryModules
Core Servicesapi, api-helper, common, persistence
Auth & Identityauth, organizations, admin
Equitycaptable, doc-gen
Financebilling, wallet, referral
Documents & Storagedata-room, file-storage
AIagent, raven
Integrationsgoogle-drive, microsoft
Trackingactivity, notifications

Key Differentiators

1. AI-Powered Onboarding (Equanaut)

Users describe their organization in natural language, and Equanaut configures the entire workspace automatically — cap table structure, stakeholders, documents, and settings. No manual configuration required. The landing page hero reads: “Tell Equanaut what you want to organize. Describe your company, fund, or project and our AI assistant will set everything up for you.” Users can also attach files (cap tables, org charts, contracts, logos) during onboarding. Supported formats include images, PDFs, Word docs, Excel files, CSV, text, and Markdown, up to 10 MB per file and 5 files total.
Source: equa-web/src/modules/landing/pages/landing-page.tsx (lines 72-74, 231-234). Equanaut module at equa-web/src/modules/equanaut/.

2. Electronic Securities with Digital Transferability

Equa issues electronic securities with built-in transfer and repurchase capabilities, eliminating paper certificates and manual transfer agents. The captable module handles shareholding management, certificate generation, and transfers.
Source: equa-web/src/modules/captable/ (transfer features gated by subscription). Feature gating: equa-server/modules/billing/src/responses.tsOrganizationFeature.transfers.

3. Per-Holder Pricing Model

Unlike competitors that charge per-company flat fees, Equa uses a per-holder pricing model that scales with the organization’s actual usage. The GROWTH plan costs $7.00 average monthly per holder billed annually, making it accessible for small organizations and proportional for larger ones.
Source: equa-web/src/modules/payments/payments-plan.tsx (lines 13-19). Billing component: equa-server/modules/billing/src/writing.ts (member component auto-update, lines 266-294).

4. Integrated Data Rooms and Document Generation

The platform includes built-in data rooms for secure document sharing with investors and stakeholders, plus automated document generation for legal agreements. This eliminates the need for separate data room providers.
Source: equa-web/src/modules/documents/ (data room and document management). equa-server/modules/data-room/ and equa-server/modules/doc-gen/.

5. Finance Dashboard with AI Agent

The Hills & Hollows Finance module (hh-finance) provides a financial metrics dashboard with bank account integration, transaction tracking (invoices and bills), AR/AP aging, and scheduled job status — augmented by an AI finance agent.
Source: equa-web/src/modules/hh-finance/ (finance dashboard). equa-server/modules/agent/ (AI agent endpoints).

Environments

EnvironmentURLPurpose
Productionapp.equa.ccLive application
Stagingstaging.app.equa.ccPre-production testing
APIapi.equa.ccBackend REST API
Documentationdocs.equa.ccPlatform documentation

Contact