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

@quesby/boilerplate

v0.3.3

Published

Privacy-first static site boilerplate built with Eleventy and Quesby Core

Readme

Quesby - Privacy-First Static Site Boilerplate

A modern Eleventy boilerplate with Decap CMS, built with content creators in mind.

✨ Features

  • Static Site Generation with Eleventy 3.0
  • Quesby Core - Built on @quesby/core npm package for Eleventy configuration and core functionality
  • Headless CMS with Decap CMS
  • Project Scaffolder (npx create-quesby) - Create new projects instantly
  • CLI Tools for content creation (npx quesby new post)
  • Modular Theme System with 2 included themes
  • Privacy-First approach
  • SEO Optimized with automatic sitemaps
  • Responsive Design out of the box
  • Search Functionality built-in
  • Documentation System with TOC generation
  • Migration Tools for easy content import

🚀 Quick Start

The easiest way to create a new Quesby project is using the official scaffolder:

# Create a new Quesby project
npx create-quesby my-site
cd my-site

# Install dependencies
pnpm install

# Start development server
pnpm serve

Visit http://localhost:8080 to see your site.

Alternative: Clone from Repository

If you prefer to clone the repository directly:

# Clone the repository
git clone https://github.com/quesby/quesby-boilerplate.git
cd quesby-boilerplate

# Install dependencies
pnpm install

# Start development server
pnpm serve

Note: This project uses PNPM as package manager. If you don't have pnpm installed, you can use Corepack (comes with Node.js 16.10+):

corepack enable
corepack prepare pnpm@9 --activate

🛠️ CLI Tools

Quesby includes a powerful CLI tool for creating new blog posts:

# Create a new blog post
npx quesby new post "My Amazing Post Title"

# The tool will:
# - Generate a unique ULID
# - Create proper folder structure (ULID--slug)
# - Generate complete front matter
# - Set current date automatically

📚 Documentation

Complete documentation is available at quesby.dev/documentation including:

🎨 Themes

  • quesby-core (default) - Clean, modern design
  • quesby-brand-website - Brand-focused layout

🛠️ Available Scripts

  • pnpm serve - Start development server with CSS watching
  • pnpm dev - Start development server without CSS watching
  • pnpm build - Build for production
  • pnpm run css:watch - Watch CSS changes only

Migration Tools

  • pnpm run tools:import:dry - Test content import (dry run)
  • pnpm run tools:import:config:dry - Test import with config file
  • pnpm run tools:import:config - Import content with config file

📁 Project Structure

src/
├── content/           # Content files (posts, pages, projects)
├── themes/           # Theme system
├── _includes/        # Nunjucks templates
├── assets/           # Static assets (CSS, JS, images)
└── admin/            # Decap CMS configuration

tools/
├── legacy-content-importer/  # Migration tool for legacy content
└── README.md                 # Tools documentation

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is open source and available under the MIT License.

Acknowledgments


Made with ❤️ for the open source community

💖 Support the Project

If you find Quesby useful, please consider supporting its development: