Installation
Quick Start
1
Login to Voyant
Authenticate with your Voyant account via browser-based OAuth.
2
Initialize your project
Link your local project to a Voyant workspace and project.This creates a
voyant.json configuration file in your project root.3
Start development
Start your local dev server, then authenticate localhost with Voyant.
What you can do
Authenticate
Login, logout, and manage your Voyant credentials
Project Setup
Initialize, link, and configure projects
Local Development
Authenticate localhost and Payload CMS admin panels
Monitor Deployments
View deployment status across environments
Configuration
Runningvoyant init creates a voyant.json file:
This file is safe to commit to version control — it contains no secrets.
Supported Frameworks
The CLI auto-detects the following frameworks:| Framework | Detection | Default Port |
|---|---|---|
| Next.js | next dependency | 3000 |
| Remix | @remix-run/react dependency | 3000 |
| Nuxt | nuxt dependency | 3000 |
| Astro | astro dependency | 4321 |
| Cloudflare Worker | wrangler.toml or Hono | 8787 |
| Static Site | index.html in root | 3000 |