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

@rozenite/app

v2.4.0

Published

Standalone Rozenite DevTools application, served directly by Metro and connected to a device over its own CDP WebSocket.

Readme

rozenite-banner

A standalone Rozenite DevTools application that runs in its own browser window.

mit licence npm downloads Chat PRs Welcome

@rozenite/app is the Rozenite shell, connected directly to a device over its own CDP WebSocket and served on its own page instead of embedded in the React Native DevTools frontend. It is launched with rozenite open, is served by @rozenite/middleware, and is currently opt-in — it does not replace the embedded DevTools panel experience.

Running as its own page rather than inside DevTools means the shell survives things that would otherwise reset it. Its headline capability is that installed plugin panels stay mounted across a JS-VM reload: today, the embedded panel tears every panel down on each app reload. This app instead shows a "Reloading…" status in its footer, reconnects to the device once the new JS VM comes up, and leaves your panels' state untouched.

Features

  • Panels survive reloads: A JS-VM reload reconnects the underlying device connection without unmounting the shell or its panels.
  • Own browser window: Runs outside the React Native DevTools frontend, so it isn't tied to that window's lifecycle.
  • Status footer: Shows connection state — connecting, connected, reloading, disconnected, Rozenite not installed, or dev server unreachable — with a way to retry or reconnect from each problem state.

Installation

@rozenite/app is not installed directly. It ships as a dependency of @rozenite/middleware, which serves its build automatically, and is opened with the rozenite CLI's open command.

Usage

Start your dev server (rozenite open needs a running one to talk to), then run:

npx rozenite open

This looks at the default port of every supported integration — Metro's 8081 and the Lynx dev server's 3000 — lists the devices connected to whichever is running, labelled by integration, and opens this app, in an Electron window (via @rozenite/electron-app) for the one you pick, or your default browser if Electron isn't available.

Current limitations

  • Single debugger slot: The app connects directly to the device, the same way React Native DevTools and rozenite agent do. Only one connection can be attached to a device at a time, so opening this app disconnects React Native DevTools (or rozenite agent) if either is already attached, and vice versa — whichever connects last wins.
  • Requires Metro: The app is served by Metro, so it isn't reachable unless Metro is running. If Metro stops, the app shows a "dev server unreachable" state until it's back.
  • Interactive only: rozenite open requires a terminal a person can respond to and cannot be used in CI or non-interactive shells.

Made with ❤️ at Callstack

rozenite is an open source project and will always remain free to use. If you think it's cool, please star it 🌟.

Callstack is a group of React and React Native geeks, contact us at [email protected] if you need any help with these or just want to say hi!

Like the project? ⚛️ Join the team who does amazing stuff for clients and drives React Native Open Source! 🔥