> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thewo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Discover The Wo and the focused API products available to developers.

<div className="max-w-5xl mx-auto px-6 py-16">
  <div className="text-center">
    <img src="https://mintcdn.com/thewo/-9aux-LNHGKuCYSj/assets/brand/the-wo-mark.png?fit=max&auto=format&n=-9aux-LNHGKuCYSj&q=85&s=abfa5dc1d68cd8492b2aaa67e8030a74" alt="The Wo" className="mx-auto h-28 w-28" width="1024" height="1024" data-path="assets/brand/the-wo-mark.png" />

    <div className="mt-6">
      <Badge color="purple" shape="pill">Developer Platform</Badge>
    </div>

    <h1 className="mt-6 text-5xl font-semibold tracking-tight">
      Focused APIs for real operational problems.
    </h1>

    <p className="mx-auto mt-6 max-w-3xl text-lg text-gray-600 dark:text-gray-300">
      The Wo is a developer platform for adding specialized operational
      capabilities to software you already have. Integrate a focused API
      instead of rebuilding the complete capability inside your product.
    </p>
  </div>

  <div className="mt-12">
    <Columns cols={2}>
      <Card title="Explore The Wo products" icon="boxes" href="/products" cta="Browse products" arrow="true">
        See the API products that are currently ready for developer discovery
        and integration.
      </Card>

      <Card title="Operational Evidence" icon="sparkles" href="/operational-evidence" cta="Explore the product" arrow="true">
        <Badge color="purple" size="sm" shape="pill">Private beta</Badge>

        Turn text and image evidence into structured operational reports.
      </Card>
    </Columns>
  </div>

  <div className="mt-20">
    <h2 className="text-3xl font-semibold tracking-tight">You are in The Wo</h2>

    <p className="mt-4 text-gray-600 dark:text-gray-300">
      This site is the shared developer home for The Wo. Product documentation,
      API contracts, onboarding, examples, and shared platform behavior live
      here under one developer experience.
    </p>

    <p className="mt-4 text-gray-600 dark:text-gray-300">
      Operational Evidence is the first product available here. Additional API
      products will appear only when they are ready for public developer
      discovery.
    </p>
  </div>

  <div className="mt-12">
    <Columns cols={3}>
      <Card title="Focused capability" icon="target">
        Each product is designed around one recognizable operational outcome.
      </Card>

      <Card title="API-first" icon="braces">
        Stable contracts, predictable errors, authentication, usage visibility,
        and documentation are part of the product itself.
      </Card>

      <Card title="Fits existing systems" icon="blocks">
        Add a specialized capability to your current application, platform,
        workflow, or agent without replacing the rest of your stack.
      </Card>
    </Columns>
  </div>

  <div className="mt-20 rounded-2xl border border-gray-200 p-8 dark:border-zinc-800">
    <Badge color="blue" shape="pill">Available now</Badge>

    <h2 className="mt-4 text-3xl font-semibold tracking-tight">
      Operational Evidence
    </h2>

    <p className="mt-4 text-gray-600 dark:text-gray-300">
      From messy evidence to structured operational reports. Submit text,
      image URLs, or both and receive a normalized report with category,
      priority, suggested next step, risk flags, tags, and confidence.
    </p>

    <div className="mt-6">
      <Card title="Enter Operational Evidence" icon="arrow-right" href="/operational-evidence" cta="Open product docs" arrow="true" horizontal>
        Start with the product overview, then continue to the quickstart,
        beta access, guides, examples, and API reference.
      </Card>
    </div>
  </div>

  <div className="mt-20 pb-10 text-center">
    <p className="text-sm text-gray-500 dark:text-gray-400">
      The Wo is the destination. Products are the capabilities you discover
      inside it.
    </p>
  </div>
</div>
