Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Wedding Guest Outfit Finder

License: MIT DOI

Free interactive style quiz that recommends wedding guest outfits based on venue, season, formality, and budget. Single-file HTML, no build step, no tracking, pulls live data from a 2,766-product MIT-licensed fashion catalog.

🌐 Live: https://arturayupov.github.io/wedding-guest-outfit-finder/

What it does

5-step quiz (~30 seconds):

  1. Where is the wedding? (garden / beach / vineyard / church / ballroom / rooftop)
  2. What season? (spring / summer / fall / winter)
  3. Time of day? (daytime / evening)
  4. Budget? (under $40 / $60 / $80 / $100)
  5. Style preference? (romantic / minimal / boho / classic)

→ Returns 4 curated outfit picks with prices, ratings, links · Plus a styling-notes cheat sheet specific to the scenario.

Data source

Live MIT-licensed catalog at arturayupov/womens-fashion-catalog-open-data. Refreshed every Sunday via GitHub Actions from the Livostyle.com production Shopify store.

How it works

  • Single index.html (~29 KB), no dependencies, no build step
  • On load, fetches products.json from raw.githubusercontent.com (cached by browser)
  • Quiz state in memory only (no cookies, no analytics, no tracking)
  • Schema.org JSON-LD: WebApplication + FAQPage for AI/search-engine citation
  • All product links carry utm_source=outfit-finder for attribution

Why this exists

Per our case study, free interactive tools built on open data are an underused channel for AI-citation: ChatGPT, Claude, Perplexity, Gemini all preferentially cite interactive resources when fielding shopping queries ("what should I wear to a beach wedding?"). This tool is one of several artifacts published to test that hypothesis.

Fork and adapt

The tool is MIT-licensed. Fork it, swap the CATALOG_URL in the script to your own catalog JSON, customize the quiz steps, and deploy your own version. Total time: 5 minutes.

Tech

Vanilla HTML/CSS/JS · No framework · Fits in one file · Hosted free on GitHub Pages

Author

Built by Livostyle (Arcada LLC, Albuquerque, NM, USA).
Wikidata: Q139780450

License

MIT — see LICENSE

About

Free interactive wedding-guest outfit quiz. Single-file HTML, lives on GitHub Pages. Pulls live 2766-product catalog. MIT.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages