| Crates.io | solvibe |
| lib.rs | solvibe |
| version | 0.0.2 |
| created_at | 2025-04-30 03:06:04.554921+00 |
| updated_at | 2025-10-10 18:29:30.425809+00 |
| description | CLI tool for Solana templates |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1654396 |
| size | 44,304 |
solvibe helps you kickstart your Solana development by providing handy project templates. Spend less time on boilerplate setup and more time building.
Ensure you have Rust installed. If not, follow the official installation guide: https://www.rust-lang.org/tools/install
cargo install solvibe
solvibe offers two main commands to streamline your workflow:
solvibe init)This command clones pre-configured starter templates directly to your machine.
Steps:
solvibe init
? What template do you want to use? ›
❯ Client code (Typescript or Rust)
Fullstack Anchor program with Nextjs frontend
Cancel
✔ What template do you want to use? · Client code (Typescript or Rust)
? Enter directory name to clone into (default: starter) › my-solana-app
Available Templates:
❯ All
Typescript Client
Rust Client
Back
Cancel
solvibe install)This command helps you install other essential tools commonly used in Solana development (Solana CLI, Anchor CLI, etc.).
solvibe install
This simplifies the setup process for your development environment.