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

v1.0.22

Published

Create a new Nexa app with prebuilt structure, PWA support, and modern React/Vite setup

Readme

Nexa CLI

React Power. Angular Simplicity. Vite Speed. Cleaner UI. Prebuilt structure.

🚀 Nexa CLI - Powered by Conscious Neurons LLC
🌐 https://consciousneurons.com
🌐 https://nexajs.dev/
Built by Salman Saeed: https://salmansaeed.us


✨ About Nexa CLI

Nexa CLI is a next-generation scaffolding tool designed to give developers a production-ready UI foundation instantly.

It combines:

  • ⚛️ React Power
  • 🧱 Angular-style structure
  • Vite Speed
  • 🎯 Cleaner UI with prebuilt layout system

Unlike traditional CLIs, Nexa does not just create files —
it gives you a fully structured application shell with:

  • Dynamic header system
  • Responsive sidebar + mobile navigation
  • Centralized route configuration
  • Styled component scaffolding
  • Modern design system (Nexa theme)

🚀 Creating a New App

npx create-nexa-app my-app

Or with base path:

npx create-nexa-app my-app --base /portal/

🌐 Base Path Support

Use --base when deploying under a subpath.

Example:

npx create-nexa-app my-app --base /portal/

This configures your app to run at:

https://example.com/portal/

What it automatically configures

  • Vite base path
  • manifest.json start URL + scope
  • PWA asset paths
  • Service worker path
  • React Router basename

🧩 Core Commands

| Command | Description | | ------------------------- | ------------------------- | | nexa new app <app-name> | Create a new Nexa app | | nexa new <app-name> | Shortcut for creating app | | nexa new gc <name> | Generate component | | nexa new cc <name> | Generate component | | nexa new svc <name> | Generate service | | nexa new ctx <name> | Generate React context |


⚙️ Running the App

Inside your project:

npm run nexa

or:

npm run dev

or:

npm start

🔢 Version

nexa --version

🧠 Nexa Architecture

🔹 Route-driven system

src / config / routeMeta.js;

Controls:

  • Navbar
  • Dynamic header
  • Routing

🔹 Prebuilt Layout System

Includes:

  • Sidebar (desktop)
  • Mobile navigation
  • Sticky header
  • Content container

🔹 Dynamic Header

routeMeta["/nexa"] = {
  title: "Nexa Page",
  subtitle: "Generated instantly",
};

🔹 Styled Component Generation

nexa new gc MyComponent

Creates:

  • Styled component
  • Nexa UI applied
  • Clean structure

🔹 Nexa Design System

  • Dark theme
  • Cyan primary
  • Gold accents
  • Glass UI

🎯 Example Workflow

npx create-nexa-app my-platform
cd my-platform
npm run dev

Then:

nexa new gc dashboard
nexa new svc api-service
nexa new ctx user-session

💡 Tips

  • Run commands from project root
  • Use routeMeta.js for navigation
  • Focus on logic, not setup

🔥 Why Nexa?

Eliminates:

❌ repetitive setup ❌ inconsistent UI ❌ messy structure

Gives:

✅ instant UI ✅ clean architecture ✅ scalable apps ✅ modern design


👤 Author

Salman Saeed https://salmansaeed.us


🧠 Company

Conscious Neurons LLC https://consciousneurons.com


🤝 Sponsored By

Alba Gold Systems https://alba.gold


🚀 Philosophy

Build fast. Stay structured. Ship clean.

Nexa = Cleaner UI + Prebuilt Structure


Why this placement works

  • https://nexajs.dev is now top-tier visibility (same level as company)
  • It reads as:
    • company → product → builder
  • No clutter or repetition