Resources
Implementation notes for the product Chris is building.
This page turns the spec into public-facing product substance: install path, API shape, data flow, dashboard scope and near-term roadmap.
Embed install
One script tag installs the widget. Tenants can render inline, attach to an existing CTA or fall back to a floating button.
<script src="https://cdn.seeingsells.ai/widget.js"
data-key="CLIENT_TOKEN"
data-mode="inline"></script>
API shape
POST /v1/sessionscreates or fetches an end-user session.POST /v1/uploads/sourcestores the source image.POST /v1/generationsvalidates, routes and generates.POST /v1/leadscaptures the quote-ready enquiry.
Dashboard scope
- Usage, recent leads, enabled categories and embed snippet.
- Brand colours, logo upload and button copy for Pro and above.
- Stripe Checkout and Customer Portal for plan management.
Next build targets
- Lead capture form after generation.
- Tenant settings backed by D1.
- Turnstile before expensive calls.
- R2 result storage with signed URLs.