Wardrowbe – I kept staring at a full closet with nothing to wear
Photo-to-outfit recommendation with weather matching, but fashion AI already exists widely.
Free, open-source, self-hosted wardrobe organizer. Catalog clothes, build outfits, PWA. Docker one-liner deploy.
Single Docker deploy for wardrobe tracking when other self-hosted options are unmaintained.
Self-hosting enthusiasts, privacy-conscious users organizing personal wardrobes
Stylebook · Cladwell · Whering
docker run -d -p 3000:3000 -v librecloset_data:/app/data ghcr.io/lazztech/libre-closet
No external services required. SQLite by default, optional PostgreSQL. Local disk storage by default, optional S3-compatible provider. Optional JWT auth for multi-user households, or run completely open for personal use.
There are a handful of wardrobe apps in the wild, but they're either unmaintained, cloud-only, or require a stack of services to stand up. This one is a single image. I wanted something I'd actually use.
Source: https://github.com/lazztech/libre-closet Live demo: https://librecloset.lazz.tech (register free, no email verification)
Photo-to-outfit recommendation with weather matching, but fashion AI already exists widely.
Single Docker container with SQLite beats LangSmith's heavy Postgres dependency.
Cloudflare Workers API without Cloudflare, compiled to a single WASM binary.
Versioned data containers with embedded hygiene rules beat emailing stale CSVs.
Neon-like branching for self-hosters, but explicitly admits it's not for critical production workloads.
SQLite beats PostgreSQL for single-tenant analytics—simpler stack, same results.