← Back to Blog

Devlog 1

· 2 min read

Devlog Day 1

It’s been a productive start to the devlog! My primary focus remains on Showroom (tryonshowroom.com), a Flutter-based application that leverages AI to provide a virtual fitting room experience.

What is Showroom?

In short, it’s an AI-powered virtual fitting room. Users can upload a photo and virtually “try on” clothes. We’re using advanced AI (like Flux) to generate realistic try-on results in seconds.

Technical Deep Dive & Recent Progress

Lately, I’ve been diving deep into the architecture to make the experience more seamless:

  • Logic Refactoring: I’ve been working on extracting core logic into separate modules to improve maintainability and testability.
  • Server-Side Optimization: We recently refactored our Firebase Cloud Functions. Instead of multiple client-side calls for image generation and background removal, we’ve unified these into a single server-side operation. This significantly reduces latency and improves the user experience.
  • Social & SEO: I’ve implemented a new sharing feature that allows users to share their results with dynamic Open Graph images. This also involved setting up a public /share/[code] route and ensuring proper SEO across different languages.

Stay tuned for more updates as I continue to refine the AI fashion experience!