URL helpers and metadata utilities for ProductShot AI - AI product photography generator for ecommerce product photos
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file productshotai_site_kit-0.1.0.tar.gz.
File metadata
- Download URL: productshotai_site_kit-0.1.0.tar.gz
- Upload date:
- Size: 47.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82e442bc8ce4ae8aa6d19d948563a237a5cc774ae1e6b47944a639bc5337c3b1
|
|
| MD5 |
21102bc26d7cfc0e8fb19f6489a6a16b
|
|
| BLAKE2b-256 |
bb640b0528ef19503dbc4c8cf6adab2b36781761f917c74db3adb5c523dd1841
|
File details
Details for the file productshotai_site_kit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: productshotai_site_kit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0691263a913541bdb9ce17bfe6b0c932a5dbf55b68a1a543e320b497d00fcf0d
|
|
| MD5 |
c2ebe64f9b554681e47d6ee39bf89250
|
|
| BLAKE2b-256 |
e444524c3f8a80403a9e0d0fc5c3b0fc33f74e83819e909b24171c1c8d4cca73
|