Shopedia logo

Shopedia

Demo marketplace UI playground

About

What Shopedia is built for

Shopedia is demo marketplace UI playground built with Astro and Svelte islands. It is designed for browser automation practice and stores catalog, session, cart, and order data locally in IndexedDB.

What this app is about

This app models small storefront with realistic shopping flows while keeping everything local-first. Astro renders shell and routes, Svelte handles interactive UI, MSW mocks storefront API calls, and Dexie writes data into IndexedDB so flows stay persistent across refreshes.

What you can test here

  • Seeded demo catalog with product detail pages
  • Search with paginated landing page loading
  • Login and registration demo flows
  • Persistent cart state and add-to-cart toasts
  • Cash checkout and per-account purchase history
  • Database reset and reseed controls for repeatable testing