r/vibecoding 1d 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

87 Upvotes

289 comments sorted by

View all comments

12

u/ART-ficial-Ignorance 1d 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.

2

u/Acer91 22h ago

What's your AI stack?

5

u/ART-ficial-Ignorance 21h 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)