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

sayed-web-client

v1.0.3

Published

> **One command. Full-stack Next.js — ready to build.**

Readme

🚀 sayed-web-stack

One command. Full-stack Next.js — ready to build.

sayed-web-client is a CLI scaffolding tool that spins up a production-ready Next.js project pre-loaded with a carefully curated full-stack dependency set — authentication, database, payments, UI, and animations — all in a single command.

Install

npx sayed-web-client my-project

✨ What It Does

Running sayed-web-client will:

  1. Bootstrap a fresh Next.js project using create-next-app@latest
  2. Automatically install a full-stack dependency suite into the new project

No manual npm install. No hunting for package names. Just run and build.


📦 Bundled Dependencies

| Package | Purpose | |---|---| | better-auth | Modern, flexible authentication framework | | @better-auth/mongo-adapter | MongoDB adapter for Better Auth | | mongodb | Official MongoDB driver | | stripe | Stripe server-side SDK for payments | | @stripe/stripe-js | Stripe client-side SDK | | @heroui/react | Beautiful, accessible React UI components | | @heroui/styles | Styling utilities for HeroUI | | @gravity-ui/icons | Rich icon library | | lucide-react | Clean, consistent icon set for React | | motion | Production-ready animations (formerly Framer Motion) |


🛠️ Installation & Usage

Prerequisites

  • Node.js v18 or higher
  • npm v7 or higher

Usage

npx sayed-web-client my-project

Replace my-project with your desired project name. The CLI will:

  • Create a new Next.js app in a folder named my-project
  • Install all bundled dependencies automatically

That's it. Start building immediately.


📁 Project Structure

After running the command, your project will follow the standard Next.js structure with all dependencies pre-installed:

my-project/
├── app/
├── public/
├── node_modules/       # All dependencies pre-installed
├── package.json
├── next.config.js
└── ...

🔧 Tech Stack Overview

This CLI is built for developers who want to ship fast with:

  • Next.js — React framework with App Router support
  • Better Auth + MongoDB — Full authentication with database persistence
  • Stripe — End-to-end payment integration (client + server)
  • HeroUI + Lucide + Gravity UI Icons — Complete UI toolkit
  • Motion — Smooth, performant animations

📋 Package Info

{
  "name": "sayed-web-client",
  "version": "1.0.2",
  "type": "module",
  "bin": {
    "sayed-web-client": "./index.js"
  }
}

🔄 Changelog

| Version | Notes | |---|---| | 1.0.2 | Latest stable release | | 1.0.0 | Initial release |


👨‍💻 Author

**Md. Sayed ** Junior MERN Stack Developer

npm License: MIT


📄 License

MIT © Md. Sayed