The operating system

Minimum infrastructure to operate

A company is more than an idea and a product. It is a legal entity, a bank account, a way to collect money, a payroll service, a hiring process, and a handful of systems that keep the team honest and the customers happy. This page lays out the minimum stack a startup needs from day zero through Series B, with the systems that matter most at each stage.

The examples are representative, not endorsements. Every company’s exact stack will differ by sector, geography, and buyer.

Organized operations workspace with documents, architectural model, and brass tools, representing the startup operating infrastructure.

The order of operations

  1. Before you can sell anything, you must be able to invoice or charge a card.
  2. Before you can hire, you must be able to run payroll and pay taxes.
  3. Before you can raise a priced round, you must have clean books and a cap table.
  4. Before you can sell to enterprise, you must have security and legal terms.
  5. Before you can scale, you must have one trusted source of truth for metrics.

Stage-by-stage stack

The right time to adopt a system is usually one stage before the pain becomes an investor question. Add infrastructure too early and it slows you down; add it too late and it becomes a diligence finding.

Formation

Formation

Create the legal entity and the minimum viable financial stack.

  • Delaware C-corp + cap table
  • Domain + Google Workspace / Microsoft 365
  • Business bank account + payment processor
  • Source control + project management
Pre-seed

Pre-seed

Hire the first employees and collect the first dollars.

  • Bookkeeping + payroll + benefits
  • Invoicing or checkout flow
  • CRM + help desk + applicant tracking
  • Cloud hosting + CI/CD + secrets manager
Seed

Seed

Make the business repeatable and defensible.

  • Subscription billing + revenue recognition
  • Expense management + HRIS + equity platform
  • Observability + product analytics + data warehouse
  • Customer success + formal contracts
Series A

Series A

Build the executive and operational infrastructure to scale.

  • FP&A model + board reporting package
  • Sales ops / quote-to-cash
  • SOC 2 Type II + privacy program
  • Performance management + BI dashboards
Series B

Series B

Professionalize for institutional scale and scrutiny.

  • Audit-ready GAAP financials + revenue controls
  • Advanced security & compliance certifications
  • Enterprise sales systems and integrated data stack
  • Robust governance, compensation calibration, and planning

System-by-system detail

For every function of the company, there is a minimum viable system that becomes a real liability when it is missing.

Entity & Legal Infrastructure

The paper that makes the company real

SystemStagePurposeExamplesIf you skip it
Incorporation & cap tableFormationCreate a legal entity, issue founder stock, and maintain a clean ownership ledger.Clerky, Stripe Atlas, Pulley, CartaUnclean IP ownership, delayed diligence, or founder disputes can kill a priced round.
Standard contracts & legal counselPre-seedEmployment agreements, IP assignment, customer terms, and vendor contracts.Ironclad, Common Paper, outside counselVerbal or copied terms create liability; investors will flag missing assignment agreements.
Board governance packageSeedBoard minutes, approvals, stock plan, and committee charters.Goodcounsel, Cooley, Gunderson, internal corp devInformal governance leads to stale stock plans, unauthorized option grants, and audit findings.

Money, Treasury & Accounting

Knowing what you have and where it goes

SystemStagePurposeExamplesIf you skip it
Business bank accountFormationSegregate company funds, issue cards, and manage cash balances.Mercury, Brex, Silicon Valley Bank, First RepublicCommingled personal and company funds make accounting and tax filings impossible.
Accounting & bookkeepingPre-seedRecord every dollar in and out, close the books monthly, and prepare for tax filings.QuickBooks Online, Xero, Pilot, FondoNo books means no fundraising; investors require at least a P&L and balance sheet.
Payroll & benefitsPre-seedPay employees and contractors on time, withhold taxes, and offer benefits.Gusto, Justworks, Rippling, DeelMissed payroll taxes or misclassified contractors trigger penalties and personal liability.
Expense managementSeedIssue cards, enforce receipts, and categorize spend against the budget.Ramp, Brex, Expensify, AirbaseUntracked spending blows the burn multiple and hides shadow vendors.
Financial planning & analysis (FP&A)Series AModel runway, headcount scenarios, and investor-facing plans.Arc, Jirav, Mosaic, custom spreadsheets + finance hireWithout a model, the CEO cannot defend valuation or explain how the round buys milestones.
Audit-ready financialsSeries BGAAP-compliant revenue recognition, accruals, and controls for due diligence.Armanino, Moss Adams, KPMG, Vanta/Drata for controlsDiligence delays, purchase-price adjustments, or lost deals in regulated buyer environments.

Revenue, Billing & Payments

Turning a sale into collected cash

SystemStagePurposeExamplesIf you skip it
Payment processor / merchant accountFormationCharge credit cards and bank accounts for products and services.Stripe, Square, Adyen, PayPal, ChargebeeA company that cannot accept money cannot validate its business model.
Invoicing & accounts receivablePre-seedGenerate invoices, track due dates, and follow up on overdue payments.Stripe Invoicing, QuickBooks, Bill.com, MelioManual invoices and late collections destroy cash flow and burn runway.
Subscription billing & revenue recognitionSeedManage recurring plans, usage meters, upgrades, downgrades, and GAAP revenue.Stripe Billing, Chargebee, Maxio, NetSuiteRevenue leakage and incorrect ASC 606 recognition become material issues at Series A.
Customer relationship management (CRM)Pre-seedTrack pipeline, contacts, and deals from lead to close.HubSpot, Salesforce, Pipedrive, CloseNo CRM means no forecast, no repeatable sales motion, and no answer to ‘what’s your pipeline?’
Sales ops & quote-to-cashSeries ACPQ, contract execution, approval workflows, and handoff to finance.Salesforce CPQ, PandaDoc, DocuSign CLM, DealHubPricing errors, rogue discounts, and unapproved terms erode unit economics.

People, HR & Equity

Hiring, paying, and retaining the team

SystemStagePurposeExamplesIf you skip it
Recruiting & applicant trackingPre-seedPost jobs, manage candidates, and run a structured interview process.Greenhouse, Lever, Ashby, WorkableAd-hoc hiring yields inconsistent quality and increases the risk of bad early hires.
HR information system (HRIS)SeedStore employee records, time-off, org chart, and compliance documents.Rippling, BambooHR, Gusto, HiBobMissing I-9s, unsigned handbooks, and unrecorded PTO create compliance exposure.
Equity managementPre-seedTrack option grants, vesting schedules, exercises, and 409A valuations.Carta, Pulley, AngelList Equity, LTSE EquityMessy cap tables and expired 409As can block a financing or trigger tax penalties.
Performance & engagementSeries ARun reviews, 1:1s, feedback cycles, and compensation calibration.Lattice, 15Five, Culture Amp, PaveWithout a system, promotions and raises feel arbitrary, and top performers leave.

Engineering, Product & Data

The systems that build the systems

SystemStagePurposeExamplesIf you skip it
Source control & project managementFormationStore code, track tasks, and coordinate product and engineering work.GitHub, GitLab, Linear, Jira, NotionCode on one laptop or tasks in chat history is not a recoverable business.
Cloud hosting & infrastructurePre-seedRun the product, store data, and scale with customer growth.AWS, Vercel, Google Cloud, Render, Fly.ioSelf-hosted or flaky hosting turns every outage into a customer-trust event.
CI/CD & developer toolingPre-seedAutomate tests, deploys, and environment management.GitHub Actions, CircleCI, Vercel, TerraformManual deploys and untested releases cause outages and regressions.
Monitoring, logging & observabilitySeedDetect outages, debug failures, and measure system health.Datadog, Sentry, PagerDuty, New Relic, GrafanaYou cannot fix what you cannot see; customers notice before you do.
Product analytics & data warehouseSeedUnderstand user behavior, funnel conversion, and business metrics.Amplitude, Mixpanel, Segment, Snowflake, BigQuery, FivetranEvery board meeting becomes an argument about whose spreadsheet is right.

Security & Compliance

Earning the right to handle customer data

SystemStagePurposeExamplesIf you skip it
Identity, access & secrets managementPre-seedSSO, MFA, password manager, and secure handling of API keys and credentials.1Password, Okta, JumpCloud, HashiCorp VaultShared passwords and leaked API keys are the fastest way to a breach headline.
SOC 2 / ISO 27001 readinessSeries ADocument security controls and pass third-party audits required by enterprise buyers.Vanta, Drata, Secureframe, LaikaWithout a security story, large customers and investors pause deals.
Privacy & consent managementSeries AHandle GDPR, CCPA, cookie consent, and data processing agreements.OneTrust, Transcend, Termly, GDPR-compliant data mapsRegulatory complaints and DPAs can block EU expansion and enterprise sales.

Customer Operations & Support

Keeping customers happy after the sale

SystemStagePurposeExamplesIf you skip it
Help desk & ticketingPre-seedReceive, route, and resolve customer questions and issues.Zendesk, Intercom, Front, Help ScoutSupport in a shared inbox misses SLAs and burns out early team members.
Customer success & health scoringSeedOnboard, retain, and expand existing accounts.Vitally, ChurnZero, Gainsight, CatalystWithout a health score, churn surprises appear in the quarterly board deck.
Business intelligence & reportingSeries AUnify data from CRM, product, finance, and support into dashboards.Looker, Tableau, Metabase, Mode, HexEvery function reports different numbers, and leadership decisions lag reality.

Office, Productivity & Communication

The everyday tools that keep the team aligned

SystemStagePurposeExamplesIf you skip it
Domain, email & calendarFormationProfessional addresses, shared calendars, and scheduling.Google Workspace, Microsoft 365, FastmailFounder Gmail addresses look unprofessional and complicate IP ownership.
Team chat & meetingsFormationReal-time communication, async updates, and all-hands meetings.Slack, Discord, Microsoft Teams, ZoomNo shared channel means decisions live in private DMs and new hires lack context.
Docs, wiki & knowledge basePre-seedWrite down decisions, processes, onboarding, and the company handbook.Notion, Confluence, GitBook, CodaTribal knowledge disappears when the first ten employees leave or scale past the founders.

The revenue collection checklist

If the company sells a product or service, the following must be true before the first customer pays:

  • A legal entity that can contract and receive funds.
  • A business bank account separate from the founders’ personal accounts.
  • A way to charge a card or issue an invoice — ideally both.
  • Terms of service and a privacy policy appropriate for the jurisdiction and buyer.
  • A contract or checkout flow that captures the customer’s agreement to those terms.
  • A process to record the revenue and reconcile it in the accounting system.

Related guides

Educational overview only. Tool names are examples, not legal, financial, or tax advice. Choose providers based on your jurisdiction, buyer requirements, and budget.