Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js template for Solana dApps with wallet connection, NFT components, and Tailwind CSS.
Solana dApp Template with Next.js is a boilerplate for building decentralized applications on the Solana blockchain using the Next.js React framework, pre-wired with wallet connection and NFT tooling.
Solana dApp Template with Next.js is an open-source, MIT-licensed repository that scaffolds a Solana dApp with Next.js and a modern frontend stack. The template takes a fresh Next.js project and adds @solana/web3.js for blockchain interaction and @metaplex-foundation/js for NFT and marketplace functionality, producing a runnable app with a wallet-connected header and an NFT select component. It is installed via pnpm install and launched with pnpm run dev.
app/page.tsx with a dev server on localhost:3000.The README documents five setup steps: clone the repository, run pnpm install, customize the project starting at app/page.tsx, start the development server with pnpm run dev, then open localhost:3000 in a web browser.
Yes, the project is open source under the MIT License and the repository is public on GitHub.
It bundles Next.js, @solana/web3.js, @metaplex-foundation/js, @headlessui/react, @heroicons/react, Prettier, Tailwind CSS, and TypeScript.
No, an NFT gallery is listed as a TODO on the README. The current components are a Header with wallet connection and an NFT Select component.
After cloning the repository, run pnpm install to install dependencies, then pnpm run dev to start the server. Visit http://localhost:3000 in your browser.
Contributions are welcome. The README invites creating issues or pull requests for suggestions, bug reports, feature requests, or other improvements.
