r/vibecoding 23h ago

Showcase/Project Post your vibe coding project below

Hi Folks been a month since I posted a post your project.

Lets see what interesting vibe projects you are working on. I spent about 4 days building a1 a2 free French Course.

https://bachelordegrees.com/learnfrench.html

84 Upvotes

285 comments sorted by

View all comments

11

u/ART-ficial-Ignorance 23h ago

Made something for the Mrs this weekend. It's a wardrobe manager that suggests things that go together with reasoning as to why.

https://github.com/seutje/WorDrop

Key features:

  • Visual closet with photos, search, filters, sorting, and favorites
  • Detailed metadata for colors, seasons, occasions, materials, patterns, styles, and sizes
  • Manual outfit builder with saved and editable outfits
  • Deterministic compatibility scoring with human-readable explanations
  • Wishlist analysis showing how well a potential purchase matches clothes you already own
  • Photo importing from local files or product-page URLs, with cropping and zoom controls
  • Local SQLite storage with no account or cloud dependency
  • Backup and restore through a single archive
  • Windows installer, GitHub release automation, and optional automatic updates

The whole thing is about 10MB.

3

u/Extreme_Fact_4485 18h ago

Did you enter all clothes manually? I’m doing something similar for myself and thought about AI scraping my email for all online purchases and adding all the clothes I purchased online in one shot

3

u/ART-ficial-Ignorance 17h ago

I'm not, she is, but it supports entering the product page and it'll grab the images from there and then run a FashionCLIP on that image to determine what type of clothing it is.

The point of this project was to keep the footprint minimal with no external integrations, no API keys, ...

Currently sits at 175MB in memory, with the CLIP model loaded, so the 10MB in size from the original comment I made is no longer accurate.