Simple MVP for Lage Scale Project
Budget: $10 – $30 USD
User Flow:
Step 1: Discovery
- User enters a prompt like:
“What are the best running shoes under $150?”
- Corto queries Perplexity API (or Serper.dev) to:
Summarize expert product recommendations
Return 5–10 results in white cards on a dark theme
Include name, price, image, and pros/cons per product
Step 2: Selection
- User taps on a product (e.g., “Nike Pegasus 40”) and types find the cheapest deal for this one.
- Corto activates 3 backend agents:
ProductAgent: Search Amazon, Walmart, etc.
CouponAgent: Search Slickdeals, Gmail, BradsDeals
AnalyzerAgent: Compare total cost with coupon applied
Step 3: Deal Display
- Show product card with:
Final price
Applied coupon
“View Deal” button
$ Cashback earned badge
Step 4: In-App Browser
- User taps “View Deal” → Opens product page in WebView
- Display Corto header at top:
“You’re saving $13 through Corto!”
Step 5: Cashback Confirmation
- After link click or purchase detection (simulated), Corto shows:
“You just earned $13 cashback! It’ll be added to your Corto Wallet after confirmation.”
Step 1: Discovery
- User enters a prompt like:
“What are the best running shoes under $150?”
- Corto queries Perplexity API (or Serper.dev) to:
Summarize expert product recommendations
Return 5–10 results in white cards on a dark theme
Include name, price, image, and pros/cons per product
Step 2: Selection
- User taps on a product (e.g., “Nike Pegasus 40”) and types find the cheapest deal for this one.
- Corto activates 3 backend agents:
ProductAgent: Search Amazon, Walmart, etc.
CouponAgent: Search Slickdeals, Gmail, BradsDeals
AnalyzerAgent: Compare total cost with coupon applied
Step 3: Deal Display
- Show product card with:
Final price
Applied coupon
“View Deal” button
$ Cashback earned badge
Step 4: In-App Browser
- User taps “View Deal” → Opens product page in WebView
- Display Corto header at top:
“You’re saving $13 through Corto!”
Step 5: Cashback Confirmation
- After link click or purchase detection (simulated), Corto shows:
“You just earned $13 cashback! It’ll be added to your Corto Wallet after confirmation.”