Starter Templates
Kick start your new Web3 project with one of our templates.
Select a Template
Explore and choose from a collection of open-source templates.

Starter
A starter project with wallet integration.

Multi-sig Minting
Selling and minting tokens with multi-sig transactions.

Stake Pool
A website for delegators to stake their ADA in your pool.

Sign In with Wallet
Cryptographically prove the ownership of a wallet.
Select a Language
Programming language for your project.

JavaScript
Programming language that allows you to implement complex features on web pages.
TypeScript
Syntactical superset of JavaScript that adds optional static typing.
Install Starter Templates
Kick start with one the of our starter templates
Starter Next.js TypeScript

Start a new project on Next.js. This starter template consists of a connect wallet button and wallet integration.
npx create-mesh-app leap -t starter -s next -l ts
Starter Next.js JavaScript


Start a new project on Next.js. This starter template consists of a connect wallet button and wallet integration.
npx create-mesh-app leap -t starter -s next -l js
Minting Next.js TypeScript

Sell native tokens with multi-sig minting; where the backend server will build the transaction, and the user signs the transaction on the frontend.
npx create-mesh-app leap -t minting -s next -l ts
Minting Next.js JavaScript


Sell native tokens with multi-sig minting; where the backend server will build the transaction, and the user signs the transaction on the frontend.
npx create-mesh-app leap -t minting -s next -l js
Stakepool Next.js TypeScript

Are you a stake pool operator? This starter template allows delegators to connect their wallet and stake with your pool.
npx create-mesh-app leap -t staking -s next -l ts
Stakepool Next.js JavaScript


Are you a stake pool operator? This starter template allows delegators to connect their wallet and stake with your pool.
npx create-mesh-app leap -t staking -s next -l js
Sign In Next.js TypeScript

Cryptographically prove the ownership of a wallet by signing a piece of data using data sign.
npx create-mesh-app leap -t signin -s next -l ts
Sign In Next.js JavaScript


Cryptographically prove the ownership of a wallet by signing a piece of data using data sign.
npx create-mesh-app leap -t signin -s next -l js