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

# Coming soon

> Preview Shipyard apps that exist in the codebase but are not public documentation surfaces yet.

The codebase includes package placeholders and app tiles for future Shipyard surfaces. Treat these as planned or blocked until they are opened in the product.

<Columns cols={2}>
  <Column>
    <Card title="ShipCloud" icon="cloud">
      Marked as coming soon. Intended for infrastructure and deployment surfaces for Shipyard apps.
    </Card>
  </Column>

  <Column>
    <Card title="ShipRadar" icon="radar">
      Marked as coming soon. Intended for monitoring, analytics, or release visibility surfaces.
    </Card>
  </Column>

  <Column>
    <Card title="ShipTrack" icon="map">
      Listed in the Apps page as blocked. Intended for project tracking around releases and milestones.
    </Card>
  </Column>

  <Column>
    <Card title="ShipAgent app" icon="bot">
      Agent functionality exists behind API and dashboard surfaces, while broader app availability is still gated.
    </Card>
  </Column>
</Columns>

<Warning>
  Do not document these as generally available until the app tiles are unlocked or product code exposes public workflows.
</Warning>
