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

install-glo

v2.1.0

Published

GLO Loop — AI-powered web vitals optimization engine built with Vercel AI SDK

Downloads

450

Readme

install-glo

An npm package that does two things:

npx install-glo          # → animated business card
npx install-glo ai       # → AI-powered web vitals optimizer

No install required. Just npx.


npx install-glo

Renders an animated ASCII neuro shader (a port of a WebGL sine-noise algorithm, in Catppuccin Mocha palette), followed by a business card for Gonzalo "Glo" Maldonado.

npx install-glo ai

Starts the GLO Loop — an iterative web performance optimizer built on the Vercel AI SDK.

It does this:

  1. Gather — Runs Lighthouse on your URL, extracts Core Web Vitals and diagnostics
  2. Leverage — Reads your source files (Next.js App Router, Pages Router, configs), sends metrics + code to Claude or GPT-4o via the Vercel AI SDK
  3. Operate — AI returns one surgical fix: file path, line number, before/after code, estimated improvement
  4. Repeat — Re-runs Lighthouse to measure the effect, loops until the target vital hits "good"

Quick start

# 1. Set a provider key
export ANTHROPIC_API_KEY=sk-ant-...    # or OPENAI_API_KEY=sk-...

# 2. Start your dev server

# 3. Run it
npx install-glo ai

It will prompt for:

  • Page URL (default: http://localhost:3000)
  • Target vital — one of LCP, FCP, CLS, TBT, SI, or TTFB
  • Max loops (default: 10)

Supported vitals

| Vital | Full Name | "Good" Threshold | |-------|-----------|-------------------| | LCP | Largest Contentful Paint | < 2500ms | | FCP | First Contentful Paint | < 1800ms | | CLS | Cumulative Layout Shift | < 0.1 | | TBT | Total Blocking Time | < 200ms | | SI | Speed Index | < 3400ms | | TTFB | Time to First Byte | < 800ms |

Requirements

  • Chrome or Chromium (Lighthouse runs headless Chrome)
  • ANTHROPIC_API_KEY or OPENAI_API_KEY
  • A running dev server at the target URL

npx install-glo about

Prints a formatted explainer of what the GLO Loop is and how to use it.


Install as a dependency

npm install install-glo

The postinstall script adds two npm scripts to your project:

  • npm run glo-loop — starts the optimization loop
  • npm run about-glo-loop — prints the explainer

Built with

  • Vercel AI SDK (ai, @ai-sdk/anthropic, @ai-sdk/openai)
  • Lighthouse (via headless Chrome)
  • chalk, boxen

About

Created by Gonzalo "Glo" Maldonado — CTO / VP Eng / Technical Co-Founder. 20+ years, 5 exits (Yammer → Microsoft $1.2B, Nextdoor IPO). AI Infrastructure, Distributed Systems, Engineering Leadership.

intro.co/GonzaloMaldonado · sanscourier.ai · github.com/elg0nz