Markaz to Shopify Converter
Scrape products from Markaz, apply sale / compare-at markups, export a Shopify-ready CSV, and publish or sync stock to Shopify. Tracked Markaz URLs live in Supabase (or per-user JSON in Demo Mode). Store vendor name: at One Spot.
| Version | 1.0.0 |
| Released | 2026-09-08 |
Live demo: https://demomode-for-makaz.streamlit.app/
Local demo: streamlit run demo-mode/app.py
Demo logins: shown as account cards on the Demo Mode login screen (Admin, Editor, Viewer).
What’s new in 1.0.0
- Portfolio-ready Demo Mode with Trends WD branding and account cards
- Documentation screenshots under
Documentation/images/ - Clear separation: production Streamlit/Vercel vs standalone demo deploy
Documentation index
Getting started
Pages
- Login
- Dashboard overview
- Shopify Converter tab
- Add products — Single
- Add products — Multiple
- Add products — Category
- Product preview & pricing
- Product list management
- Export CSV & publish
- Tracked Products tab
- Tracked bulk actions
- Tracked product card
- Shopify publish feedback
- Pricing rules
App map
Login
└── Dashboard
├── Shopify Converter
│ ├── Single | Multiple | Category
│ ├── Product preview (Single → Fetch)
│ ├── Product list (edit prices / remove)
│ └── Export: Download CSV | Publish All
└── Tracked Products
├── Filters (Markaz stock / Shopify status)
├── Bulk: Refresh / Sync / Publish / Send / Delete
└── Per-row card actions
Related
Screenshots live in ./images/. Re-capture with python scripts/capture_docs_screenshots.py or node demo-mode/capture-docs.js from the repo root.