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

v1.0.0-beta.7

Published

Create a new InertJS application

Readme


🚀 Welcome to InertJS

InertJS is an ultra-fast, modern JavaScript web framework that eliminates the complexity of build pipelines like Webpack and Vite. It runs natively on Node.js using ES Modules, allowing you to build dynamic, high-performance web applications instantly.

With built-in out-of-order HTML streaming, an encrypted zero-trust Vault, and a blazing-fast file-system router, InertJS gives you the power to ship faster without sacrificing developer experience.

✨ Core Features

  • ⚡️ Zero Build Step: Write native ES Modules and HTML. No bundling, transpilation, or waiting. Just save and refresh.
  • 🌊 Vector Engine: The first natively streaming tagged-template HTML engine. Slow database queries won't block the UI—skeletons are sent immediately, and data streams into the DOM asynchronously.
  • 🛡️ Vault Security: A proprietary zero-trust secrets manager replacing insecure .env files. Keys are encrypted at rest and only decrypted in-memory.
  • 🛣️ Radix Router: Ultra-fast, intuitive file-based routing.
  • ⚡️ Pulse SPA: Get Single-Page Application (SPA) navigation out of the box with a tiny 1KB runtime that seamlessly intercepts links and patches the DOM.
  • 🔒 Shield: Built-in CSRF protection, CSP (Content Security Policy) nonce generation, rate-limiting, and payload obfuscation.

📦 Ecosystem

InertJS is a modular framework. You can use the entire monolith or pick just the packages you need:

| Package | Description | |---|---| | create-inert | The official scaffolding tool to start new projects instantly. | | inertjs-cli | Development server, hot-reloading, and build CLI. | | inertjs-core | The high-performance Node.js server and pipeline. | | inertjs-vector | Tagged-template async HTML streaming engine. | | inertjs-router | The blazing-fast Radix router and manifest compiler. | | inertjs-vault | Zero-trust secrets and configuration manager. | | inertjs-pulse | 1KB client-side SPA morphing engine. | | inertjs-shield | Built-in application security and middleware. | | inertjs-lens | Real-time browser developer tools and logging. |

🛠️ Quick Start

Getting started is as simple as running one command in your terminal:

npx create-inert@latest my-app
cd my-app
npm install
npm run dev

That's it. No build configuration. No waiting. Open http://localhost:3000 to see your new application.

📖 Documentation

Ready to dive deeper? Check out our official documentation at inertjs.org/documentation.

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for more details on how to get started. If you find a bug or have a feature request, please open an issue.

📄 License

InertJS is open-source software licensed under the MIT License.