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

productshotai-site-kit

v0.1.0

Published

Public URL helpers and metadata constants for ProductShot AI

Readme

productshotai-site-kit

Public URL helpers and metadata constants for ProductShot AI, an AI product photography generator for ecommerce sellers.

What is ProductShot AI?

ProductShot AI helps ecommerce sellers generate product photos, white backgrounds, marketplace main images, and lifestyle product scenes from product images.

Features

  • Build URLs for workbench, pricing, blog, support, legal, and localized pages
  • Expose public metadata for ProductShot AI package integrations
  • Preserve ProductShot's public English URL rule: English is prefixless, Simplified Chinese uses /zh/
  • Multi-ecosystem: available on npm, PyPI, crates.io, Go, RubyGems, pub.dev, Hex.pm, Clojars, and Docker Hub
  • New package ecosystem helpers prepared for JSR, Maven Central/javadoc.io, NuGet, CocoaPods, LuaRocks, CPAN/MetaCPAN, Hackage, Chocolatey, GitHub Packages, and GitLab Package Registry

Installation

npm install productshotai-site-kit
pip install productshotai-site-kit
cargo add productshotai-site-kit
go get github.com/bbwdadfg/productshotai-site-kit
gem install productshotai-site-kit
dart pub add productshotai_site_kit
mix hex.install productshotai_site_kit

Additional ecosystem manifests and helper sources are included for trial publishing on newer channels:

  • JSR: jsr.json, mod.ts
  • CPAN/MetaCPAN: Makefile.PL, lib/ProductShotAI/SiteKit.pm
  • Maven Central/javadoc.io: src/main/java/app/productshotai/sitekit/SiteKit.java
  • NuGet: nuget/ProductShotAI.SiteKit/ProductShotAI.SiteKit.csproj
  • CocoaPods: ProductShotAISiteKit.podspec
  • LuaRocks: productshotai-site-kit-0.1.0-1.rockspec
  • Hackage: productshotai-site-kit.cabal
  • Chocolatey: chocolatey/productshotai-site-kit.nuspec

Usage

// JavaScript / Node.js
const { metadata, workbenchUrl, pricingUrl, localizedUrl } = require('productshotai-site-kit');

console.log(metadata().name);
// => "ProductShot AI"

console.log(pricingUrl());
// => "https://productshotai.app/#pricing"

console.log(workbenchUrl());
// => "https://productshotai.app/#workbench"

console.log(localizedUrl('zh', '/blog'));
// => "https://productshotai.app/zh/blog/"

Links

  • Website: https://productshotai.app
  • Workbench: https://productshotai.app/#workbench
  • Pricing: https://productshotai.app/#pricing
  • Blog: https://productshotai.app/blog/
  • Contact: https://productshotai.app/contact/
  • GitHub: https://github.com/bbwdadfg/productshotai-site-kit

License

MIT