https://orbiter.host/orbiter.pngOfficial documentation for Orbiter Skip to content

Quickstart

Welcome to Orbiter, the easiest way to host static websites! In this brief walkthrough we’ll show you how to launch a site in no time.

  1. Create a free account and get an API key

  2. Install the orbiter-cli and authorize it

    Terminal window
    npm i -g orbiter-cli
    orbiter auth
  3. Launch your app in one command

    Terminal window
    orbiter deploy
    Terminal window
    No configuration found or options provided. Starting setup...
    Would you like to: Create new site
    Enter a subdomain for your new site: launch-my-site
    Enter build command: npm run build
    Enter build directory: dist
    Configuration created
    Build completed
    Site deployed: https://launch-my-site.orbiter.website
  4. Update your changes to your app with deploy

    Terminal window
    orbiter deploy

What’s Next