Docs

Documentation

Guides, references, and copy-paste examples to take you from sign-up to your first production deploy.

Start here

Quickstart

Deploy your first project in under five minutes. Connect a repo, pick a framework, and ship.

CLI reference

Every command, flag, and exit code for the launchpad CLI, with real examples.

REST & webhooks

Authentication, endpoints, and event payloads for automating LaunchPad end to end.

Deploy in two commands

Install the CLI, log in, and run launchpad deploy from any project directory. That’s the whole onboarding.

# install the CLI
npm i -g @launchpad/cli

# authenticate, then deploy the current project
launchpad login
launchpad deploy --prod

Prefer Git? Connect your repository in the dashboard and every push deploys automatically — no CLI required. Browse the full guides and API reference from your dashboard once you’re signed in.