> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ Docs

> Operations manual for ResQ Tactical OS — the decentralized kinetic operating system for autonomous disaster response.

<div className="resq-hero">
  <p className="resq-eyebrow">// SECTOR A-7 · GRID 042.118</p>
  <h1>Mesh-networked coordination when infrastructure fails.</h1>

  <p>
    ResQ Tactical OS is the decentralized kinetic operating system for
    autonomous disaster response. Drone fleets, live telemetry, on-chain
    evidence, and a human in the loop. These docs are the operations
    manual — how to integrate, deploy, and run the platform.
  </p>

  <div className="resq-hero-status">
    <span className="resq-pill resq-pill--ok">4 ONLINE</span>
    <span className="resq-pill resq-pill--info">MESH OK</span>
    <span className="resq-pill resq-pill--warn">ZONE ALPHA</span>
    <span className="resq-pill">DRN-05 ACTIVE</span>
  </div>

  <div className="resq-cta-row">
    <a className="resq-cta resq-cta--primary" href="/quickstart">
      Get started in 5 minutes
    </a>

    <a className="resq-cta resq-cta--secondary" href="/concepts">
      How it works
    </a>

    <a className="resq-cta resq-cta--secondary" href="/api-reference/introduction">
      Read the API reference
    </a>
  </div>
</div>

## Platform APIs

Two services, one mission. Pick the surface that matches the workload.

<CardGroup cols={2}>
  <Card title="Infrastructure API" icon="server" href="/api-reference/introduction#infrastructure-api">
    Incidents, evidence, blockchain anchoring, AI analysis, and Solana
    delivery / airspace operations. Rust + Axum.
  </Card>

  <Card title="Coordination API" icon="satellite-dish" href="/api-reference/introduction#coordination-api">
    Fleet telemetry, mission dispatch, IPFS storage, fault injection,
    and HITL approval flows. TypeScript + Elysia.
  </Card>
</CardGroup>

## SDKs & integrations

Build on ResQ across seven language ecosystems. Each repository is a
registry workspace publishing multiple packages — install only what
you need. All open source under Apache-2.0.

<CardGroup cols={2}>
  <Card title=".NET · dotnet-sdk" icon="hashtag" href="/sdks/dotnet">
    .NET 9 client libraries — typed clients, blockchain anchoring,
    Protobuf protocol contracts, and simulation harnesses for the
    ResQ platform.
  </Card>

  <Card title="Python · pypi" icon="python" href="/sdks/python">
    PyPI workspace. `resq-mcp` (FastMCP server for Claude Desktop &
    Cursor) and `resq-dsa` (zero-dependency data structures).
  </Card>

  <Card title="Rust · crates" icon="rust" href="/sdks/rust">
    10-crate workspace. Unified `resq` CLI plus seven TUI tools
    (`health`, `deploy`, `logs`, `perf`, `flame`, `bin`, `clean`),
    a shared TUI library, and `resq-dsa` (`no_std`).
  </Card>

  <Card title="TypeScript · npm" icon="js" href="/sdks/typescript">
    `@resq-sw/*` scope. UI component library plus 7 standalone
    utilities — `dsa`, `http`, `logger`, `security`, `rate-limiting`,
    `decorators`, `helpers`. Effect-based, zero/peer deps where it
    matters.
  </Card>

  <Card title="Solana · programs" icon="cube" href="https://github.com/resq-software/programs">
    Anchor programs for decentralized airspace registry and autonomous
    delivery coordination. Permissionless, on-chain, verifiable.
  </Card>

  <Card title="C++ · vcpkg" icon="code" href="https://github.com/resq-software/vcpkg">
    vcpkg port registry for the drone platform — shared DSA, geo
    utilities, result types. Consume via vcpkg overlay or CMake
    FetchContent.
  </Card>

  <Card title="3D viz · viz" icon="cubes" href="https://github.com/resq-software/viz">
    Web (Three.js + Cesium) and Unity viewers for real-time swarm
    monitoring, mission replay, and embeddable visualizations.
  </Card>
</CardGroup>

<Card title="Browse all developer tools" icon="rocket" href="https://get.resq.software" horizontal>
  Bootstrap any language with `curl -sf https://get.resq.software | sh`
  — or jump straight to a registry above.
</Card>

## What ResQ does

<CardGroup cols={2}>
  <Card title="Coordinate fleets" icon="drone">
    Real-time drone fleet coordination over a decentralized mesh. No
    cloud dependency, no single point of failure.
  </Card>

  <Card title="Anchor evidence" icon="link">
    Cryptographic evidence chain over IPFS and Solana — every action
    auditable, every hand-off provable.
  </Card>

  <Card title="Stay legal" icon="user-shield">
    Human-in-the-loop mission approval (EU AI Act Art. 14 HITL) and
    permitted-airspace gating built into the dispatch flow.
  </Card>

  <Card title="Operate degraded" icon="signal-bars">
    Fault injection, predictive alerts, and mesh-resilient telemetry
    keep operations going when infrastructure is partially down.
  </Card>
</CardGroup>

## The ResQ ecosystem

<CardGroup cols={3}>
  <Card title="Platform" icon="globe" href="https://resq.software">
    Product overview, use cases, and the protocol.
  </Card>

  <Card title="Research" icon="flask" href="https://research.resq.software">
    Working papers, technical notes, and field reports.
  </Card>

  <Card title="Changelog" icon="list" href="https://resq.software/changelog">
    Platform releases and protocol updates.
  </Card>

  <Card title="Blog" icon="newspaper" href="https://resq.software/blog">
    Engineering and operator stories.
  </Card>

  <Card title="Status" icon="signal-bars" href="https://status.resq.software">
    Live service health.
  </Card>

  <Card title="Contact" icon="envelope" href="mailto:contact@resq.software">
    Talk to the team.
  </Card>
</CardGroup>
