Downloads
Get VULK everywhere
Build apps from your browser, IDE, terminal, or phone.
Live
Web App
Full app builder in your browser. No installation required.
Live
MCP Server
Use VULK inside Claude Desktop, Cursor, Windsurf, and VS Code.
In Review
iOS App
Native app for iPhone and iPad. Build on the go.
Live
API
REST API for custom integrations and automation.
Coming Soon
Android
Native Android app. Build anywhere.
Coming Soon
macOS App
Native macOS desktop app for a dedicated experience.
Coming Soon
CLI
Command-line interface for terminal-first workflows.
Coming Soon
VS Code Extension
Build apps without leaving VS Code.
MCP Server Setup
Add VULK to your favourite AI-powered editor in seconds. Copy the configuration below into your editor settings.
Install command
npx -y vulk-mcp-serverGet your API key from vulk.dev/settings/api-keys and add it as VULK_API_KEY.
{
"mcpServers": {
"vulk": {
"command": "npx",
"args": ["-y", "vulk-mcp-server"],
"env": {
"VULK_API_KEY": "vk_sk_your_key_here"
}
}
}
}