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

@thumbrella/server

v1.5.0

Published

Thumbrella server launcher package that installs a platform-specific binary.

Downloads

1,396

Readme

Thumbrella

@thumbrella/server is the npm launcher package for the Thumbrella server binary.

Thumbrella brings fast, beautiful thumbnails to any online gallery. Supporting 100+ formats: photos, video, documents, 3D models, and other media.

Run the server with one command and zero config. The open-source server comes with all the features and functionality. Then connect with client packages for the browser or any of the other supported languages.

Also check out the Thumbrella Cloud for a distributed server and caching system. This genuine free tier is built for real every day projects; connected in two clicks.

Quickstart

Install globally:

npx @thumbrella/server serve

To keep the server installed, use npm install -g @thumbrella/server and then run thumbrella serve.

Users can also run thumbrella check for quick configuration feedback.

By default the server listens on port 3114. Set TBR_PORT to choose a different port.

See the Server Documentation for full commands and configuration.

Formats

The server executable includes many formats built in statically. You can view available support with:

thumbrella formats

Some advanced formats use external applications from your environment. If those commands are unavailable, Thumbrella returns a placeholder thumbnail.

Alternates

Thumbrella server is available from multiple channels:

  • Docker: docker run -p 3114:3114 -it --rm thumbrella/server

Or build from source:

  • git clone https://github.com/thumbrella-dev/thumbrella && cd thumbrella
  • bash ffs/build-linux.sh (or build-windows.ps1, or set your own FFMPEG_DIR)
  • cargo run --release

Cloud Server

Thumbrella also provides a Cloud Server with usable free tiers.

Clients

Direct HTTP use:

curl http://localhost:3114/thumb.jpeg \
  --data-urlencode "url=https://demo.thumbrella.dev/media/harbor-trucks.mp4" \
  --output thumb.jpeg

See Client Libraries for: