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

# Marina Cloud

> A home for the small apps you and your coding agents build.

Marina turns a folder of code into a hosted app with authentication, version
history, and a URL your team can open.

Use the CLI yourself or hand the same commands to a coding agent. Every command
supports structured JSON output, so the agent can follow a deployment all the
way from upload to a verified live version.

<CardGroup cols={2}>
  <Card title="Deploy your first app" icon="rocket" href="/quickstart">
    Install the CLI, sign in through your browser, and ship a project.
  </Card>

  <Card title="Configure an app" icon="settings" href="/guides/app-configuration">
    Add a name, icon, or runtime declaration with `marina.json`.
  </Card>

  <Card title="Understand deployments" icon="git-branch" href="/guides/deployments">
    See what becomes live, what waits for review, and how rollback works.
  </Card>

  <Card title="CLI reference" icon="terminal" href="/reference/cli">
    Browse commands, automation output, and exit codes.
  </Card>
</CardGroup>

## What Marina gives you

* A managed URL for every app
* Browser authentication for your users
* Immutable versions and safe rollback
* Build progress and actionable refusal messages
* Workspace sharing without putting platform credentials inside the app

<Info>
  Marina reports an app as live only after its artifact has been built,
  verified, and activated successfully.
</Info>
