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

@fecommunity/reactpress

v4.0.0

Published

ReactPress CLI — Publish with React. Ship like WordPress. CMS, Admin, Headless API, and Next.js themes in one command. Self-hosted, MIT. `npx @fecommunity/reactpress init`

Readme

@fecommunity/reactpress

Publish with React. Ship like WordPress.

CMS, Admin, Headless API, Next.js themes, plugins & desktop — one CLI, zero assembly.

npm latest npm beta npm downloads License: MIT Node.js

The official ReactPress CLI — install a complete, self-hosted publishing stack in ~60 seconds. CMS API, Web Admin, and Next.js theme support ship together. No Docker, nginx, or external database required for local development.

| Layer | What you get | | :---------- | :------------------------------------------------------------------ | | CMS API | Headless NestJS REST — SQLite locally, MySQL in production | | Admin | Writing console at /admin/ — posts, pages, media, plugins, themes | | Themes | npm-installable Next.js frontends — swap without touching content | | CLI | init, doctor, logs — operate and diagnose from the terminal |

Built for frontend teams who want WordPress-grade editing without wiring five repos together.

Documentation · Live demo · Theme demo · GitHub · Chinese overview

Install

# Stable 4.x (npm @latest)
npm install -g @fecommunity/reactpress

# Prerelease channel
# npm install -g @fecommunity/reactpress@beta

Requires Node.js 20+. On first install, postinstall downloads bundled server runtime dependencies (~1–2 minutes).

Quick start

mkdir my-site && cd my-site
reactpress init

| Surface | URL | | :-------------- | :----------------------------------------------- | | Public site | http://localhost:3001 | | Admin | http://localhost:3001/admin/ (admin / admin) | | API | http://127.0.0.1:3002/api |

Run reactpress doctor if something does not start correctly.

Commands

| Command | Description | | :------------------------ | :---------------------------------------------- | | reactpress init [dir] | Initialize a new publishing site | | reactpress doctor [dir] | Diagnose Node.js, ports, database, and services | | reactpress logs [dir] | Tail API logs (error / request / response) | | reactpress stop [dir] | Stop API and site services |

Requirements

  • Node.js 20+
  • macOS / Linux / Windows
  • Embedded SQLite + bundled API (no Docker or MySQL for local dev)

Ecosystem

| Package | Role | | :----------------------------------------------- | :---------------------------------------------------- | | @fecommunity/reactpress-toolkit | TypeScript SDK — API clients, theme SSR, plugin hooks | | @fecommunity/reactpress-web | Admin SPA — static assets and Node mount helpers | | @fecommunity/reactpress-server | Standalone API (deprecated — use CLI bundled API) |

License

MIT © FECommunity