From prompt to mainnet.

VibeKit gives your AI the skills and tools to build on Algorand with one command.

$ curl -fsSL getvibekit.ai/install | sh
vibekit

The agentic stack for Algorand builders.

Without the right context, your AI hallucinates bad Algorand code. VibeKit gives it the knowledge and tools to actually ship: compile, deploy, test, debug, all in one conversation.

Oh, and your keys never touch the AI. Wallet providers like Vault or your OS keyring handle signing. The AI just requests transactions.

vibekit
$ tree ~/vibekit
~/vibekit/
│
├── skills/                  11 agent skills (Anthropic spec)
│   ├── /build               compile Puya → TEAL & ARC-56
│   ├── /test                run & debug tests
│   ├── /deploy              ship to any network
│   ├── /troubleshoot        diagnose errors
│   └── ...7 more            works with Claude Code & OpenCode
│
├── mcp-tools/               44 blockchain operations
│   ├── contracts (7)        deploy, call, introspect ABI
│   ├── assets (8)           create, transfer, freeze
│   ├── accounts (7)         fund, switch, send
│   ├── state (3)            global, local, boxes
│   └── indexer (5)          search txns, query logs
│
└── security/                AI signs. Never sees keys.
    ├── vault                HashiCorp Vault, keys never leave
    └── keyring              OS-encrypted (Keychain / Secret Service)

Get started.

1

Install VibeKit

Single command installs the CLI binary

curl -fsSL https://getvibekit.ai/install | sh
2

Run setup

Configure your AI tool, install skills, set up MCP servers

vibekit init
3

Start building

Use your AI tool with Algorand superpowers