AppKit

Ship TON dApps in minutes, not weeks

AppKit provides a single integration surface for core TON actions. By removing blockchain complexity, we enable your team to focus entirely on UX, logic, and user growth

Hero

Less infrastructure. More impact.

Skip the boilerplate for balances, token transfers, swaps, and staking. Focus on building the UX that drives real user journeys in your app.

Everything you need to power core on-chain UX - today.

The Alpha release focuses on the most critical primitives needed to ship functional TON dApp experiences today.

Available in Alpha

Send & receive TONAlpha
Manage USDT & JettonsAlpha
Browse & transfer NFTsAlpha
Swap tokens via DEXAlpha
Stake through DeFi protocolsAlpha

Roadmap

Embedded wallet in your appSoon
Payments via TON PaySoon
Sponsor gas for your usersSoon
On-ramp flowsSoon
In-app analyticsSoon
Quickstart

Connect → Assets → Swap / Stake in minutes.

Start with a fully functional app, then customise the UI and product logic.

Phone mockupInstall AppKit
import {
  AppKit,
  TonConnectConnector
} from '@ton/appkit';

const manifestUrl = 'https://tonconnect-sdk-demo-dapp.vercel.app/tonconnect-manifest.json';
const tonConnectOptions = {
  manifestUrl
};

const appKit = new AppKit({
  connectors: [
    new TonConnectConnector({
      tonConnectOptions
    }),
  ],
});
Ready?

Build your first TON dApp today

Start with assets, then add swap and staking when you’re ready.