Auto Website Builder
Produce a complete, investor-grade, high-converting website and brand identity for any product or company — end to end, no agency required.
Phase 1 — Intake & Intelligence
1.1 Gather Core Context
Ask the user for the following. If answers are missing, infer from context and state assumptions explicitly.
| Question |
Why It Matters |
| What does the product/solution do? (1–3 sentences) |
Foundation for all messaging |
| Who is the primary buyer and end user? |
ICP definition |
| What is the biggest pain it eliminates? |
Hero headline |
| What are 3 direct or indirect competitors? |
Differentiation matrix |
| What industry vertical? (SaaS, DevTools, HealthTech, FinTech, etc.) |
Color palette, tone |
| Is this B2B, B2C, or developer-facing? |
Copy register and CTA strategy |
| What stage? (Idea, MVP, Series A, Growth) |
Social proof level needed |
| Any existing name, logo, or brand assets? |
Preserve or replace |
| Primary goal of the site? (Leads, signups, downloads, hires, investors) |
CTA hierarchy |
1.2 Competitor Intelligence
For each competitor identified:
- Identify their hero message, primary CTA, and positioning statement
- Note what they do well (do not copy — benchmark to exceed)
- Identify messaging gaps, underserved audiences, and visual weaknesses
- Produce a Differentiation Matrix: a table with rows = key value dimensions, columns = you vs. each competitor, cells = ✅ / ❌ / ⚠️
1.3 Define Three Audiences
For every website, write explicit profiles for:
- Buyer/Customer — the person who signs the contract or credit card
- Investor — what they need to see to believe in the TAM and team
- Talent — what makes an engineer or designer want to work here
All three audiences will land on this site. Every section must serve at least one of them.
Phase 2 — Brand Identity
2.1 Product & Company Naming
If no name exists, generate 5 name candidates using these criteria:
- Memorable: One or two syllables preferred; survives "say it in a loud room" test
- Meaningful: Evokes the product's core value or feeling — not the feature
- Ownable: .com available or acquirable; no trademark conflicts in the target vertical
- Scalable: Works as a company name if this becomes a platform, not just a product
- Pronounceable globally: No sounds that break in Mandarin, Hindi, Spanish, or Portuguese
For each name candidate produce:
- Rationale (2 sentences)
- Domain status check note (advise user to verify)
- Logo wordmark style suggestion (all-caps, lowercase, camelCase, stylized letter)
Recommend one name and justify the choice.
2.2 Logo Design Brief
Generate a complete logo design brief that a designer or AI image tool can execute:
LOGO BRIEF
Company: [Name]
Style: [Wordmark | Lettermark | Icon + Wordmark | Abstract mark]
Concept: [2-sentence description of the visual metaphor]
Primary mark: [Describe the icon/shape/symbol in precise geometric terms]
Wordmark font class: [Geometric sans | Humanist sans | Slab serif | Modern serif]
Font weight: [Light / Regular / Medium / Bold]
Color mode: Full color | Single color (white on dark, dark on white)
Clearspace: Minimum 1x height of the wordmark on all sides
Minimum size: 24px height for digital; 0.5 inch for print
Favicon: [Describe the simplified mark for 16×16 and 32×32]
Dark background variant: [Describe]
Also generate the actual SVG code for a clean, professional wordmark logo using:
- A geometric SVG path or shape as the icon mark
- The company name in a clean sans-serif font path or
<text> element
- Primary brand color fill
- Proper viewBox and namespace
2.3 Color System
Select a color palette using industry standards (see references/brand-system.md for per-industry palettes).
Output the full design token set:
:root {
/* Primary — main brand color */
--color-primary-900: #[hex];
--color-primary-700: #[hex];
--color-primary-500: #[hex]; /* default primary */
--color-primary-300: #[hex];
--color-primary-100: #[hex];
/* Neutral */
--color-gray-950: #[hex]; /* headings, body text on light */
--color-gray-700: #[hex];
--color-gray-400: #[hex];
--color-gray-100: #[hex];
--color-gray-50: #[hex]; /* page background */
/* Accent — for CTAs, highlights */
--color-accent: #[hex];
/* Semantic */
--color-success: #[hex];
--color-warning: #[hex];
--color-error: #[hex];
}
Verify WCAG AA contrast (4.5:1) for all text/background combinations. State the contrast ratios.
2.4 Typography System
HEADINGS: [Font name] — Bold/700 — tracking: -0.02em
SUBHEADINGS: [Font name] — SemiBold/600
BODY: [Font name] — Regular/400 — line-height: 1.6
MONO/CODE: [Font name] — for technical products
SCALE: 12 / 14 / 16 / 20 / 24 / 32 / 40 / 48 / 64 / 80px
Phase 3 — Messaging & Positioning
3.1 Positioning Statement
Use the Geoffrey Moore framework:
For [target customer] who [has this pain], [Product Name] is a [category] that [key benefit]. Unlike [primary competitor], we [key differentiator].
3.2 Tagline Options
Generate 5 taglines. Each must:
- Be ≤ 8 words
- Communicate the transformation, not the feature
- Work as a billboard headline with zero context
Select one primary tagline and two alternates for A/B testing.
3.3 Hero Copy Formula
HEADLINE: [Outcome the customer gets — active verb, concrete noun]
SUBHEADLINE: [How it works + who it's for + why now — 1 sentence, ≤ 20 words]
CTA PRIMARY: [Action verb + value object] — e.g., "Start free", "See it live", "Get early access"
CTA SECONDARY: [Lower-commitment option] — e.g., "Watch 2-min demo", "Read the docs"
SOCIAL PROOF HOOK: [Number] [teams/companies/users] [verb] with [Product] — or logos strip
3.4 Metrics & Numbers
Extract or estimate credible numbers to display. Categories:
- Performance metrics: speed, accuracy, uptime, throughput
- Customer metrics: NPS, retention, expansion revenue, time-to-value
- Scale metrics: users, requests/day, data processed, countries
- Efficiency metrics: cost reduction %, time saved per user, FTE equivalent
If the product is pre-launch, use beta program numbers or benchmark-based claims (clearly labeled).
3.5 Feature → Benefit Translation
For each key feature, produce the benefit translation:
| Feature (what it does) |
Benefit (what the user gets) |
Proof point |
Never lead with features on the homepage. Lead with benefits. Features belong on the product page.
Phase 4 — Site Architecture
4.1 Full Sitemap
Generate a complete sitemap:
/ (Home / Landing)
/product → Features deep-dive + architecture diagram
/pricing → Full tier breakdown, ROI calculator, add-ons
/implementation → Step-by-step onboarding and setup guide
/architecture → System architecture, data flow, security model
/customers → Case studies & logos
/about → Mission, team, investors
/blog → Thought leadership
/blog/[slug]
/resources → Whitepapers, research, guides
/resources/[slug] (gated downloads)
/events → Webinars, conferences, community
/careers → Open roles, culture, values
/docs → Technical documentation (link or embed)
/github → OSS projects, contribution guide
/contact → Sales, partnerships, press
/privacy → Privacy policy
/terms → Terms of service
/security → Security posture (for B2B)
/status → System status (link to status page)
/sitemap.xml → Auto-generated
/robots.txt
4.2 Navigation Structure
PRIMARY NAV (top):
[Logo] Product Customers Pricing Resources Blog [Login] [Get Started →]
FOOTER (4-column):
Col 1: Product links
Col 2: Company links
Col 3: Resources links
Col 4: Legal + Social icons
Phase 5 — Page-by-Page Content Generation
For each page below, generate complete content. See references/page-blueprints.md for detailed section specs.
5.1 Homepage — Generate All Sections In Order
- Navigation bar — logo, nav links, CTA button
- Hero — headline, subheadline, dual CTA, hero visual (describe or generate SVG/illustration spec), social proof strip (5–8 customer logos)
- Explainer video embed — 60–90 second video (or animated demo) placed directly below the hero fold; include play-button overlay on a branded thumbnail; link to
/watch or use inline YouTube/Vimeo embed. Generate the full video script using Phase 5.14.
- Problem section — 3 pain points as headlines with 1-line elaborations; use icons
- Solution overview — product screenshot or diagram + 3 key differentiators
- How it works / Implementation steps — 3–4 step visual flow (numbered, icon-forward); link to full
/implementation page
- Feature highlights — 3–6 feature blocks (icon + headline + 2-line benefit copy)
- Product architecture preview — simplified architecture diagram (SVG) showing major system components; "See full architecture →" links to
/architecture
- Metrics bar — 3–4 impressive numbers with labels (animate on scroll)
- Case study teaser — 1 featured customer story with logo, quote, and outcome metric
- Architecture / Trust section — SOC 2, GDPR, enterprise logos, security badge
- Pricing preview — 3-tier card strip (truncated); primary tier highlighted; link to
/pricing for full detail
- Testimonials — 3–6 quotes with name, title, company, photo placeholder
- Integration logos — ecosystem/compatibility strip (tools they already use)
- Investor logos — if applicable; "Backed by" strip
- Final CTA banner — bold headline + primary CTA + optional secondary CTA
- Footer — full 4-column footer with all links and social icons
5.2 Product / Features Page
- Feature grid or tabbed layout
- For each feature: hero image/screenshot, headline, 2-para description, benefit callout, link to docs
- Comparison table vs. competitors (feature-by-feature)
- Architecture section: embed the simplified system diagram from Phase 5.15; "See full architecture →" link to
/architecture
- CTA to
/implementation — "Ready to see how it fits your stack?"
5.3 Pricing Page
Generate a complete, conversion-optimized pricing page. See references/page-blueprints.md § Pricing Page Deep-Dive for full specs.
- Pricing model selection: choose the right model for the product type (per-seat, usage-based, flat-rate, tiered usage, or hybrid) and justify the choice
- 3-tier card layout: Starter / Pro / Enterprise (or equivalent) with annual/monthly toggle; default to annual to anchor on savings
- Per-tier feature matrix: full breakdown of what each tier includes — limits, capabilities, support level, SLA, integrations
- Add-ons and overages: explicitly spec what happens at limit boundaries and what optional add-ons exist
- ROI calculator section: interactive calculator showing "If you save X hours per week at $Y/hr, payback in Z weeks"
- Upgrade path narrative: make it obvious why customers move from Starter → Pro → Enterprise
- Feature comparison table: exhaustive row-by-row across all tiers
- FAQ section (8–10 questions)
- Enterprise CTA strip: custom quote, procurement support, security review, SLA negotiation
- Trust signals: money-back guarantee, no credit card required, cancel anytime, SOC 2 badge
5.4 Customers / Case Studies Page
- Logos grid (hero section)
- 3 featured case studies: problem → solution → result (with metrics)
- Testimonial carousel
- Industry filter tabs
5.5 About Page
- Mission statement (1 compelling paragraph, present tense)
- Founding story (3–5 paragraphs: origin, problem, why us, what's next)
- Team grid (name, title, 2-line bio, photo placeholder, LinkedIn icon)
- Investor/backer logos
- Press mentions strip
5.6 Blog Page
- Featured article hero
- Category filters
- Article card grid (thumbnail + category tag + title + 2-line excerpt + author + date + read time)
- Newsletter CTA sidebar/banner
5.7 Resources / Downloads Page
- Gated content cards (whitepaper, research report, guide)
- Each card: cover image placeholder, title, description, "Download" button → lead capture form
- Ungated resources: docs links, video tutorials, API reference
5.8 Events Page
- Upcoming events (webinar, conference, community meetup): date, title, description, registration CTA
- Past events with recordings/slides download
5.9 Careers Page
- Culture statement + values (3–5 values, each with icon + headline + 2-line description)
- Benefits grid (compensation, equity, remote policy, health, learning budget)
- Open roles list with department filter
- "Don't see your role?" invite CTA
5.10 Contact Page
- Split layout: form left, contact info right
- Form fields: Name, Work Email, Company, Role, Message, Intent (Sales / Press / Partnership / Support)
- Sales email, support email, address, social links
- Map embed placeholder
5.11 Privacy Policy
Generate a complete, GDPR + CCPA compliant privacy policy covering:
- Data collected (explicit list: name, email, usage data, cookies, IP)
- How data is used (service delivery, analytics, marketing — separately)
- Third-party processors (list: Stripe, Intercom, Segment, AWS, etc.)
- Data retention periods
- User rights (access, correction, deletion, portability, opt-out)
- Cookie policy inline
- Contact for DPO/privacy requests
- Last updated date field
5.12 Terms of Service
Generate complete ToS covering:
- Acceptance of terms
- License grant (SaaS subscription, non-exclusive, non-transferable)
- Acceptable use policy (explicit prohibitions)
- Payment terms and refund policy
- IP ownership (customer data stays customer's; product IP stays company's)
- Warranty disclaimer
- Limitation of liability (cap at 12 months of fees paid)
- Governing law and dispute resolution
- Termination conditions
- Changes to terms
5.13 Implementation Steps Page (/implementation)
A dedicated page showing exactly how to go from zero to value. See references/page-blueprints.md § Implementation Steps Page Blueprint for full specs.
Structure:
- Page hero — "Up and running in [timeframe]" headline; estimated time to first value
- Prerequisites checklist — what the user needs before starting (accounts, API keys, dependencies)
- Step-by-step guide — numbered implementation phases with code snippets, screenshots, and expected outputs at each step
- Integration recipes — for the top 5 integrations: copy-paste setup instructions
- Validation checkpoints — "You know it's working when you see..." — clear success signals at each phase
- Troubleshooting section — top 5 setup errors and their solutions
- Next steps — links to docs, community, office hours
Generate all code snippets for the actual product. Include copy-to-clipboard UI for each snippet.
5.14 Explainer Video Script & Spec
Generate a complete production-ready video package. See references/page-blueprints.md § Explainer Video Blueprint for full specs.
Produce:
- 60–90 second voiceover script — structured as: Hook (0–5s) → Problem (5–20s) → Solution (20–50s) → How it works (50–75s) → CTA (75–90s)
- Scene-by-scene storyboard — for each scene: screen content, voiceover line, motion direction, duration
- Thumbnail design spec — branded still frame for the video preview card (1280×720px)
- Embed component code — Next.js component with lazy-loading, branded play button overlay, and thumbnail
- Video CTA overlay — end-card design: product URL, primary CTA button, secondary link
Place the video:
- Homepage: below the hero, above the problem section
- Product page: as the hero element replacing a static screenshot
- Resources page: as a featured item in the ungated section
5.15 Product Architecture Page (/architecture)
A dedicated technical deep-dive for engineers, architects, and security reviewers. See references/page-blueprints.md § Product Architecture Page Blueprint for full specs.
Produce:
- System architecture diagram — SVG flowchart covering all major components, data flows, and external integrations
- Component inventory — table of every service/module: name, responsibility, tech stack, scalability notes
- Data flow walkthrough — step-by-step numbered narrative of a request through the system
- Deployment architecture — how it deploys (cloud-native, self-hosted, hybrid); regions and availability zones
- Security architecture section — auth model, encryption at rest and in transit, network isolation, secrets management
- Scalability and SLA — how the system scales under load; what the limits are; failover behavior
- Integration architecture — how external systems connect (webhooks, APIs, SDKs, event streams)
Phase 6 — Code Generation
6.1 Tech Stack Selection
Default stack (production-ready, fast):
- Framework: Next.js 14+ (App Router) with TypeScript
- Styling: Tailwind CSS v3+ with the generated design tokens
- Animations: Framer Motion for scroll reveals and hero entrance
- Icons: Lucide React
- Fonts: Google Fonts (specify exact names from Phase 2.4)
- Forms: React Hook Form + Zod validation
- Analytics: Plausible or Vercel Analytics (privacy-first default)
If user prefers plain HTML/CSS/JS, generate vanilla files with no build step required.
6.2 File Structure
[company-name]/
├── app/
│ ├── layout.tsx ← root layout, fonts, meta
│ ├── page.tsx ← homepage
│ ├── product/page.tsx
│ ├── pricing/page.tsx
│ ├── implementation/page.tsx ← step-by-step onboarding
│ ├── architecture/page.tsx ← system architecture deep-dive
│ ├── customers/page.tsx
│ ├── about/page.tsx
│ ├── blog/page.tsx
│ ├── blog/[slug]/page.tsx
│ ├── resources/page.tsx
│ ├── events/page.tsx
│ ├── careers/page.tsx
│ ├── contact/page.tsx
│ ├── privacy/page.tsx
│ └── terms/page.tsx
├── components/
│ ├── ui/ ← Button, Card, Badge, Input, etc.
│ ├── layout/ ← Navbar, Footer
│ ├── sections/ ← Hero, Features, Metrics, Testimonials, etc.
│ ├── ExplainerVideo.tsx ← lazy video embed with branded overlay
│ ├── ArchitectureDiagram.tsx ← SVG system diagram component
│ ├── PricingTiers.tsx ← tier cards + toggle + ROI calculator
│ ├── ImplementationSteps.tsx ← numbered steps with code snippets
│ └── Logo.tsx ← SVG logo component
├── lib/
│ └── tokens.ts ← Design tokens as JS constants
├── public/
│ ├── favicon.ico
│ ├── og-image.png ← Open Graph image spec
│ └── video-thumbnail.png ← Explainer video thumbnail (1280×720)
├── tailwind.config.ts ← Extend with brand tokens
└── next.config.ts
Generate each file with complete, working code — no placeholders, no TODOs.
6.3 SEO & Meta
For every page generate:
export const metadata: Metadata = {
title: '[Page Title] | [Company Name]',
description: '[150-char meta description with primary keyword]',
openGraph: { title, description, image: '/og-image.png', type: 'website' },
twitter: { card: 'summary_large_image', ... },
alternates: { canonical: 'https://[domain]/[path]' },
}
Also generate:
public/robots.txt
app/sitemap.ts (dynamic sitemap generator)
- Schema.org JSON-LD for Organization, Product, and FAQPage
6.4 Performance Requirements
All pages must score ≥ 90 on Lighthouse. Enforce:
- Images:
next/image with explicit width/height and loading="lazy"
- Fonts:
next/font with display: swap
- No render-blocking scripts
- CSS: only Tailwind purged classes, no unused styles
Phase 7 — Launch Checklist
Produce a launch-ready checklist:
Brand
Content
Technical
Conversion
Output Format
Deliver all phases in sequence. Use this order:
- Discovery Summary — ICP, competitor matrix, audience profiles
- Brand Book — name recommendation, logo brief, SVG logo code, color tokens, typography
- Messaging Document — positioning statement, tagline, hero copy, metrics, benefit table
- Sitemap — full URL tree with page descriptions
- Content Document — all page copy, section by section (including implementation steps, architecture narrative, pricing tiers, explainer video script)
- Codebase — complete Next.js project files, one file per code block (including
ExplainerVideo.tsx, ArchitectureDiagram.tsx, PricingTiers.tsx, ImplementationSteps.tsx)
- Launch Checklist — ready-to-action markdown checklist
If the output is very long, deliver phases as separate responses and ask the user which phase to expand first.
1---2name: auto-website-builder3description: Auto Website Builder4---56# Auto Website Builder78Produce a complete, investor-grade, high-converting website and brand identity for any product or company — end to end, no agency required.910---1112## Phase 1 — Intake & Intelligence1314### 1.1 Gather Core Context1516Ask the user for the following. If answers are missing, infer from context and state assumptions explicitly.1718| Question | Why It Matters |19|---|---|20| What does the product/solution do? (1–3 sentences) | Foundation for all messaging |21| Who is the primary buyer and end user? | ICP definition |22| What is the biggest pain it eliminates? | Hero headline |23| What are 3 direct or indirect competitors? | Differentiation matrix |24| What industry vertical? (SaaS, DevTools, HealthTech, FinTech, etc.) | Color palette, tone |25| Is this B2B, B2C, or developer-facing? | Copy register and CTA strategy |26| What stage? (Idea, MVP, Series A, Growth) | Social proof level needed |27| Any existing name, logo, or brand assets? | Preserve or replace |28| Primary goal of the site? (Leads, signups, downloads, hires, investors) | CTA hierarchy |2930### 1.2 Competitor Intelligence3132For each competitor identified:33- Identify their hero message, primary CTA, and positioning statement34- Note what they do well (do not copy — benchmark to exceed)35- Identify messaging gaps, underserved audiences, and visual weaknesses36- Produce a **Differentiation Matrix**: a table with rows = key value dimensions, columns = you vs. each competitor, cells = ✅ / ❌ / ⚠️3738### 1.3 Define Three Audiences3940For every website, write explicit profiles for:411. **Buyer/Customer** — the person who signs the contract or credit card422. **Investor** — what they need to see to believe in the TAM and team433. **Talent** — what makes an engineer or designer want to work here4445All three audiences will land on this site. Every section must serve at least one of them.4647---4849## Phase 2 — Brand Identity5051### 2.1 Product & Company Naming5253If no name exists, generate 5 name candidates using these criteria:5455- **Memorable**: One or two syllables preferred; survives "say it in a loud room" test56- **Meaningful**: Evokes the product's core value or feeling — not the feature57- **Ownable**: .com available or acquirable; no trademark conflicts in the target vertical58- **Scalable**: Works as a company name if this becomes a platform, not just a product59- **Pronounceable globally**: No sounds that break in Mandarin, Hindi, Spanish, or Portuguese6061For each name candidate produce:62- Rationale (2 sentences)63- Domain status check note (advise user to verify)64- Logo wordmark style suggestion (all-caps, lowercase, camelCase, stylized letter)6566Recommend one name and justify the choice.6768### 2.2 Logo Design Brief6970Generate a complete logo design brief that a designer or AI image tool can execute:7172```73LOGO BRIEF74Company: [Name]75Style: [Wordmark | Lettermark | Icon + Wordmark | Abstract mark]76Concept: [2-sentence description of the visual metaphor]77Primary mark: [Describe the icon/shape/symbol in precise geometric terms]78Wordmark font class: [Geometric sans | Humanist sans | Slab serif | Modern serif]79Font weight: [Light / Regular / Medium / Bold]80Color mode: Full color | Single color (white on dark, dark on white)81Clearspace: Minimum 1x height of the wordmark on all sides82Minimum size: 24px height for digital; 0.5 inch for print83Favicon: [Describe the simplified mark for 16×16 and 32×32]84Dark background variant: [Describe]85```8687Also generate the actual SVG code for a clean, professional wordmark logo using:88- A geometric SVG path or shape as the icon mark89- The company name in a clean sans-serif font path or `<text>` element90- Primary brand color fill91- Proper viewBox and namespace9293### 2.3 Color System9495Select a color palette using industry standards (see `references/brand-system.md` for per-industry palettes).9697Output the full design token set:9899```css100:root {101 /* Primary — main brand color */102 --color-primary-900: #[hex];103 --color-primary-700: #[hex];104 --color-primary-500: #[hex]; /* default primary */105 --color-primary-300: #[hex];106 --color-primary-100: #[hex];107108 /* Neutral */109 --color-gray-950: #[hex]; /* headings, body text on light */110 --color-gray-700: #[hex];111 --color-gray-400: #[hex];112 --color-gray-100: #[hex];113 --color-gray-50: #[hex]; /* page background */114115 /* Accent — for CTAs, highlights */116 --color-accent: #[hex];117118 /* Semantic */119 --color-success: #[hex];120 --color-warning: #[hex];121 --color-error: #[hex];122}123```124125Verify WCAG AA contrast (4.5:1) for all text/background combinations. State the contrast ratios.126127### 2.4 Typography System128129```130HEADINGS: [Font name] — Bold/700 — tracking: -0.02em131SUBHEADINGS: [Font name] — SemiBold/600132BODY: [Font name] — Regular/400 — line-height: 1.6133MONO/CODE: [Font name] — for technical products134SCALE: 12 / 14 / 16 / 20 / 24 / 32 / 40 / 48 / 64 / 80px135```136137---138139## Phase 3 — Messaging & Positioning140141### 3.1 Positioning Statement142143Use the Geoffrey Moore framework:144> For [target customer] who [has this pain], [Product Name] is a [category] that [key benefit]. Unlike [primary competitor], we [key differentiator].145146### 3.2 Tagline Options147148Generate 5 taglines. Each must:149- Be ≤ 8 words150- Communicate the transformation, not the feature151- Work as a billboard headline with zero context152153Select one primary tagline and two alternates for A/B testing.154155### 3.3 Hero Copy Formula156157```158HEADLINE: [Outcome the customer gets — active verb, concrete noun]159SUBHEADLINE: [How it works + who it's for + why now — 1 sentence, ≤ 20 words]160CTA PRIMARY: [Action verb + value object] — e.g., "Start free", "See it live", "Get early access"161CTA SECONDARY: [Lower-commitment option] — e.g., "Watch 2-min demo", "Read the docs"162SOCIAL PROOF HOOK: [Number] [teams/companies/users] [verb] with [Product] — or logos strip163```164165### 3.4 Metrics & Numbers166167Extract or estimate credible numbers to display. Categories:168- **Performance metrics**: speed, accuracy, uptime, throughput169- **Customer metrics**: NPS, retention, expansion revenue, time-to-value170- **Scale metrics**: users, requests/day, data processed, countries171- **Efficiency metrics**: cost reduction %, time saved per user, FTE equivalent172173If the product is pre-launch, use beta program numbers or benchmark-based claims (clearly labeled).174175### 3.5 Feature → Benefit Translation176177For each key feature, produce the benefit translation:178| Feature (what it does) | Benefit (what the user gets) | Proof point |179|---|---|---|180181Never lead with features on the homepage. Lead with benefits. Features belong on the product page.182183---184185## Phase 4 — Site Architecture186187### 4.1 Full Sitemap188189Generate a complete sitemap:190191```192/ (Home / Landing)193/product → Features deep-dive + architecture diagram194/pricing → Full tier breakdown, ROI calculator, add-ons195/implementation → Step-by-step onboarding and setup guide196/architecture → System architecture, data flow, security model197/customers → Case studies & logos198/about → Mission, team, investors199/blog → Thought leadership200 /blog/[slug]201/resources → Whitepapers, research, guides202 /resources/[slug] (gated downloads)203/events → Webinars, conferences, community204/careers → Open roles, culture, values205/docs → Technical documentation (link or embed)206/github → OSS projects, contribution guide207/contact → Sales, partnerships, press208/privacy → Privacy policy209/terms → Terms of service210/security → Security posture (for B2B)211/status → System status (link to status page)212/sitemap.xml → Auto-generated213/robots.txt214```215216### 4.2 Navigation Structure217218```219PRIMARY NAV (top):220 [Logo] Product Customers Pricing Resources Blog [Login] [Get Started →]221222FOOTER (4-column):223 Col 1: Product links224 Col 2: Company links225 Col 3: Resources links226 Col 4: Legal + Social icons227```228229---230231## Phase 5 — Page-by-Page Content Generation232233For each page below, generate complete content. See `references/page-blueprints.md` for detailed section specs.234235### 5.1 Homepage — Generate All Sections In Order2362371. **Navigation bar** — logo, nav links, CTA button2382. **Hero** — headline, subheadline, dual CTA, hero visual (describe or generate SVG/illustration spec), social proof strip (5–8 customer logos)2393. **Explainer video embed** — 60–90 second video (or animated demo) placed directly below the hero fold; include play-button overlay on a branded thumbnail; link to `/watch` or use inline YouTube/Vimeo embed. Generate the full video script using Phase 5.14.2404. **Problem section** — 3 pain points as headlines with 1-line elaborations; use icons2415. **Solution overview** — product screenshot or diagram + 3 key differentiators2426. **How it works / Implementation steps** — 3–4 step visual flow (numbered, icon-forward); link to full `/implementation` page2437. **Feature highlights** — 3–6 feature blocks (icon + headline + 2-line benefit copy)2448. **Product architecture preview** — simplified architecture diagram (SVG) showing major system components; "See full architecture →" links to `/architecture`2459. **Metrics bar** — 3–4 impressive numbers with labels (animate on scroll)24610. **Case study teaser** — 1 featured customer story with logo, quote, and outcome metric24711. **Architecture / Trust section** — SOC 2, GDPR, enterprise logos, security badge24812. **Pricing preview** — 3-tier card strip (truncated); primary tier highlighted; link to `/pricing` for full detail24913. **Testimonials** — 3–6 quotes with name, title, company, photo placeholder25014. **Integration logos** — ecosystem/compatibility strip (tools they already use)25115. **Investor logos** — if applicable; "Backed by" strip25216. **Final CTA banner** — bold headline + primary CTA + optional secondary CTA25317. **Footer** — full 4-column footer with all links and social icons254255### 5.2 Product / Features Page256257- Feature grid or tabbed layout258- For each feature: hero image/screenshot, headline, 2-para description, benefit callout, link to docs259- Comparison table vs. competitors (feature-by-feature)260- **Architecture section**: embed the simplified system diagram from Phase 5.15; "See full architecture →" link to `/architecture`261- CTA to `/implementation` — "Ready to see how it fits your stack?"262263### 5.3 Pricing Page264265Generate a complete, conversion-optimized pricing page. See `references/page-blueprints.md` § Pricing Page Deep-Dive for full specs.266267- **Pricing model selection**: choose the right model for the product type (per-seat, usage-based, flat-rate, tiered usage, or hybrid) and justify the choice268- **3-tier card layout**: Starter / Pro / Enterprise (or equivalent) with annual/monthly toggle; default to annual to anchor on savings269- **Per-tier feature matrix**: full breakdown of what each tier includes — limits, capabilities, support level, SLA, integrations270- **Add-ons and overages**: explicitly spec what happens at limit boundaries and what optional add-ons exist271- **ROI calculator section**: interactive calculator showing "If you save X hours per week at $Y/hr, payback in Z weeks"272- **Upgrade path narrative**: make it obvious why customers move from Starter → Pro → Enterprise273- **Feature comparison table**: exhaustive row-by-row across all tiers274- **FAQ section** (8–10 questions)275- **Enterprise CTA strip**: custom quote, procurement support, security review, SLA negotiation276- **Trust signals**: money-back guarantee, no credit card required, cancel anytime, SOC 2 badge277278### 5.4 Customers / Case Studies Page279280- Logos grid (hero section)281- 3 featured case studies: problem → solution → result (with metrics)282- Testimonial carousel283- Industry filter tabs284285### 5.5 About Page286287- Mission statement (1 compelling paragraph, present tense)288- Founding story (3–5 paragraphs: origin, problem, why us, what's next)289- Team grid (name, title, 2-line bio, photo placeholder, LinkedIn icon)290- Investor/backer logos291- Press mentions strip292293### 5.6 Blog Page294295- Featured article hero296- Category filters297- Article card grid (thumbnail + category tag + title + 2-line excerpt + author + date + read time)298- Newsletter CTA sidebar/banner299300### 5.7 Resources / Downloads Page301302- Gated content cards (whitepaper, research report, guide)303- Each card: cover image placeholder, title, description, "Download" button → lead capture form304- Ungated resources: docs links, video tutorials, API reference305306### 5.8 Events Page307308- Upcoming events (webinar, conference, community meetup): date, title, description, registration CTA309- Past events with recordings/slides download310311### 5.9 Careers Page312313- Culture statement + values (3–5 values, each with icon + headline + 2-line description)314- Benefits grid (compensation, equity, remote policy, health, learning budget)315- Open roles list with department filter316- "Don't see your role?" invite CTA317318### 5.10 Contact Page319320- Split layout: form left, contact info right321- Form fields: Name, Work Email, Company, Role, Message, Intent (Sales / Press / Partnership / Support)322- Sales email, support email, address, social links323- Map embed placeholder324325### 5.11 Privacy Policy326327Generate a complete, GDPR + CCPA compliant privacy policy covering:328- Data collected (explicit list: name, email, usage data, cookies, IP)329- How data is used (service delivery, analytics, marketing — separately)330- Third-party processors (list: Stripe, Intercom, Segment, AWS, etc.)331- Data retention periods332- User rights (access, correction, deletion, portability, opt-out)333- Cookie policy inline334- Contact for DPO/privacy requests335- Last updated date field336337### 5.12 Terms of Service338339Generate complete ToS covering:340- Acceptance of terms341- License grant (SaaS subscription, non-exclusive, non-transferable)342- Acceptable use policy (explicit prohibitions)343- Payment terms and refund policy344- IP ownership (customer data stays customer's; product IP stays company's)345- Warranty disclaimer346- Limitation of liability (cap at 12 months of fees paid)347- Governing law and dispute resolution348- Termination conditions349- Changes to terms350351### 5.13 Implementation Steps Page (`/implementation`)352353A dedicated page showing exactly how to go from zero to value. See `references/page-blueprints.md` § Implementation Steps Page Blueprint for full specs.354355Structure:3561. **Page hero** — "Up and running in [timeframe]" headline; estimated time to first value3572. **Prerequisites checklist** — what the user needs before starting (accounts, API keys, dependencies)3583. **Step-by-step guide** — numbered implementation phases with code snippets, screenshots, and expected outputs at each step3594. **Integration recipes** — for the top 5 integrations: copy-paste setup instructions3605. **Validation checkpoints** — "You know it's working when you see..." — clear success signals at each phase3616. **Troubleshooting section** — top 5 setup errors and their solutions3627. **Next steps** — links to docs, community, office hours363364Generate all code snippets for the actual product. Include copy-to-clipboard UI for each snippet.365366### 5.14 Explainer Video Script & Spec367368Generate a complete production-ready video package. See `references/page-blueprints.md` § Explainer Video Blueprint for full specs.369370Produce:3711. **60–90 second voiceover script** — structured as: Hook (0–5s) → Problem (5–20s) → Solution (20–50s) → How it works (50–75s) → CTA (75–90s)3722. **Scene-by-scene storyboard** — for each scene: screen content, voiceover line, motion direction, duration3733. **Thumbnail design spec** — branded still frame for the video preview card (1280×720px)3744. **Embed component code** — Next.js component with lazy-loading, branded play button overlay, and thumbnail3755. **Video CTA overlay** — end-card design: product URL, primary CTA button, secondary link376377Place the video:378- Homepage: below the hero, above the problem section379- Product page: as the hero element replacing a static screenshot380- Resources page: as a featured item in the ungated section381382### 5.15 Product Architecture Page (`/architecture`)383384A dedicated technical deep-dive for engineers, architects, and security reviewers. See `references/page-blueprints.md` § Product Architecture Page Blueprint for full specs.385386Produce:3871. **System architecture diagram** — SVG flowchart covering all major components, data flows, and external integrations3882. **Component inventory** — table of every service/module: name, responsibility, tech stack, scalability notes3893. **Data flow walkthrough** — step-by-step numbered narrative of a request through the system3904. **Deployment architecture** — how it deploys (cloud-native, self-hosted, hybrid); regions and availability zones3915. **Security architecture section** — auth model, encryption at rest and in transit, network isolation, secrets management3926. **Scalability and SLA** — how the system scales under load; what the limits are; failover behavior3937. **Integration architecture** — how external systems connect (webhooks, APIs, SDKs, event streams)394395---396397## Phase 6 — Code Generation398399### 6.1 Tech Stack Selection400401Default stack (production-ready, fast):402- **Framework**: Next.js 14+ (App Router) with TypeScript403- **Styling**: Tailwind CSS v3+ with the generated design tokens404- **Animations**: Framer Motion for scroll reveals and hero entrance405- **Icons**: Lucide React406- **Fonts**: Google Fonts (specify exact names from Phase 2.4)407- **Forms**: React Hook Form + Zod validation408- **Analytics**: Plausible or Vercel Analytics (privacy-first default)409410If user prefers plain HTML/CSS/JS, generate vanilla files with no build step required.411412### 6.2 File Structure413414```415[company-name]/416├── app/417│ ├── layout.tsx ← root layout, fonts, meta418│ ├── page.tsx ← homepage419│ ├── product/page.tsx420│ ├── pricing/page.tsx421│ ├── implementation/page.tsx ← step-by-step onboarding422│ ├── architecture/page.tsx ← system architecture deep-dive423│ ├── customers/page.tsx424│ ├── about/page.tsx425│ ├── blog/page.tsx426│ ├── blog/[slug]/page.tsx427│ ├── resources/page.tsx428│ ├── events/page.tsx429│ ├── careers/page.tsx430│ ├── contact/page.tsx431│ ├── privacy/page.tsx432│ └── terms/page.tsx433├── components/434│ ├── ui/ ← Button, Card, Badge, Input, etc.435│ ├── layout/ ← Navbar, Footer436│ ├── sections/ ← Hero, Features, Metrics, Testimonials, etc.437│ ├── ExplainerVideo.tsx ← lazy video embed with branded overlay438│ ├── ArchitectureDiagram.tsx ← SVG system diagram component439│ ├── PricingTiers.tsx ← tier cards + toggle + ROI calculator440│ ├── ImplementationSteps.tsx ← numbered steps with code snippets441│ └── Logo.tsx ← SVG logo component442├── lib/443│ └── tokens.ts ← Design tokens as JS constants444├── public/445│ ├── favicon.ico446│ ├── og-image.png ← Open Graph image spec447│ └── video-thumbnail.png ← Explainer video thumbnail (1280×720)448├── tailwind.config.ts ← Extend with brand tokens449└── next.config.ts450```451452Generate each file with complete, working code — no placeholders, no TODOs.453454### 6.3 SEO & Meta455456For every page generate:457```tsx458export const metadata: Metadata = {459 title: '[Page Title] | [Company Name]',460 description: '[150-char meta description with primary keyword]',461 openGraph: { title, description, image: '/og-image.png', type: 'website' },462 twitter: { card: 'summary_large_image', ... },463 alternates: { canonical: 'https://[domain]/[path]' },464}465```466467Also generate:468- `public/robots.txt`469- `app/sitemap.ts` (dynamic sitemap generator)470- Schema.org JSON-LD for Organization, Product, and FAQPage471472### 6.4 Performance Requirements473474All pages must score ≥ 90 on Lighthouse. Enforce:475- Images: `next/image` with explicit width/height and `loading="lazy"`476- Fonts: `next/font` with `display: swap`477- No render-blocking scripts478- CSS: only Tailwind purged classes, no unused styles479480---481482## Phase 7 — Launch Checklist483484Produce a launch-ready checklist:485486**Brand**487- [ ] Logo SVG exported in all variants (full color, white, black, favicon)488- [ ] Design tokens documented in Figma or CSS file489- [ ] Brand guidelines PDF generated490491**Content**492- [ ] All pages reviewed for benefit-first copy (no feature-only sections)493- [ ] All numbers verified or clearly labeled as estimates494- [ ] Legal pages reviewed by user (not legal advice; advise user to consult counsel)495- [ ] Blog seeded with 3+ articles before launch496- [ ] Explainer video produced, uploaded to YouTube/Vimeo, and embedded on homepage + product page497- [ ] Implementation steps page tested end-to-end (all code snippets verified)498- [ ] Architecture diagrams reviewed by an engineer for technical accuracy499500**Technical**501- [ ] Domain purchased and DNS configured502- [ ] SSL/TLS certificate active503- [ ] Analytics installed and verified504- [ ] Forms tested end-to-end (submissions reach inbox)505- [ ] 404 page created506- [ ] Sitemap submitted to Google Search Console507- [ ] Social meta tags validated with opengraph.xyz508509**Conversion**510- [ ] Heatmap tool installed (Hotjar or Microsoft Clarity)511- [ ] A/B test configured for hero headline (2 variants minimum)512- [ ] Email capture connected to CRM or mailing list513- [ ] Exit-intent popup configured (optional)514515---516517## Output Format518519Deliver all phases in sequence. Use this order:5205211. **Discovery Summary** — ICP, competitor matrix, audience profiles5222. **Brand Book** — name recommendation, logo brief, SVG logo code, color tokens, typography5233. **Messaging Document** — positioning statement, tagline, hero copy, metrics, benefit table5244. **Sitemap** — full URL tree with page descriptions5255. **Content Document** — all page copy, section by section (including implementation steps, architecture narrative, pricing tiers, explainer video script)5266. **Codebase** — complete Next.js project files, one file per code block (including `ExplainerVideo.tsx`, `ArchitectureDiagram.tsx`, `PricingTiers.tsx`, `ImplementationSteps.tsx`)5277. **Launch Checklist** — ready-to-action markdown checklist528529If the output is very long, deliver phases as separate responses and ask the user which phase to expand first.