Developer SDK

Deploy in seconds, not hours.

Our SDK is designed with developer experience at its core. Zero-config deployments, type-safety out of the box, and a unified API for all your infrastructure needs.

Install the SDK

Available for Node.js, Python, and Go.

Initialize Project

vibe init will set up your local workspace.

Live Sync

Watch your changes reflect globally in real-time.

1const vibe = require('vibe-ui')
2
3const client = vibe.createClient({
4 apiKey: 'VIBE_SEC_4321'
5})
6
7await client.deploy({
8 project: 'my-vibe-app',
9 edge: true
10})
SDK VERSION: 4.2.0-STABLE