Polkadot Next.js Starter

Choose a template to start. Each card links to a specific branch for one-click deploy.

papi + reactive-dot
Polkadot-Api (papi) stack using reactive-dot primitives.
papi template screenshot
  • Next.js 15 App Router + RSC
  • Wallet integration with signers
  • papi integration with reactive-dot hooks
  • Shadcn UI, Radix, Tailwind
$ git clone --branch papi https://github.com/niklasp/polkadot-nextjs-starter.git && cd polkadot-nextjs-starter
dedot + typink
Dedot SDK with Typink provider and hooks.
typink template screenshot
  • Next.js 15 App Router + RSC
  • Typink provider, fees, tx hooks
  • Shadcn UI, Radix, Tailwind
  • Multi-chain support
  • TxButton component
  • TxNotification component
$ git clone --branch typink https://github.com/niklasp/polkadot-nextjs-starter.git && cd polkadot-nextjs-starter