Openship

Quickstart

Deploy your first app with Openship in under 2 minutes.

Quickstart

Get from zero to a live deployment in three steps.

Prerequisites

  • A server running Linux (Ubuntu 22.04+ recommended)
  • Docker installed
  • A domain name (optional, but recommended)

1. Install Openship

curl -fsSL https://get.openship.io | sh

This installs the Openship CLI and daemon on your server.

2. Initialize a project

cd your-project
openship init

Openship detects your framework (Next.js, Node, Python, Go, etc.) and generates a deploy config.

3. Deploy

openship deploy

That's it. Your app is live with automatic SSL and a preview URL.

What's next?

On this page