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.

Sign Up

Create a free account and get an API key

Install the orbiter-cli

Install the orbiter-cli and authorize it

terminal
npm i -g orbiter-cli
 
orbiter auth

Launch your app in one command

Create a new site from a template

terminal
orbiter new

Deploy an existing project

terminal
orbiter deploy
terminal
 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

Update your changes to your app with deploy

terminal
orbiter deploy