Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (seo-foundry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-foundryInstall Individual Tools
# Install pixel-forge for visual asset generation
npm install pixel-forge
# Or use globally
npm install -g pixel-forgeGenerate 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 buildWorking 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:
- Fork the repository
 - Create a feature branch: 
git checkout -b feature/amazing-seo-tool - Make your changes and add tests
 - Ensure all tests pass: 
pnpm -r test - Submit a pull request
 
Adding New SEO Tools
When adding new packages to this monorepo:
- Create a new directory in 
packages/ - Follow the existing package structure
 - Add relevant SEO-focused keywords to 
package.json - 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
- Issues: GitHub Issues
 - Discussions: GitHub Discussions
 - Email: devin@devinops.com
 
Happy building! 🚀 Make your website SEO-ready with SEO Foundry.