Skip to Content
ProductsAirdrop Studio CLI

Airdrop Studio CLI

@bonkit/airdrop-studio is a command-line tool that launches a local browser studio. Configure a Solana airdrop campaign visually, create it on-chain, then generate a deployable static site for your claim page.

No backend, no Bonkit hosting account, no smart contract writing. The output is a plain Vite + React + TypeScript app you can drop onto Vercel, Netlify, GitHub Pages, or any static host.

Who It Is For

  • Community managers and marketers who want a self-hosted claim page without writing code. Configure in the studio, then deploy the generated app.
  • Developers and token issuers who want to enhance or customize the generated app with AI coding agents or manual edits.

Creating an on-chain airdrop requires a Solana wallet and SOL for transaction fees. Recipients, deposits, and the launch all execute as real Solana transactions.

Airdrop Studio CLI vs the Hosted Airdrop Studio

Bonkit has two products that share the “Airdrop Studio” name. Pick the one that matches how you want to run the campaign.

Airdrop Studio CLIHosted Airdrop Studio
Where it runsYour machine — npx @bonkit/airdrop-studio starts a local HTTP server and opens the studio SPA in your browserapp.bonkit.dev
OutputDeployable static SPA you host yourselfBonkit-managed campaign page
Custom brandingFull — layout, theme, copy, logos, hero imageManaged UI
HostingYour choice (Vercel, Netlify, GitHub Pages, etc.)Provided
Best forProjects that want a self-hosted claim siteProjects that want the fastest path to launch

Both options create the same on-chain airdrop. Recipients can check eligibility and claim in either flow.

Quick Start

npx @bonkit/airdrop-studio my-campaign

The CLI starts a local server and opens the studio SPA in your default browser. Complete the six sections on the left rail, then click Generate App to produce a deployable project.

Worried about losing assets while you learn the flow? Run the whole campaign on devnet first. Devnet SOL and tokens carry no real value, so you can create, fund, start, and claim an airdrop end-to-end before switching to mainnet-beta.

Start Here

Last updated on