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

seo-foundry

v0.1.0

Published

A monorepo of tools to enhance the SEO of a web developer's website

Readme

SEO Foundry

SEO Foundry is a monorepo of tools designed to enhance the SEO of a web developer's website. Our collection of packages helps automate the generation and optimization of SEO assets, social media previews, favicons, and other visual elements that improve your site's search engine visibility and social sharing performance.


🛠 Available Tools

pixel-forge

A comprehensive generator for social media previews, favicons, and visual assets across all platforms. Perfect for:

  • Open Graph images for Facebook, LinkedIn, and other social platforms
  • Twitter Cards for enhanced tweet previews
  • Favicons in all required sizes and formats
  • PWA icons for progressive web applications
  • Platform-specific assets for Instagram, TikTok, and more

🏗 Monorepo Structure

This project uses a monorepo structure with PNPM workspaces to manage multiple SEO-focused packages:

seo-foundry/
├── packages/
│   └── pixel-forge/        # Visual asset generation
├── pnpm-workspace.yaml     # Workspace configuration
└── package.json           # Root package configuration

🚀 Quick Start

Install SEO Foundry

npm install seo-foundry

Install Individual Tools

# Install pixel-forge for visual asset generation
npm install pixel-forge

# Or use globally
npm install -g pixel-forge

Generate SEO Assets

# Generate complete SEO asset suite
npx pixel-forge generate --config ./seo-config.json

# Quick favicon generation
npx pixel-forge favicon --input ./logo.png

# Social media preview generation
npx pixel-forge social --template modern --title "My Awesome Site"

📦 Package Management

This monorepo uses pnpm with workspaces for efficient dependency management:

# Install all dependencies
pnpm install

# Build all packages
pnpm build

# Work on a specific package
cd packages/pixel-forge
pnpm dev

🎯 SEO Benefits

Our tools help improve your website's SEO through:

  • Social Media Optimization: Generate proper Open Graph and Twitter Card images
  • Favicon Management: Ensure your site has all required favicon formats
  • Visual Consistency: Maintain brand consistency across all platforms
  • Performance: Optimized asset generation with proper sizing and compression
  • Accessibility: Generate assets that meet modern web standards

🔧 Development

Setup

# Clone the repository
git clone https://github.com/devints47/seo-foundry.git
cd seo-foundry

# Install dependencies
pnpm install

# Build all packages
pnpm build

Working with Packages

# Develop a specific package
cd packages/pixel-forge
pnpm dev

# Run tests across all packages
pnpm -r test

# Lint all packages
pnpm -r lint

📚 Documentation

Each package contains its own documentation:


🤝 Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-seo-tool
  3. Make your changes and add tests
  4. Ensure all tests pass: pnpm -r test
  5. Submit a pull request

Adding New SEO Tools

When adding new packages to this monorepo:

  1. Create a new directory in packages/
  2. Follow the existing package structure
  3. Add relevant SEO-focused keywords to package.json
  4. Update this README to document the new tool

📋 Roadmap

Planned SEO tools for future releases:

  • meta-forge: Automated meta tag generation and optimization
  • schema-builder: Structured data and JSON-LD generation
  • sitemap-generator: Dynamic sitemap creation and maintenance
  • performance-optimizer: Core Web Vitals and performance analysis

💡 License

This project is MIT Licensed and maintained by Devin Singh and Kendall Jackson.


🙋 Support


Happy building! 🚀 Make your website SEO-ready with SEO Foundry.