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

libreblog

v1.3.0

Published

An in-browser Static Site Generator focused on content-rich blogs and news websites

Readme

LibreBlog

LibreBlog is an in-browser static site generator that supports Markdown, RIS references, and image embedding to create content-rich blogs. There are different types of articles, each with its own features.

LaTeX A LaTeX article with a math formula, an image, and a footnote.

Analysis The timeline and 'key elements' were generated from relations.

References References are imported from one or more RIS files.

Editor Articles can be written using Markdown syntax and Twig code.

Inserting images *Simple image picker.

Media library Media library

Motivation

LibreBlog was created to help bloggers and journalists produce content without depending so heavily on cloud-based web development services. You can read more about our motivation here.

The main output of this software is a ZIP file (public_html.zip) containing the files and folders of your website.

Features

Built-in:

  • Content creation and editing tools
  • Basic search functionality (using JavaScript)
  • LaTeX support (in LaTeX articles)
  • Easy insertion of references in articles
  • Possibility of creating relations between articles to make them richer and provide more context
  • SEO optimization (Semantic HTML, Sitemap, Open Graph, Schema.org and Simple Dublin Core)
  • Responsive design
  • Pagination
  • RSS for the main page and sections
  • Multimedia management (currently only images)
  • Basic image optimization
  • Possibility of exporting and importing all the content used to generate your website
  • Website preview (using iframes)
  • Designed to be easily extensible: customize themes and templates, create your own types of articles, sections, etc.
  • String Customization
  • No cookies, no tracking, almost no JavaScript (only for enabling search and sharing functionalities, and to adjust dates)
  • The input fields of this project were designed with journalists in mind (Summary, Editorial Notes...)
  • Possibility of installing LibreBlog as a Chrome Extension

Not provided (but you can easily add these features using external web services):

  • Analytics
  • Commenting System (those similar to Disqus)
  • Feedback functionality (using Google Forms, for example)

Not provided (and you will need to edit the templates):

  • Ads
  • Cookie banners :expressionless:

Not provided:

  • Subscription and membership options
  • Editorial workflow
  • User management

Installation

The best way to use LibreBlog is to install it as a browser extension. That way, you can use it offline and you will not lose your content if our website goes down.

Installation steps:

  1. Clone this repository.
  2. Inside the repository folder, run: npm install.
  3. In the previous step, the necessary scripts will be copied to the dependencies folder, so you can delete the node_modules folder.
  4. Load the unpacked extension (See how).

How to easily test your website (and render LaTeX articles)

Because the preview window is sandboxed, LaTeX articles cannot be rendered in preview mode (We are using this project to render the LaTex content: https://latex.js.org).

If you want to quickly preview your LaTeX articles while working on them, I recommend downloading OnionShare and Tor.

Steps:

  1. Generate public_html.zip and unzip it.
  2. Open OnionShare, choose Host a Website, and select the public_html folder.
  3. Check the option "Don't send default Content Security Policy header".
  4. Open your website in Tor.

Note: For links to work, keep Remove ".html" from page URLs unselected on the editor's Settings page.

Limitations

Currently, there is only one theme and the possibility to customize the colors. So if you enjoy designing themes, please read this article and consider making a theme available to the community :purple_heart:.

Supported Browsers: The editor website is supported on Chromium-based browsers, including Google Chrome and Microsoft Edge. Other browsers may not be compatible.

Project dependencies

This project depends heavily on these two projects:

These other projects are also being used:

  • Marked - to convert Markdown content generated by users into HTML
  • Ace - text editor for both website content and templates
  • JSZip - used only to generate the public_html.zip