# Openship documentation
URL: https://openship.io/docs.md

Deploy applications, operate your infrastructure, and build integrations with Openship.

Openship builds and deploys applications from Git repositories, local folders, generated files, and app
templates. Run workloads on your machine, a connected server, or Openship Cloud.

## Start here

<Cards>
  <Card title="Deploy your first app" href="/docs/getting-started/quickstart" description="Choose an installation, connect your code, and follow a deployment." />
  <Card title="Install Openship" href="/docs/getting-started/installation" description="Set up the desktop app, a server, or a development checkout." />
  <Card title="Use the CLI" href="/docs/cli" description="Deploy and manage projects from a terminal or CI job." />
  <Card title="Use the Node.js SDK" href="/docs/api/sdk" description="Connect to an existing API or embed the platform in your application." />
</Cards>

## Find a task

| Task | Read |
| --- | --- |
| Deploy from Git or a folder | [Deployment guides](/docs/guides#deploy) |
| Configure domains, secrets, and storage | [Application configuration](/docs/guides#configure) |
| Inspect logs, back up data, or fix a failure | [Operations](/docs/guides#operate) |
| Move projects or an installation | [Migration guides](/docs/guides#move) |
| Learn the dashboard | [Dashboard guide](/docs/dashboard) |
| Call HTTP endpoints | [API reference](/docs/api) |
| Connect an AI tool | [MCP guide](/docs/mcp) |

## Key concepts

An **organization** owns projects and grants access to its members. A **project** holds source and
configuration. A **deployment** is one build and release of that project. A **service** is a workload
inside a project, such as an application or database.

See [core concepts](/docs/getting-started/core-concepts) for environments, runtimes, servers, and domains.
