Skip to content

Quick Start

import { Steps, Tabs, TabItem, Aside } from ‘@astrojs/starlight/components’;

  1. Click New Project in the dashboard.
  2. Connect your GitHub or GitLab account.
  3. Select a repository and branch.
  4. Choose a build strategy (Dockerfile, Railpack, or Nixpacks).
  5. Click Deploy.
  1. Navigate to Databases in the sidebar.
  2. Click New Database.
  3. Select an engine (PostgreSQL, MySQL, Redis, MongoDB, etc.).
  4. Click Create.

Deploy a ready-made starter from the vessl-examples repository:

Terminal window
vessld deploy --template go-fiber
vessld deploy --template node-express
vessld deploy --template python-fastapi
vessld deploy --template nextjs

This clones the template, builds it, and deploys it in one step. Browse all available templates at github.com/vesslhq/vessl-examples.