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

@mannshah24/solgate

v1.0.4

Published

Transparent Solana Proxy CLI for Windows

Readme


💡 What is SolGate?

SolGate intercepts native Solana and Anchor commands on Windows and routes them to a hidden Linux Docker container. This bypasses the notoriously slow WSL boundary file system, giving developer operations (like Anchor compiles and Rust builds) native Linux compilation speeds directly from PowerShell or Windows Terminal.

This repository hosts the high-end, responsive dark-mode landing page website for the SolGate project, built using React, Vite, and Tailwind CSS.


✨ Website Features

  • Vibrant Dark Mode Aesthetics: Sleek obsidian background (#0A0A0A) with curated purple, green, and blue accents, customized scrollbars, and background radial glows.
  • Glassmorphism Panels: Reusable, responsive container cards with subtle borders, blurs, and hover glows.
  • Interactive Windows Terminal Mockup:
    • Windows Terminal styling (tabs, minimize/maximize, close control buttons with Windows Terminal hover states).
    • Realistic typing speed (character-by-character) showing compilation and initialization commands.
    • Interactive replay controls to re-run the animation cycle.
    • Automatic success return terminal shell prompt PS C:\dev\my-program>.
  • Functional Code Boxes: Built-in CLI copy buttons that copy shell commands to the clipboard and display visual feedback checkmarks.
  • Responsive Layouts: Designed to be fully compatible across mobile, tablet, and ultra-wide desktop viewports.
  • SEO Best Practices: Customized title headers, meta descriptions, and structural semantic markup.

🛠️ Technology Stack


🚀 Getting Started

Prerequisites

Installation & Local Setup

  1. Clone the Repository:

    git clone https://github.com/mannshah24/solgate.git
    cd solgate
  2. Install Dependencies:

    npm install
  3. Start Local Development Server:

    npm run dev

    Open http://localhost:5173 in your browser to preview the site.

  4. Build Production Bundle:

    npm run build

    The static compilation bundle will be generated in the /dist directory.


⚖️ License

Distributed under the MIT License. See LICENSE for more details.