> ## Documentation Index
> Fetch the complete documentation index at: https://cora-59c313ca.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cora documentation

> User guides and developer notes for Cora — a safety-first community reporting platform for Orange County.

## About Cora

Cora helps residents share and explore community safety reports: a public **reports** feed, an **interactive map**, and tools to submit incidents when you are signed in and verified.

<Card title="New to Cora?" icon="rocket" href="/quickstart" horizontal>
  Create an account, verify your phone, and learn how to submit your first report.
</Card>

## User guide

<Columns cols={2}>
  <Card title="Sign up & sign in" icon="user-plus" href="/account/sign-up">
    Email, password, Google, and password reset.
  </Card>

  <Card title="Phone verification" icon="mobile" href="/account/phone-verification">
    Why it exists and how to complete OTP on the verify-phone page.
  </Card>

  <Card title="Reports" icon="newspaper" href="/reports/browsing">
    Browsing the feed, submitting, voting, comments, and flagging.
  </Card>

  <Card title="Interactive map" icon="map" href="/map/overview">
    Pins, filters, and search — no account required to browse.
  </Card>

  <Card title="FAQ & help" icon="circle-question" href="/help/faq">
    Common questions and troubleshooting.
  </Card>

  <Card title="Push notifications" icon="bell" href="/account/notifications">
    Optional browser notifications for report activity.
  </Card>
</Columns>

## Developers & this documentation site

The **Next.js** app for Cora lives in the repository root. This **Mintlify** site lives under `docs/` and ships separately (e.g. Mintlify Cloud).

<Columns cols={2}>
  <Card title="Run the Cora app" icon="terminal" href="/development">
    Clone, configure `.env.local`, and `npm run dev`.
  </Card>

  <Card title="Technology stack" icon="layer-group" href="/tech-stack">
    Supabase, Cloudflare, Google Maps, Vercel, and how they connect in code.
  </Card>

  <Card title="Preview these docs" icon="book" href="/development#preview-this-documentation-site">
    Install the Mintlify CLI and run `mint dev` from `docs/`.
  </Card>

  <Card title="Style this docs site" icon="palette" href="/essentials/settings">
    `docs/docs.json` controls name, colors, fonts, and navigation for Mintlify only.
  </Card>

  <Card title="API reference (sample)" icon="code" href="/api-reference/introduction">
    Starter OpenAPI examples — replace when your HTTP API is documented.
  </Card>
</Columns>
