-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem
The same product has 5 different frontend deployments:
| URL | Status | What It Is |
|---|---|---|
event-relay-web.vercel.app |
β Live | EventRelay Next.js frontend |
v0-uvai.vercel.app |
β Live | 'EventRelay β Video to Software' |
uvai-io.pages.dev |
β Live | 'UVAI.io - Video Intelligence Platform' (Cloudflare Pages) |
youtube-extension.vercel.app |
β Live (200) | YOUTUBE-EXTENSION frontend |
uvai-backend-*.us-central1.run.app |
β Live (200) | Cloud Run backend API |
Plus existing domains: uvai.io, sell.solutions, myai.directory
The Mess
- Users/investors don't know which URL is the product
- 4 separate Vercel/Cloudflare deployments burning resources
- No canonical domain pointing to the 'real' product
Proposed Solution
- Choose ONE canonical domain: uvai.io (you own it)
- Point uvai.io β the best frontend (event-relay-web.vercel.app or uvai-io.pages.dev)
- Set up redirects from all other URLs β uvai.io
- Keep Cloud Run backend as API at
api.uvai.io - Delete/archive duplicate Vercel projects
Acceptance Criteria
uvai.ioserves the productapi.uvai.ioserves the backend- All other URLs redirect to uvai.io
- Single Vercel project for the frontend
Reactions are currently unavailable