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

dedocker

v1.0.5

Published

Decentralized docker built on Spheron⚡

Readme

Dedocker📦

Dedocker is decentralized private docker registry built completely on Spheron stack. And by the way, the Founder of Spheron initially inspired me to make this product! Discord Image 1

And this is how it all started!

Discord Image 2

Get Started

The product contains three code bases, Server to server CLI commands and Client, Client, the GUI which can be accessed in website, And CLI to push and pull images from command line.

  1. Server
  2. Client
  3. CLI

Website

Dedocker.xyz

CLI

$ npm install -g dedocker

Technology

  • Node.js and Express.js server, hosted on Spheron Decentralized Compute [know more]
  • Database, Polybase is the database for web3. [know more] - Find schemas and logic here.
  • Docker images are stored in Decentralized storage using Spheron Storage SDK, [know more]
  • React.js, hosted on Spheron Decentralized Hosting [know more]

Follow belows steps to run it locally.

Server⚙️

  1. Clone Repo.

$ git clone https://github.com/leostelon/dedock-server dedocker-server $ cd dedocker-server 2. Add the .env file in the root directory. Add the below variables and replace them with your tokens, respectively.

  SPHERON_TOKEN= < spheron-webapp-token > [Know More](https://docs.spheron.network/rest-api/#creating-an-access-token)

POLYBASE_NAMESPACE= < polybase-namespace > Know More JWT_SECRET= < your-secret > 3. Run server!

$ npm run start

Client💻

  1. Clone Repo.

$ git clone https://github.com/leostelon/dedocker-client dedocker-client $ cd dedocker-client 2. Add the .env file in the root directory. Replace the value accordingly.

	  REACT_APP_SERVER_URL=http://localhost:3000
  
  1. Run client!

$ npm run start

Note: It may prompt to run on a different port, hit enter.

CLI💲

  1. Clone Repo.

$ git clone https://github.com/leostelon/dedock-cli dedocker-cli $ cd dedocker-cli 2. Install the package! $ npm run build

CLI Commands

dedocker [command] [flag] |Commands|flag |Description |--|--|--| | push | |Docker image name & tag | pull | |Docker image name & tag(optional) | login | -t |Token from webapp

$ dedocker -h for more info

Todo👨‍💻

  • [x] MVP
  • [ ] Private Registry
  • [ ] Add context to polybase, user controls the data.
  • [ ] Integrate Payments