Back to feed
Dev.to
Dev.to
6/29/2026
The original title is: "How We Built StyleSense: AI Virtual Try-On Powered by Amazon Aurora & Vercel"

The original title is: "How We Built StyleSense: AI Virtual Try-On Powered by Amazon Aurora & Vercel"

Original: How We Built StyleSense: AI Virtual Try-On Powered by Amazon Aurora & Vercel

Short summary

StyleSense solves $816B annual returns problem by letting shoppers see clothes on their body before buying using AI try-on powered by Claude vision and Runway ML. This technical deep-dive explains their 72-hour hackathon build using Aurora PostgreSQL Serverless, Vercel, and IAM-authenticated connections with zero credentials in code. Key learning: serverless Aurora scales to zero cost, token-based auth requires careful refresh timing in connection pools, and third-party ML APIs need public HTTPS URLs.

  • Virtual try-on product using Claude vision + Runway ML, built in 72 hours for hackathon competition
  • Aurora PostgreSQL Serverless v2 with IAM token auth eliminates password storage; scales to zero between demos
  • Token refresh in SQLAlchemy connection pool is critical (15-min expiry); all image URLs must be public HTTPS for Runway API

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more