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

apostrophe

v4.30.0

Published

The Apostrophe Content Management System.

Readme

About

ApostropheCMS is a full-stack content management system built with Node.js and MongoDB. Content creators can edit directly on live pages without switching between admin interfaces, while developers can build with modern JavaScript or use it headlessly with any frontend framework.

Key Features

  • 🎯 In-Context Editing - Content creators edit directly on the live page, seeing changes instantly
  • ⚡ Headless-Ready - Use any frontend framework while keeping the powerful admin experience
  • 🛠️ Developer-First - Built with Node.js and MongoDB for full-stack JavaScript development
  • 📈 Scales Beautifully - From small sites to enterprise applications handling millions of pages
  • 🔐 Enterprise Features - Advanced permissions, workflow management, automated translations, and more

System Requirements

| Requirement | Version | Installation Notes | |-------------|---------|-------------------| | Node.js | 20.x+ | Use NVM for version management | | MongoDB | 6.0+ | MongoDB Atlas (cloud) or local install | | npm | 10.x+ | Included with Node.js |

See our setup guides for installation instructions.

Quick Start

Get ApostropheCMS running locally in minutes:

# Option 1: Install CLI globally (recommended for multiple projects)
npm install -g @apostrophecms/cli
apos create my-website
cd my-website
npm run dev

# Option 2: Use npx for one-time project creation
npx @apostrophecms/cli create my-website
cd my-website
npm run dev

Your new ApostropheCMS site will be available at http://localhost:3000 with a powerful admin interface at /login.

Prefer to Go Headless?

Get started with Astro integration - the easiest way to build headless sites while keeping visual editing:

  • Apollo Starter Kit (Astro) - Production-ready foundation with beautiful design system and rich content features
  • [Essentials Starter Kit (Astro)](git clone https://github.com/apostrophecms/starter-kit-astro-essentials) - Minimal, clean foundation for building custom designs from scratch

Both starter kits provide headless CMS power with in-context editing, letting content creators edit directly on the live site while you build with modern frontend tools. Our Astro integration handles all the content fetching automatically—no REST API calls to write.

Desire a different frontend framework? Use our REST APIs with React, Vue, Svelte, or any other framework:

Hosting & Deployment

Choose ApostropheCMS hosting for turnkey solutions with optimized performance and dedicated support, or deploy to any platform where Node.js runs.

Built With Modern Tech

  • Node.js - JavaScript runtime for server-side development
  • MongoDB - Flexible document database for content storage
  • ESM Modules - Native ES6 module support for modern JavaScript
  • Vite - Lightning-fast build tool and development server
  • Modern JavaScript - ES6+, async/await, and contemporary development patterns

Community & Support

Join other developers and content creators using ApostropheCMS:

  • Discord - Get help, share projects, and connect with other users
  • GitHub Discussions - Feature requests, technical discussions, and community support
  • Documentation - Comprehensive guides, tutorials, and API references

Contributing

We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help makes ApostropheCMS better for everyone.

Pro Features

For teams and organizations requiring additional features:

  • 🔐 Advanced User Management - Granular permissions, user groups, and access controls
  • 🌍 Automated Translation - AI-powered translation with DeepL, Google Translate, and Azure
  • 📊 Analytics & SEO - Built-in SEO optimization and content analytics
  • ⚡ Performance Optimization - Advanced caching, CDN integration, and performance monitoring
  • 🏢 Multisite Management - Manage multiple sites from a single dashboard with shared resources
  • 💼 Professional Support - Dedicated support, training, and consultation services

Explore all the pro extensions and sign up for a Pro license in our self-service Apostrophe Workspaces, or contact us to learn about licensing and support options.

License

ApostropheCMS is open source software licensed under the MIT License. This means you're free to use, modify, and distribute it for both personal and commercial projects.