SwipeMarket
Fashion Intelligence Platform
SwipeMarket
Before you start — completely anonymous.
Choose a collection
Loading collections…
SM
Install SwipeMarket
Add to your home screen for the full experience
SwipeMarket
NEXT →
← BACK
drag
3
3
DESCRIBE IT
Describe this
Colour & pattern
Colour
Pattern
What's it worth?
Spot on
Retail
Your verdict
Back · swipe card · Next
Composite score
Your rewards

Product upload

Add, generate and manage products

Overview
SwipeMarket
By invitation only
async function renderReferralsTab(el) { el.innerHTML = '
Loading...
'; try { // Load all customers and group by referred_by var res = await fetch(WORKER + '/customers?status=all'); if (!res.ok) throw new Error('HTTP ' + res.status); var customers = await res.json(); // Build referrer map var referrers = {}; customers.forEach(function(c) { if (c.referred_by) { if (!referrers[c.referred_by]) referrers[c.referred_by] = []; referrers[c.referred_by].push(c); } }); // Find referrer names var referrerNames = {}; customers.forEach(function(c) { referrerNames[c.id] = c.name; }); var entries = Object.entries(referrers); if (!entries.length) { el.innerHTML = '
No referrals yet.
Customers can refer friends from their Home tab.
'; return; } el.innerHTML = entries.map(function(entry) { var referrerId = entry[0]; var referred = entry[1]; var referrerName = referrerNames[referrerId] || 'Unknown'; var active = referred.filter(function(c) { return c.status === 'active'; }).length; var pending = referred.filter(function(c) { return c.status === 'pending'; }).length; return '
' + '
' + '
' + referrerName + '
' + '
' + referred.length + ' referral' + (referred.length !== 1 ? 's' : '') + '
' + '
' + '
' + (active ? '' + active + ' active' : '') + (pending ? '' + pending + ' pending' : '') + '
' + '
' + referred.map(function(c) { return '
' + '
' + c.name + ' · ' + (c.email || '') + '
' + '' + c.status + '' + '
'; }).join('') + '
'; }).join(''); } catch(e) { el.innerHTML = '
Failed to load: ' + e.message + '
'; } }
Good to see you
1
Scout
Your predictor score
Scout
Taste
Price
Word
Overall
Refer a friend
Invite someone you think has great taste. They'll help shape what gets made next season.
Collections
Choose a collection to swipe
Swipe history
Your past sessions
Loading...
Account
Personal details
Full name
Age
City
Gender
Email
Shopping preferences
Categories you shop
Where you shop
Security
Terms & Conditions

Last updated: September 2026

By using SwipeMarket, you agree to these terms. SwipeMarket is a fashion prediction platform that collects your product preferences to help retailers make better buying decisions.

Your data
We collect your swipe decisions, price feedback, and style preferences. This data is used to generate predictor scores and shared with the retailer who invited you.

Rewards
Discount codes and early access are granted at the retailer's discretion based on your predictor score. SwipeMarket does not guarantee any specific rewards.

Account
You may request deletion of your account and data at any time by contacting us at hello@predictedby.me.

Intellectual property
All content, design and functionality of SwipeMarket is owned by Predicted By Ltd. You may not reproduce or redistribute any part of the platform.

Limitation of liability
SwipeMarket is provided as-is. We are not liable for any loss or damage arising from your use of the platform.

Changes
We may update these terms at any time. Continued use of the platform constitutes acceptance of the updated terms.

Privacy Policy

Last updated: September 2026

Predicted By Ltd ("we", "us") operates SwipeMarket. This policy explains how we collect, use and protect your personal data.

What we collect
Name, email address, age, city and gender when you sign up. Your swipe decisions, price feedback and word associations during sessions. Device type and session timestamps.

How we use it
To generate your predictor score and tier. To share anonymised buying signals with the retailer who invited you. To send you reward notifications if you opt in.

Who we share it with
Only the retailer who invited you. We do not sell your data to third parties. We use Supabase for data storage (EU region) and Cloudflare for hosting.

Your rights
You have the right to access, correct or delete your data. Email hello@predictedby.me to make a request. We will respond within 30 days.

Cookies
We use localStorage to remember your session. No third-party tracking cookies are used.

Contact
Predicted By Ltd, hello@predictedby.me