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 TON

Alpha

Manage USDT & Jettons

Alpha

Browse & transfer NFTs

Alpha

Swap tokens via DEX

Alpha

Stake through DeFi protocols

Alpha

Roadmap

Embedded wallet in your app

Soon

Payments via TON Pay

Soon

Sponsor gas for your users

Soon

On-ramp flows

Soon

In-app analytics

Soon
Quickstart

Connect → Assets → Swap / Stake in minutes.

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

Phone mockup
Install 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.