Skip to Content
Quick Start

Quick Start

The fastest way to get started with Pulsar is to use one of our official example apps. Each example is a fully functional application that demonstrates a different wallet integration or feature set of the Pulsar and Nova transaction suites.

🚀 Examples

The cosmos-playground repository contains a variety of examples to help you get started.

Ready

Next.js + Nova Connect

Next.js 16Beginner

Complete Web3 starter template with Nova Connect integration, featuring modern wallet connectivity and seamless user experience.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Next.js + ConnectKit

Next.js 16Beginner

Production-ready dApp template showcasing ConnectKit's elegant wallet modal and multi-chain support capabilities.

React 19TypeScriptConnectKitWagmiTailwindCSS
Ready

Next.js + RainbowKit

Next.js 16Beginner

Full-featured Next.js App Directory example with beautiful wallet connection UI and comprehensive transaction tracking.

React 19TypeScriptRainbowKitWagmiTailwindCSS
Ready

Next.js + Nova Connect (EVM only)

Next.js 16Beginner

Specialized EVM-focused implementation.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Next.js + Nova Connect (Solana only)

Next.js 16Beginner

Dedicated Solana ecosystem template with cluster management, program interactions, and native SOL transaction handling.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Vite + Nova Connect

Vite + ReactBeginner

Lightweight and fast Vite React application with Nova Connect integration. Perfect for rapid development and testing.

React 19TypeScriptVite@tuwaio/nova-connectTailwindCSS

🏃‍♂️ Getting Started in 2 Steps

Follow these steps to get a local example running.

1. Create your application

Run npx create-cosmos-playground@latest in your terminal to create a new application from one of our templates.

npx create-cosmos-playground@latest

2. Start Building

Once the dependencies are installed, you can run the local development server.

pnpm dev
Last updated on