Forums Search

Article

User Story

User Story

A user story is a short feature description from the user's perspective using the "As a [user], I want [goal], so that [benefit]" template. It is used in agile planning to keep features grounded in customer value rather than implementation detail, and is typically accompanied by acceptance criteria that define what "done" means for the story. The format was popularized by Kent Beck and the Extreme Programming community in the late 1990s and became the dominant unit of work in Scrum and other agile frameworks.

The canonical structure has three slots: As a (the role or persona), I want (the goal or capability), so that (the benefit or business value). Example: "As a logged-in customer, I want to save items to a wishlist, so that I ...



Article

Representations and Warranties

Representations and Warranties

Representations and warranties are contractual statements made by the seller in an acquisition definitive agreement about the state of the business. Also called R&W or "reps and warranties," they describe the business at signing and closing, with breach triggering indemnification obligations to the other party. Buyers also give some reps, though to a lesser extent. R&W are typically the largest single section in a definitive agreement by page count and one of the most-negotiated. They are the seller's commitment that what the buyer thinks they're buying is what they're actually buying.

The major categories of seller reps in a typical M&A deal: organizational (the company exists, is in good stand...



Article

Fund of Funds

Fund of Funds

A fund of funds (FoF) is an investment vehicle that invests its capital into other venture funds rather than directly into startups. Sometimes called a "feeder fund" in specific structures, it can also invest in PE funds, hedge funds, etc., providing institutional access and diversification benefits to LPs while adding a layer of fees ("fees on fees") on top of the underlying fund economics. It is a meaningful LP category for venture funds, particularly for smaller institutional and individual LPs who want diversified venture exposure without the access constraints or due-diligence burden of investing directly in multiple funds.

The structural mechanics: a FoF raises capital from its own LPs (institutional investors, family of...



Article

Brand Identity

Brand Identity

Brand identity is the visual, verbal, and experiential expression of a brand that customers see, hear, and recognize as belonging to the company. It includes the logo, color palette, typography, photography style, illustration approach, voice and tone, design system, and overall aesthetic. It's the tangible expression of brand strategy; [Brand Positioning] is the strategic foundation (what the brand stands for), while brand identity is how that strategy manifests visually and verbally.

The components of brand identity:

Visual identity:

  • Logo: primary mark, secondary marks, lockups, usage rules.
  • Color palette: primary colors, secondary colors, accent colors, with specific hex/RGB/CMYK values.
  • Typography: primary typeface, seco...


Article

North Star Metric

North Star Metric

North Star Metric vs North Star Framework: the metric is the single number a company organizes around (DAU, nights booked, etc.). The [North Star Framework] is the operating system around it, the NSM plus its input metrics, the org rituals that use it, and the decision rules it informs. Pick the metric here; install the framework there.

A north star metric (NSM) is the single metric that best captures the core value a product delivers and serves as the company's organizing target. The point is to keep the whole team steering toward the same outcome rather than optimizing local metrics that don't ladder up to long-term business health. The term was popularized at growth-stage tech companies and codified by Sean Ellis, Sea...



Article

SAFE

SAFE

A SAFE is a Y Combinator instrument giving an investor the right to equity in a future priced round in exchange for capital today. The full name is Simple Agreement for Future Equity. There is no interest, no maturity date, and no creditor claim. The SAFE converts into preferred shares when the company next raises a priced round, typically at a valuation cap, a discount, or both. It is the default early-stage instrument in the United States, has been adopted globally as the dominant alternative to the convertible note, and quietly compounds dilution in ways most founders do not model until conversion.

The mechanic: an investor wires money today against a signed SAFE document. The company is not in debt and owes no interest. The SAFE si...



Article

Feature Flag

Feature Flag

A feature flag (also called a feature toggle) is a code-level toggle that lets engineering teams turn features on or off in production without redeploying. It is used for gradual rollouts, A/B tests, kill switches in case of incidents, and entitlement gating between paid plans, and is now a near-universal pattern in modern continuous-deployment environments. The concept was formalized in Martin Fowler's writing in the early 2010s and operationalized by platforms like LaunchDarkly, Split.io, Optimizely, and the open-source Unleash and Flagsmith.

The four common use cases: gradual rollouts (ship a feature to 1 percent of users, then 10, then 50, then 100, watching metrics at each step), A/B tests (route 50 percent of users to var...



Article

Usability Testing

Usability Testing

Usability testing is the practice of observing real users complete tasks in a product or prototype to identify friction and failures before shipping at scale. It can be run moderated (a researcher guides the session live) or unmoderated (the user records themselves through a remote-testing platform), in person or remote, on the live product, a prototype, or a competitor's product. It is the highest-signal-per-dollar method in the user-research toolkit and the one most consistently skipped by founders who assume their product is obvious.

The canonical reference, from Jakob Nielsen's research at the Nielsen Norman Group (1990s onward): 5 users surface roughly 85 percent of usability issues on a given interface, after which r...



Article

Net Promoter Score (NPS)

Net Promoter Score (NPS)

Net Promoter Score (NPS) is the customer loyalty metric calculated by subtracting the percentage of Detractors from the percentage of Promoters. Customers answer a single question, "How likely are you to recommend this product/company to a friend or colleague on a 0-10 scale?", with Promoters scoring 9-10 and Detractors scoring 0-6. The resulting number ranges from -100 to +100 and is used as the headline metric for customer loyalty and satisfaction. Developed by Fred Reichheld at Bain & Company in 2003, NPS has become one of the most-used (and most-criticized) customer metrics in business.

The math:

NPS = % Promoters (9-10) - % Detractors (0-6)

Passives (7-8) are excluded from the calculation but represent cus...



Article

Days Sales Outstanding (DSO)

Days Sales Outstanding (DSO)

Days Sales Outstanding (DSO) is the metric measuring average days from invoice to cash collection, calculated as (A/R ÷ Revenue) × days in period. It measures how quickly customers pay and how efficiently a company collects receivables. It's the standard collection-efficiency metric; lower DSO means faster cash conversion.

The math:

DSO = (Accounts Receivable ÷ Total credit sales) × Number of days in period

Example: $5M revenue in a 90-day quarter, $1.5M A/R at quarter-end.

DSO = ($1.5M ÷ $5M) × 90 = 27 days.

This means on average customers pay 27 days after invoice.

Benchmarks by business model (2025):

Business model Typical DSO
Consumer / B2C (credit card) 0-3 days
SaaS with auto-pay (monthly) 5-15 da...


Copyright © 2026 Startups.com LLC. All rights reserved.