Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scoops Concierge

AI ice cream shopping concierge. Chat with Claude (via Bedrock), browse a live Stripe product catalog, check out with Stripe Payment Element.

Stack

  • Backend: AWS Lambda + API Gateway, Amazon Bedrock (Claude Sonnet 4.6)
  • Catalog: Stripe Products + Prices API (source of truth)
  • Payments: Stripe Payment Intents + embedded Payment Element
  • Frontend: Vanilla JS chat UI

Layout

backend/        SAM template + Lambda handler (Bedrock tool calling)
frontend/       Chat UI + Stripe Payment Element
scripts/        Stripe seed script for ice cream products

Setup

  1. Copy .env.example to .env and fill in Stripe keys.
  2. npm install
  3. npm run seed — creates ice cream Products/Prices in your Stripe account.
  4. Deploy backend (see backend/README.md).
  5. npm run frontend — serves the chat UI locally.

About

Demo of agentic demonstration of stripe payment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages