
Documentation
Learn how to build and deploy full-stack applications and AI agents on serverless infrastructure.
Introduction
Welcome to the Volcano documentation. Volcano is a complete platform for building modern applications with AI-powered tools, serverless functions, and managed infrastructure. Get started quickly and scale effortlessly.
Quick Start
# Install the Volcano CLI
npm install -g volcano-cli
# Login to your account
volcano login
# Create a new project
volcano init my-app
# Deploy your app
volcano deploy