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 🙏

© 2025 – Pkg Stats / Ryan Hefner

scrollhub

v0.85.0

Published

ScrollHub turns any server into a place where people can instantly launch unlimited new (ephemeral) website powered by Scroll.

Downloads

83

Readme

ScrollHub

ScrollHub is a super server for publishing websites, scientific articles, blog posts, books, and more. It provides a fast, efficient way to manage and serve content with built-in version control and real-time editing capabilities.

Version

Features

  • 🚀 Instant Publishing: The fastest way to publish content online
  • 📝 Universal Content Support: Publish websites, scientific articles, blog posts, books, and more
  • 🔄 Built-in Version Control: Integrated Git support for versioning and collaboration
  • 🎨 Live Preview: Real-time editing with instant preview
  • 🛠️ Multiple File Format Support: Write in Scroll and Parsers, plus HTML, CSS, JavaScript, and more
  • 📊 Traffic Analytics: Built-in live traffic monitoring and visualization
  • 🌐 Custom Domain Support: Serve content on your own domain

Quick Start

Get your own ScrollHub server up and running in 60 seconds:

apt install -y make zip && git clone https://github.com/tj/n && cd n && make install && n latest && cd && git config --global user.name "ScrollHub" && git config --global user.email "[email protected]" && git clone https://github.com/breck7/ScrollHub && cd ScrollHub && npm install . && npm install scroll-cli pm2 prettier -g && npm install -g . && git config --global receive.denyCurrentBranch updateInstead && cd && pm2 start ~/ScrollHub/server.js --node-args="--max-old-space-size=4096" --log ~/ScrollHub/pm2.log && pm2 startup && pm2 save

Optional: Create a DNS A Record pointing from your domain or subdomain to your new server.

Development Environment

Add these helpful aliases to your .bash_aliases:

alias gs='git status'
alias ga='git add'
alias gc='git commit'
alias gp='git push'

Features in Detail

Content Management

  • Create and edit content with a powerful built-in editor
  • Real-time preview of changes
  • Support for multiple file formats
  • Automatic formatting for supported file types

Version Control

  • Built-in Git integration
  • View file revision history
  • Compare changes between versions
  • Revert to previous versions

File Operations

  • Upload files via drag-and-drop
  • Rename files and folders
  • Create new files from templates
  • Duplicate existing content
  • Delete files and folders with confirmation

Monitoring

  • Real-time traffic monitoring
  • Request logging
  • Traffic visualization
  • Download traffic data in multiple formats

API Routes

ScrollHub provides several API endpoints for managing content:

  • /readFile.htm - Read file content
  • /writeFile.htm - Write file content
  • /uploadFile.htm - Upload files
  • /build.htm - Build folder content
  • /format/:folderName - Format files
  • /status/:folderName - Get Git status
  • And many more...

Technical Details

  • Built with Node.js and Express
  • Uses CodeMirror for the editor
  • Integrates with Git for version control
  • Supports multiple parsers and file formats
  • Real-time server-sent events for updates
  • PM2 process management

Latest Updates

🎉 Version 0.60.0 (12/20/2024)

  • Run unlimited ScrollHub processes on one machine
  • Each process independently serves its own root folder
  • Custom port support

See Release Notes for full changelog.

Public Domain

ScrollHub is public domain.

Try It Online

Visit https://hub.scroll.pub to try ScrollHub without installation.


For more information, visit the ScrollHub Documentation.