{
  "product_name": "Unreal Expeditions",
  "one_liner": "A public website that recruits developers into a collaborative Unreal Engine research community and archives the community's technical output for the broader UE ecosystem.",
  "problem_statement": "Unreal Engine developers who want to go beyond tutorials and understand engine internals have no structured way to do so collaboratively. Existing communities are either too casual (general Discord servers) or too narrow (single-topic forums). The research output from deep dives gets lost in Discord noise and never reaches the broader community. Unreal Expeditions needs a public-facing site that communicates the value of its structured research model, recruits the right members, and permanently archives expedition output as a learning resource.",
  "personas": [
    {
      "name": "The Deep Diver",
      "description": "An intermediate-to-advanced Unreal Engine developer who has outgrown tutorials and wants to understand how the engine actually works at the source code level. Likely a professional or serious hobbyist with 1-3 years of UE experience.",
      "goals": [
        "Find a community of peers who take engine learning seriously",
        "Participate in structured research that produces real, shareable output",
        "Build expertise in specific engine subsystems through collaborative exploration"
      ],
      "pain_points": [
        "Learning alone is slow and unmotivating — no one to discuss findings with",
        "Existing UE communities are too beginner-focused or too scattered",
        "Deep engine knowledge is siloed in individuals and never documented well"
      ],
      "context": "Discovers the site via social media link, Discord share, or search. Browses on mobile during downtime, reads expedition write-ups on desktop when ready to go deep. Joins Discord to participate."
    },
    {
      "name": "The Curious Observer",
      "description": "A developer who finds an expedition write-up through search or a shared link. They may or may not use Unreal Engine. They're here for the content, not the community — but could convert if the material impresses them.",
      "goals": [
        "Learn something specific about an Unreal Engine subsystem",
        "Find well-documented technical explorations they can reference"
      ],
      "pain_points": [
        "Most UE learning content is surface-level tutorials or undocumented source code",
        "Hard to find in-depth technical write-ups on specific engine topics"
      ],
      "context": "Arrives directly on an expedition page via search or social share. Reads on mobile or desktop. May browse other expeditions. May or may not join the community."
    },
    {
      "name": "The Community Member",
      "description": "An existing Unreal Expeditions member who uses the website to check expedition status, browse the archive for reference, or share content with others outside the community.",
      "goals": [
        "Quickly check current expedition status and timelines",
        "Find and share specific expedition write-ups",
        "See what topics are in the backlog"
      ],
      "pain_points": [
        "Discord is noisy — hard to find past research output",
        "No permanent, organized home for completed work"
      ],
      "context": "Visits the site periodically on mobile or desktop. Knows the layout, needs fast access to status and content."
    }
  ],
  "success_metrics": [
    "Discord join rate from website visitors (target: 5-10% of unique visitors)",
    "Expedition write-up page views and time on page",
    "Content share rate (expedition URLs shared externally)",
    "Return visitor rate (members coming back to check status or browse archive)",
    "Founding member recruitment: 10-15 members within first recruitment push"
  ],
  "non_goals": [
    "Member onboarding (handled entirely in Discord)",
    "Topic voting or expedition management (Discord)",
    "Real-time chat, forums, or discussion features",
    "Automated content pipeline from Discord (future consideration)",
    "E-commerce, monetization, or paid content"
  ],
  "constraints": {
    "platforms": ["mobile-web (equal priority)", "desktop-web (equal priority)"],
    "accessibility": "WCAG AA as baseline for invisible fundamentals (contrast, semantics, keyboard nav). High-fidelity experience is the priority — accessibility should not constrain the visual ambition. Consider an accessibility toggle for motion/animation-heavy features.",
    "brand": "New brand. Direction: adventurous but precise — expedition/exploration theme with stylized visual identity. Must balance playfulness with technical credibility. Final direction is a Stage 2 decision.",
    "technical": ["React", "Content managed manually, authored externally and published to site", "Static or semi-static — no real-time data requirements beyond expedition status"],
    "competitive_context": "No direct competitor does structured collaborative engine research with published output. Indirect competitors are UE Discord servers (casual, unstructured), Unreal Slackers, UE forums (Q&A format), and individual blog posts/YouTube channels. Differentiation: the structured expedition model itself and the quality of curated, permanent output."
  }
}
