Skip to Content
Overview

Overview

Bonkit ships open-source tools for running token airdrops on Solana from your own machine and infrastructure.

Launch airdrop campaigns from a local CLI, host your own claim site, and embed claim flows in your own app — without writing smart contracts.

Bonkit is non-custodial. Transactions are executed directly from your wallet.

Start Here

Core Tools

  • Airdrop Studio CLI@bonkit/airdrop-studio. Configure a campaign in a local studio, create it on-chain, and generate a deployable static claim site.
  • Airdrop SDK@bonkit/airdrop-sdk. TypeScript SDK to read airdrop state and build versioned transactions for merkle and on-chain claim flows.

Before You Start

  • Connect a Solana wallet that can sign transactions.
  • Keep some SOL in your wallet to cover network fees.
  • Prepare a clean wallet list before opening the studio.
  • For mainnet-beta, bring your own RPC endpoint.

Where should I start?

I want to launch my first airdrop

Start with Quick Start for the shortest path through the CLI.

I want to embed claim flows in my own app

Go to Airdrop SDK Getting Started.

I want to understand the model first

Read Bonkit Architecture and What Is an Airdrop.

Common Use Cases

  • Self-hosted Community Airdrop Run a claim site on your own domain for a known recipient list.

  • Embedded Claim Flow Build the claim experience directly into your existing app using the SDK.

  • Programmatic Distribution Drive transactions from a backend or CI job with a dedicated keypair.

Need Help?

Last updated on