Quick Start
1. Install VibeKit
curl -fsSL https://getvibekit.ai/install | sh$env:VIBEKIT_CHANNEL = "alpha"; irm https://getvibekit.ai/install.ps1 | iex2. Initialize your project
vibekit initThe CLI walks you through setup, then creates everything your AI needs. Skills teach your AI Algorand patterns. MCP servers give it tools to interact with the network.
3. Verify setup
vibekit status4. Start building
Open your AI tool and ask it to create a smart contract project, build and test it, or deploy to localnet.
That’s it. Your AI now knows Algorand.