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

proxys-site

v1.0.0

Published

The official open-source codebase for Proxys.Site - A comprehensive proxy comparison tool and list.

Readme

Proxys.Site - Open Source Proxy Comparison Tool

License: MIT Build Status

Welcome to the official open-source repository for Proxys.Site - the premier destination for finding, comparing, and selecting the best proxy services for your needs.

🚀 About This Project

This project powers Proxys.Site, a modern, fast, and user-friendly platform built to help developers, marketers, and data analysts find the perfect proxy solutions. We believe in transparency and community collaboration, which is why we have open-sourced our core codebase.

Whether you are looking for Residential Proxies, Datacenter Proxies, or specialized solutions for Web Scraping, this codebase demonstrates how to build a high-performance, SEO-optimized comparison engine using the Eleventy static site generator.

Key Features

  • ⚡ Blazing Fast Performance: Built with Eleventy (11ty) for static HTML generation, ensuring top-tier Core Web Vitals.
  • 🎨 Modern UI/UX: clean, responsive design using Tailwind CSS.
  • 🔍 SEO Optimized: Native support for SEO best practices including meta tags, Open Graph, and JSON-LD structured data.
  • 📱 Mobile Friendly: Fully responsive layout that works perfectly on all devices.
  • 🔧 Maintainable: Modular architecture with reusable Nunjucks components.

🛠️ Stack

🏁 Getting Started

Follow these steps to set up the project locally on your machine.

Prerequisites

  • Node.js (v14 or higher)
  • NPM

Installation

  1. Clone the repository:

    git clone https://github.com/proxys-site/Proxys.site.git
    cd Proxys.site
  2. Install dependencies:

    npm install
  3. Environment Setup: Copy the sample environment file and configure it (optional for local dev):

    cp .env.sample .env

    Note: Google Tag Manager (GTM) is disabled by default in the open-source version. To enable it for your own deployment, add your GTM ID to the .env file.

  4. Run Development Server:

    npm run dev

    The site will be available at http://localhost:8080.

📦 Building for Production

To generate the static site for deployment:

npm run build

The output will be generated in the _site directory.

🤝 Contributing

We welcome contributions from the community! If you have suggestions for improving Proxys.Site, please feel free to:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

� Contact

If you have any questions, suggestions, or feedback, feel free to reach out to us:

�📄 License

This project is licensed under the MIT License - see the LICENSE file for details.