npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-nextjs-web3-app

v1.0.1

Published

CLI to create Next.js Web3 applications

Readme

🚀 Next.js Web3 Boilerplate

Hey there! 👋 Tired of setting up the same Web3 project structure over and over? Me too! That's why I created this boilerplate to save us all some precious time and headaches.

✨ What's Included?

This boilerplate comes packed with the good stuff:

  • Next.js - The React framework for production
  • 🎨 TailwindCSS - A utility-first CSS framework
  • 🌈 RainbowKit - The best way to connect a wallet
  • ⛓️ wagmi - React Hooks for Ethereum
  • 🔥 And more goodies to make your Web3 development life easier!

🚦 Getting Started

  1. First, clone this bad boy:
git clone https://github.com/mide001/Next.js-Web3-Template
cd Next.js-Web3-Template
  1. Install the dependencies:
npm install
# or
yarn
# or
pnpm install
  1. Create your environment variables:
cp .env.development.local 
  1. Fire it up:
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the magic! ✨

🛠️ Configuration

Environment Variables

Create a .env.development.local file with these variables:

NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_project_id_here

Supported Networks

By default, this boilerplate supports:

  • Base Mainnet

Want to add more? Check out config/networks.ts!

🎨 Styling

This project uses TailwindCSS for styling. Check out tailwind.config.js for customization options.

🔒 Web3 Features

  • 👛 Wallet connection with RainbowKit
  • 🔄 Auto network switching
  • 💰 ETH balance display
  • 📝 Sign messages
  • 🤝 Contract interactions

🤝 Contributing

Got ideas to make this better? Awesome! Here's how you can help:

  1. Fork it
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details.

💖 Support

If this boilerplate saved you some time, consider giving it a ⭐️ on GitHub! It means a lot!

🙏 Acknowledgments

Big thanks to:

  • The Next.js team
  • RainbowKit developers
  • TailwindCSS community
  • And all the awesome Web3 developers out there!

Made with ❤️ by techwithmide - Let's build the decentralized future together! 🌍# Next.js-Web3-Template