Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Solana dApp scaffold built with Next.js 16, Tailwind CSS v4, and shadcn/ui, featuring wallet integration, a 2026 design system, and AI development rules.
Builderz Solana dApp Scaffold is a minimal boilerplate for Solana decentralized applications, built on Next.js 16, Tailwind CSS v4, and shadcn/ui, and maintained by Builderz. It gives developers a pre-configured front-end with wallet connection, a 2026-style design system, and AI development rules out of the box.
Builderz Solana dApp Scaffold is a starter repository for Solana front ends. It takes a Solana RPC endpoint as an environment variable and produces a running Next.js app with wallet adapter integration, a themed component library, and a clean project structure. The scaffold targets React 19, uses the App Router with Turbopack, and is published on GitHub by Builderz under the MIT license.
.bg-mesh class that auto-switches light and dark variants.pnpm dlx shadcn@latest add dialog or similar commands.pnpm solana-rules runs solana-claude-md to generate CLAUDE.md, SOLANA_EXPERT_AGENT.md, and SOLANA_FRONTEND_AGENT.md covering Anchor 0.32+, security best practices, Mollusk, LiteSVM, Trident fuzzing, and transaction optimization.Solana dApp developers who want a preconfigured front-end with wallet connect and a consistent UI instead of wiring Next.js, Tailwind, and wallet adapter manually. Solana program developers who use AI coding assistants can use the bundled rules to get expert guidance on Anchor programs, security, and testing. Product teams that want a clean 2026-style visual identity with glass and soft UI effects can adopt the scaffold's design tokens directly.
pnpm dev, and get a wallet-connected landing page with dark/light themes.pnpm solana-rules to generate Solana development rule files for Claude Code, covering security best practices, testing frameworks, and landing strategies.The setup flow is: clone the repository, run pnpm install, copy .env.example to .env, add a Solana RPC endpoint, then run pnpm dev and open http://localhost:3000. The repository includes scripts for dev, build, start, lint, format, and format:fix, plus the solana-rules script for AI configuration. The project structure separates app/, components/ui/, components/layout/, components/wallet/, contexts/, lib/, and styles/ to keep providers, utilities, and design tokens organized.
Builderz Solana dApp Scaffold is free and open source under the MIT license.
Yes, the scaffold is released under the MIT license, so you can use, modify, and redistribute it without licensing fees. The GitHub repository is public and contributions are welcome.
Node.js 24 or newer is recommended. Next.js 16 requires Node.js 20.9.0 as a minimum, so any Node.js version from 20.9.0 upward should work.
Yes, it integrates the Solana Wallet Adapter through a ContextProvider and provides a styled wallet modal and dropdown, so users can connect wallets directly from the starter UI.
The project uses shadcn/ui, so you can add components from the CLI, for example pnpm dlx shadcn@latest add dialog or pnpm dlx shadcn@latest add dropdown-menu. Components are placed in components/ui/.
Edit the theme variables in styles/globals.css. The scaffold defines colors such as --color-builderz-green and --color-builderz-blue that are used across the design system and can be overridden globally.
