
What you can build
Any of these is a weekend on Lovable. KitDen is the worked example below; the same six steps build the rest.Aesthetic room-kit builder
Vibe + budget → a complete, buyable room. (This is KitDen.)
Gift finder
Occasion + recipient + budget → curated, buyable gift picks.
Capsule wardrobe stylist
A few inputs → a cohesive, shoppable outfit set.
Shop-this-photo
Paste an inspiration image → similar buyable products via Image Search.
Chat concierge
A hosted shopping assistant in a chat bubble — zero code (see the optional step).
Build a shopping app in 6 steps
From zero to a live, earning app. Every step is a prompt.Get set up
Create a free Channel3 account and copy your key from the API keys page — you’ll paste it once, in step 3. Then start a new project at lovable.dev.

Scaffold the app
Describe the whole flow once, with placeholder data, so you can see the shape before wiring anything real.

Connect Channel3 and show real products
Lovable Cloud (the built-in backend) is on by default — no separate Supabase signup. Prompt Lovable to add a search function that calls Channel3; when it asks for your key, paste it into the secret dialog. The key lives server-side and never reaches the browser.



Curate with AI
A search returns a flat list; a kit is one cohesive pick per category, under budget. Lovable’s built-in AI handles that — no API key, runs server-side.

Catalog images and titles aren’t always perfect (an occasional retail-box shot or generic title). Spot-check picks before you ship, and use Swap to drop in a cleaner match.
Add full product pages
Don’t hand-build the hard surfaces — Channel3’s components install by prompt (Lovable reads the registry URL from your message). The 

product-details block already includes the image gallery, every offer, variants, price history, and recommendations — you just feed it the data.

Publish and start earning
Hit Publish (top right), pick a URL, and your app is live. Monetization was automatic the whole time: because search ran with your API key, every 

offers[0].url is an attributed link — you earn when shoppers click through to buy. Nothing to add.

Any result with an offer where
max_commission_rate > 0 is monetizable — Channel3 has affiliate relationships with thousands of brands. Earnings clear after the retailer’s return window and pay out via Stripe; complete identity verification in the dashboard so commissions aren’t withheld. See Pricing for the split.Optional: add a chat concierge (zero code)
Want a shopping assistant instead of (or alongside) the builder? The hosted widget handles conversation, product matching, and checkout links — you configure a persona in the dashboard and paste one iframe.Configure the widget
In the dashboard’s Chat Widgets, name it, set Allowed origins to your app’s domain (e.g. 
https://kitden.lovable.app), and write the Agent instructions (its persona and rules, e.g. “only suggest dorm-safe items under budget”).
Keep building
Quickstart
Set up Channel3 step by step.
UI Components
The React component catalog and shadcn registry.
Pricing
Credits, free tier, and commission split.
Support
Questions or a brand request? We’re happy to help.
