Figma App Backend with AI

Замовник: AI | Опубліковано: 28.10.2025

I already have a polished Figma UI and now need the working engine behind it. Here’s what I’m after: • Build a Python-based backend that mirrors the flows in my Figma screens and exposes clean REST (or GraphQL if you prefer) endpoints. • Deploy the service to AWS— a simple, scalable setup using services such as Lambda or ECS, an RDS or DynamoDB datastore, and proper IAM roles. • Plug in Google Cloud Vision as the pre-built AI scanner. The flow: upload photo → Vision detects every visible item → return a structured inventory list (name, confidence, bounding box). • For each detected item, fetch a current replacement cost by crawling or querying reputable retail sources and return price, currency, and link. • Store photos, Vision JSON, pricing data, and timestamps so the front end can render history and reports. • Provide a concise README plus Terraform or CloudFormation snippets so I can redeploy in one step. A functional prototype with clear, documented code and a live AWS endpoint is success for me.