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

# SpreadKnowledge developer documentation

> Build, validate, and operate the SpreadKnowledge React platform.

SpreadKnowledge is a multi-package React platform for research, analytics, and reusable product experiences. This documentation covers the packages, routing model, and the deployment and visual-proof workflow you use to ship changes safely.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install dependencies, boot the dev server, and run the required checks.
  </Card>

  <Card title="Frontend architecture" icon="cubes" href="/platform/frontend-architecture">
    Understand the workspace packages and their change and proof boundaries.
  </Card>

  <Card title="Routing and environments" icon="route" href="/platform/routing-and-environments">
    Learn the localhost, dev, and prod origin rules and cross-product guardrails.
  </Card>

  <Card title="Deployment and visual proof" icon="shield-check" href="/operations/deployment-and-proof">
    Ship through GitLab CI/CD with EyeParity and DIPP evidence.
  </Card>
</CardGroup>

<Warning>
  Production and shared-environment deployments run only through GitLab CI/CD. Local deployment shortcuts are unsupported and must not be used to reach dev or prod.
</Warning>
