SnapSell turns a few product photos into:
- A marketplace-ready listing pack (title, description, bullets, tags, condition checklist)
- A set of clean “studio” product images (Front / 3/4 Angle / Side / Detail)
- Use Here: https://snapsell-taupe.vercel.app/
SnapSell uses the Pollinations API gateway (gen.pollinations.ai):
- Listing intelligence (vision):
openai-fastwith your reference images + item context - Photo prompts (vision):
openai-fastgenerates one prompt per angle - Final images:
nanobanana-prousing your reference image(s)
No Gemini API keys are used in this repo.
SnapSell needs publicly accessible image URLs to send to Pollinations (for vision + image-to-image).
- You can paste a direct image URL (recommended).
- Or upload images; SnapSell uploads to Imgur using an anonymous Client-ID.
Privacy note: Imgur uploads are public/unlisted URLs. Don’t upload sensitive photos.
Get a key at https://enter.pollinations.ai.
pk_keys: meant for client-side apps (rate-limited / beta)sk_keys: server-side only (don’t expose publicly)
This app stores your key locally in the browser (localStorage) and sends requests directly from your device.
Prereqs: Node.js
- Install deps:
npm install - Start dev server:
npm run dev - Open:
http://localhost:3000
- “Invalid Pollinations API key”: double-check your key in the onboarding screen.
- Image generation fails: try adding a more “direct” reference image URL (ends in
.jpg/.png/.webp) or upload again. - If Imgur upload is rate-limited: upload to another host (e.g. postimages.org) and paste the direct link.