Airdrop Workflow
This page is the shortest path from setup to a live claim site using the Airdrop Studio CLI.
Recommended Flow
Launch the studio
npx @bonkit/airdrop-studio my-campaignThe CLI prints a localhost URL and opens the studio SPA in your browser.
Configure layout, theme, and brand
Complete the first three sections on the left rail. The preview updates live.
Create the airdrop on-chain
Open the Create Airdrop section and complete the four steps: Draft, Recipients, Deposit, Start. See Create Airdrop.
Generate and deploy the claim site
Run Generate App to produce a Vite + React project, then build and host it. See Deploy.
Every on-chain step requires SOL in the signing wallet to cover Solana network fees. Try the full flow on devnet first.
Want the Full Walkthrough?
For step-by-step UI guidance, signing modes, and deployment details, continue to Airdrop Studio CLI.
Last updated on