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

Toncoin transfers

Alpha

Jettons (incl. stablecoins): read balances, transfer tokens

Alpha

NFTs: read collections/items, display ownership

Alpha

DEX swap module

Alpha

Staking module

Alpha

Roadmap

Embedded wallet onboarding

Soon

Payments (TON Pay)

Soon

Gas sponsorship

Soon

On-ramp flows

Soon

Analytics

Soon
Quickstart

Connect → Assets → Swap / Stake in minutes.

Copy → paste → run. 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.