Quick Start
import { Steps, Tabs, TabItem, Aside } from ‘@astrojs/starlight/components’;
Quick Start: Deploy Your First App
Section titled “Quick Start: Deploy Your First App”From Git
Section titled “From Git”- Click New Project in the dashboard.
- Connect your GitHub or GitLab account.
- Select a repository and branch.
- Choose a build strategy (Dockerfile, Railpack, or Nixpacks).
- Click Deploy.
One-Click Databases
Section titled “One-Click Databases”- Navigate to Databases in the sidebar.
- Click New Database.
- Select an engine (PostgreSQL, MySQL, Redis, MongoDB, etc.).
- Click Create.
From a Template
Section titled “From a Template”Deploy a ready-made starter from the vessl-examples repository:
vessld deploy --template go-fibervessld deploy --template node-expressvessld deploy --template python-fastapivessld deploy --template nextjsThis clones the template, builds it, and deploys it in one step. Browse all available templates at github.com/vesslhq/vessl-examples.
What’s Next
Section titled “What’s Next”- Follow the tutorial → Deploy your first app in 5 minutes
- Deployment guide — build strategies, domains, env vars, CI/CD
- Add a database
- Configure environment variables
- Set up notifications
- CLI reference