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-nexo

v1.7.1

Published

NEXO is a next-generation, extensible CLI for scaffolding and orchestrating modern frontend projects

Readme

🚀 NEXO CLI

Next-generation, extensible CLI for scaffolding and orchestrating modern frontend projects

npm version npm downloads License: MIT Node.js

🌐 Official Website | 📖 Documentation


🎯 Core Features & Ecosystem

NEXO combines a cutting-edge tech stack with a powerful orchestration engine for an elite development experience.

  • ⚛️ Modern Foundation — Native React 19 support with React Compiler, built for speed on the leading Vite engine.
  • 📜 TypeScript First — Strict TS 5.7+ standards out of the box for ultimate type safety and reliability.
  • 🎨 Visual Excellence — Premier styling with Tailwind CSS v4, Sass, and official shadcn/ui and HeroUI integrations.
  • 🧱 Scalable Architecture — Professionally scaffolded FSD, Feature-based, and Clean Architecture patterns.
  • 🧠 AI-Native Context — Auto-generated .nexo/ai-context.md for perfect alignment with modern AI coding agents.
  • 📚 Smart Documentation — Auto-generated DOCS.md with direct links to official documentation for your chosen stack.
  • Instant Setup — Zero-latency I/O with memory-resident package.json management; saved exactly once per project.
  • 💾 Custom Presets — Save and reuse your favorite tech stacks (~/.nexo/presets.json) for one-click project creation.
  • Smart Prefetching — Background caching for npm, pnpm, and yarn during setup, reducing install time by up to 70%.
  • 🌍 Arabic & RTL Native — Core support for RTL direction, lang="ar" configuration, and professional Cairo font integration.
  • 🚀 Atomic Orchestration — Combined Git operations and parallel module loading for lightning-fast command execution.
  • 🛠️ Unified Maintenance — Total project health, security, and bundle auditing via the single check command.
  • 👀 Dry Run Safety — Preview every file and structural change before they ever touch your disk.
  • 📦 Zero-Dependency Binary — Entire CLI is bundled into a single file (~340KB) for instant installation and startup.
  • 🚚 Multi-PM Support — Native detection and optimization for pnpm, Bun, and Yarn.
  • 🏗️ Template Cloning — Lightning-fast scaffolding using GitHub templates with giget integration and 3-retry resilience.
  • 🛡️ Pre-Write Safety — Permission checks, disk space validation (100MB+), and Windows MAX_PATH protection.
  • 🔄 Network Resilience — Exponential backoff retry logic with GitHub rate limit detection and offline error guidance.
  • 🏎️ Optimized npm — High-performance npm strategy with clean outputs and audit bypass for 30% faster installs.
  • 📊 Auto Version Resolution — Automatically fetches latest package versions with graceful fallback to stable defaults.
  • 📈 Install Stats — Detailed performance metrics and caching summaries after every installation.
  • 🎨 UI RTL-Ready — Specialized support for Ant Design RTL configuration and professional Arabic typography.

📂 Project Structure

NEXO generates a clean, scalable structure tailored to your choices (e.g., FSD, Feature-based).

my-app/
├── public/              # Static assets
├── src/
│   ├── app/             # App providers & global layout
│   ├── assets/          # Images, fonts, icons
│   ├── components/      # Shared UI components
│   ├── config/          # Environment & app config
│   ├── features/        # Feature-based modules (slices)
│   ├── hooks/           # Shared React hooks
│   ├── lib/             # Utils, helpers, and third-party setups
│   ├── pages/           # Route components
│   ├── styles/          # Global styles (Tailwind/CSS Modules)
│   ├── types/           # Shared TypeScript interfaces
│   ├── App.tsx          # Main entry component
│   └── main.tsx         # Application entry point
├── .nexo/               # AI Context & Metadata
├── .cursorrules         # AI-specific coding rules
├── DOCS.md              # Documentation for your specific stack
├── index.html
├── package.json
└── vite.config.ts

📦 Quick Start

# Recommended (Instant execution)
npx create-nexo@latest

# Or using the npm create shorthand
npm create nexo@latest

# Global installation (optional)
npm install -g create-nexo
nexo create my-app

🎯 Command Suite

| Command | Description | |---------|-------------| | nexo create | Start a new project with interactive prompts | | nexo create --audit | Enable security audit during installation | | nexo create --strict | Enable strict dependency resolution | | nexo create --template | Clone a project from a GitHub template | | nexo create --rtl | Create an Arabic & RTL project instantly | | nexo wizard | Guided project creation for beginners | | nexo presets | List and use optimized project presets | | nexo check | Run system & project health checks | | nexo update | Self-update Nexo CLI to the latest version |


🎨 Tech Stack Ecosystem

Build Variants

  • React 19 + Compiler — The future of React with auto-memoization.
  • TypeScript + Vite — Industry standard for speed and safety.
  • SWC Transformation — Ultra-fast builds for massive projects.

Styling & UI

  • Tailwind CSS v4 — Utility-first with the latest engine features.
  • shadcn/ui — Beautiful, accessible, and fully customizable.
  • HeroUI — Feature-rich component libraries.

State & Data

  • Zustand / Redux Toolkit — Scalable state management.
  • TanStack Query — Advanced caching and data synchronization.
  • TanStack Router / React Router — Type-safe navigation.

🧠 AI Integration

Nexo is designed for the age of AI. Every project includes:

  • .nexo/ai-context.md: A comprehensive source of truth for your stack, used by LLMs to provide more accurate code.
  • Modular Cursor Rules: Specialized .cursorrules that adapt to your specific choices (React, Tailwind, Zustand, etc.).
  • Architecture Context: Explains project structure and patterns to AI agents for perfect code generation.

🛠️ Development & Contribution

git clone https://github.com/Moshaban09/create-nexo.git
cd create-nexo
npm install
npm run build
npm link

📄 License

MIT © 2026 Mohamed Shaban


Built with ❤️ for the modern web

Report BugRequest Feature