Clickable mobile prototype of Circles, a feature for Places (by Raya): small circles of members who share curated taste in restaurants, hotels, and travel.
npm install
npm run devOpen the local URL Vite prints (usually http://localhost:5173). The UI renders in a 390×844 phone frame.
If
npm run devhangs with no URL: this folder sits on iCloud Desktop, and Vite’s startup file scan can block for minutes. Use a local copy instead:cd ~/Projects/raya npm run dev
- Intro — Concentric-circle placement reveal → Enter
- Circle Home — Curator Drop + Noted carousel; Save toggles; Invite new members
- Invite members — Suggest someone → send to Curator for approval
- Invite pending — Awaiting Isabelle’s approval (required gate)
Reveal clustering lives in src/data/members.ts and src/data/conclaveMatching.ts.