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-modulus-app

v1.0.0

Published

Create Modulus dApps with one command

Readme

create-modulus-app

🔷 Create Modulus dApps with one command - just like Create React App!

Build decentralized applications on Modulus Testnet with your choice of Vite or Next.js, complete with TypeScript, Tailwind CSS, and Reown AppKit integration.

Quick Start

npx create-modulus-app my-app

The CLI will guide you through:

  1. Project name - Name your dApp
  2. Framework - Choose Vite or Next.js
  3. Reown Project ID - Enter your ID or use demo (get one free at cloud.reown.com)

That's it! Your app is ready with everything configured! 🎉

What's Included?

  • Framework Choice: Vite + React or Next.js 14
  • TypeScript: Full type safety out of the box
  • Reown AppKit: Easy wallet connection (WalletConnect v2)
  • Tailwind CSS: Beautiful, responsive styling
  • Modulus Testnet: Pre-configured custom chain
  • Environment Variables: dotenv setup with examples

Features

Your bootstrapped app includes:

  • 🔴 Dark red gradient theme
  • 🔗 One-click wallet connection
  • 💰 Real-time CULT balance display
  • 👛 Connected address display
  • ⚡ Glassmorphism UI design
  • 🎨 Revolutionary gradient styling
  • 📱 Fully responsive

Modulus Testnet Details

The SDK comes pre-configured with:

  • Name: Modulus Testnet
  • Chain ID: 6666
  • RPC URL: https://rpc.moduluszk.io
  • Block Explorer: https://eye.moduluszk.io
  • Symbol: CULT

Development

After creating your app:

cd my-app

# Dependencies are already installed!
# .env file is already created!

# Just start developing
npm run dev

The .env.example File

Templates include .env.example as documentation showing:

  • What environment variables are needed
  • Where to get values (links to services)
  • Example format

You don't need to manually copy it! The CLI automatically creates your .env file with your Project ID during setup.

Troubleshooting

"REOWN_PROJECT_ID is not set"

Make sure you've:

  1. Created a .env file (Vite) or .env.local (Next.js)
  2. Added your Reown Project ID from cloud.reown.com

Wallet not connecting

Ensure:

  • Your Reown Project ID is valid
  • You're using a Web3 wallet (MetaMask, Coinbase Wallet, etc.)
  • The Modulus Testnet is added to your wallet

CLI not found

If npx create-modulus-app doesn't work:

  • Try npm init modulus-app instead
  • Ensure you have Node.js 16+ installed
  • Check your npm registry is set to npmjs.com

Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests
  • Improve documentation

License

MIT © Carlton Bags


Resources

  • Modulus Website: https://moduluszk.io
  • Documentation: https://docs.moduluszk.io
  • Block Explorer: https://eye.moduluszk.io
  • Faucet: https://faucet.moduluszk.io
  • GitHub: https://github.com/CarltonBags/create-modulus-app

🚀 Buidl on the Revolution!