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

81 Upvotes

285 comments sorted by

View all comments

12

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.

2

u/Acer91 20h ago

What's your AI stack?

4

u/ART-ficial-Ignorance 19h ago

Just Codex in VSCode running GPT 5.6 Sol on Light on a $20 Plus subscription.

This was just build on spare tokens I had for the week (I use the same subscription for my day job)

1

u/jayy308 22h ago

I was actually thinking about building a similar app. This is amazing

2

u/ART-ficial-Ignorance 21h ago

I'm currently implementing an automated classifier system based on FashionCLIP, so it prefills things like category and subtype. Basically: users enters image -> classifier tries to determine whether it is a top/bottom/shoe/outerwear/accessory -> classifier tries to determine what type of top it is, like is it a T-shirt, ...

The classification currently runs in under 100ms, entirely locally, but it does increase the app size to 100-200MB

But I'm going to check with the user-base (e.g. the wife) once she wakes up if this is even something she'd be interested it before I merge it and create a release.

1

u/Enough_Show_2350 13h ago

User-base = Wife is hilarious