Visitors who are genuinely interested in your product are also considering alternatives. If nothing on your home page answers "why you and not the other option?", the comparison happens entirely in the visitor's head, with no data you've provided. Generic positioning — "We're the best", "High-quality solution", "Built with passion" — is indistinguishable from your competitors' copy and provides no decision-making signal. Specific differentiation ("The only tool that works without a backend", "Built for indie developers, not enterprise teams", "Teams using this ship 2x more features per sprint on average") gives the visitor something concrete to evaluate. The specificity itself signals confidence and honesty — only a company that believes its claim would make it.
Medium because without specific differentiation, the home page leaves comparison-stage visitors with no signal to choose this product over alternatives — a gap that coexists with otherwise clear messaging but costs conversion among considered buyers.
Add at least one differentiation statement to the home page — a sentence specific enough that a competing product could not use it verbatim without lying.
Approaches that work:
// Audience specificity (excludes rather than includes)
"Built for indie developers, not enterprise teams"
// Distinct technical approach
"We store nothing server-side — your data never leaves your device"
// Measurable outcome claim
"Teams using [product] ship 2x more features per sprint on average"
// Named constraint
"The only [category] that works without a database"
Place the differentiation statement in the hero section (sub-headline or below the CTA), in a dedicated "Why us" section, or as a callout in the features section. In the codebase, locate the hero copy in app/page.tsx or components/HeroSection.tsx and add the statement where it is visible above or near the fold without scrolling.
ID: marketing-content-quality.value-proposition.differentiation-stated
Severity: medium
What to look for: Count all relevant instances and enumerate each. Look for any statement on the home page that distinguishes this product from alternatives. This might be an explicit comparison ("Unlike X, we..."), a unique attribute statement ("The only tool that..."), a specific claim about what makes this product different, or a targeted audience statement that implies specificity. Check the hero, a "Why us?" section, a features section, or anywhere on the page.
Pass criteria: At least one statement on the home page differentiates the product with specificity — by naming a competitor or alternative ("Unlike [X], we..."), stating a unique constraint or approach ("The only tool that...", "We store nothing server-side"), targeting a specific audience by exclusion ("Built for [specific audience], not [broader audience]"), or citing a measurable claim ("[Number] projects audited", "Reduces churn by 30%"). The differentiation must be specific enough that a competing product could not use the same sentence verbatim without lying.
Fail criteria: No differentiation statement found, OR the only differentiation is generic sentiment that any competitor could claim: "We're the best", "High-quality solution", "We care about your success", "Built with passion." These are feelings, not differentiation.
Skip (N/A) when: No home page detected. Signal: no index route found.
Detail on fail: "Home page content is generic — no specific differentiation found. Closest attempt: 'We deliver the best experience' — any competitor could say this." or "No differentiation statement found anywhere on the page."
Remediation: Generic marketing copy is invisible — visitors who have seen your competitors see no reason to choose you. Add at least one statement that addresses the question "Why you, not the other option?"
Approaches that work:
Pick the approach that is most honestly true for your product and state it plainly.
Review the configuration in src/ or app/ directory for implementation patterns.