New to @sei-js/create-sei? Check out our Quick Start guide for step-by-step instructions on getting started. This page is a reference for all available template combinations.

Choose a Template

Next.js + Wagmi (EVM)

Production-ready Next.js application with Wagmi for type-safe Ethereum wallet connections and blockchain interactions. Includes built-in support for MetaMask, WalletConnect, Coinbase Wallet, and other popular wallets. Best for full-stack dApps requiring server-side rendering, SEO optimization, and robust wallet integration.
CLI Flags: -f next -e evm -l wagmi
Tech Stack: Next.js 14 Wagmi v2 Viem TanStack Query Tailwind CSS
npx @sei-js/create-sei app -n my-app -f next -e evm -l wagmi

Vite + Wagmi (EVM)

Ultra-fast development environment with Vite’s instant hot module replacement and Wagmi’s type-safe wallet connections. Features automatic wallet detection, connection state management, and optimized bundle sizes. Perfect for rapid prototyping, development testing, and single-page applications requiring fast iteration cycles.
CLI Flags: -f vite -e evm -l wagmi
Tech Stack: Vite React 18 TypeScript Wagmi v2 Viem TanStack Query
npx @sei-js/create-sei app -n my-app -f vite -e evm -l wagmi

What’s Included

Each template includes these essential features:

Wallet Connection

Ready-to-use wallet connection with support for MetaMask, WalletConnect, and other popular wallets

Network Configuration

Pre-configured for Sei mainnet, Atlantic-2 testnet, and devnet environments

Type Safety

Full TypeScript support with proper type definitions for contracts and blockchain interactions

Modern Tooling

ESLint, Prettier, and modern development tools configured out of the box

Responsive Design

Mobile-first responsive layouts with Tailwind CSS utility classes

Error Handling

Comprehensive error boundaries and user feedback for blockchain interactions