Saree Store

A premium saree product catalog built with vanilla JavaScript that reads from a simple text file. Replaces static HTML with a dynamic, auto-generated UI. Products are added by editing a text config—no database or backend needed—making it easy for non-developers to manage inventory.

Build StackHTML, CSS, Vanilla JavaScript, Figma (design), Text-based product config

Challenges

  • Rendering product cards dynamically without a backend or framework overhead

  • Keeping product updates simple (editing a text file, not a database)

  • Optimizing images without slowing down initial load

  • Supporting filters (price, color, material) without a search backend

Solutions

  • JavaScript parses text file on page load; generates HTML dynamically

  • Image lazy-loading; WebP format with JPEG fallback

  • Client-side filtering via JavaScript arrays; no server round-trips

  • Simple JSON structure within text file for easy manual edits

Grateful you're here! Always happy to chat ^^

I'm open to new opportunities – full-time roles, freelance projects, and collaborations. If you're working on something interesting, I'd love to hear about it.

lalit.builds@gmail.com+91 7008617996
Twitter/XLinkedIn

Designed and developed by Lalit andredbull

Thanks to

diip3sh — Original portfolio architectureMotionCommit MonoIconsaxCounterfeit's shapes, symbols & iconsMotion Primitives

Inspired from

diip3shManu PaajiAna HowardJordan Jenkins

© 2026 Open source, free to use

Code
Saree Store premium product catalog landing
Saree Store client-side faceted filtering
Saree Store text-config based product details