AI-powered arbitrage platform for luxury jewelry and watches.
Both frontend and backend use pnpm for package management.
cd frontend
pnpm install
pnpm devOpen http://localhost:3000 to view the frontend.
cd backend
pnpm install
pnpm devThe backend API will run on http://localhost:3001.
Run both simultaneously:
# Terminal 1 - Frontend
cd frontend && pnpm dev
# Terminal 2 - Backend
cd backend && pnpm devfrontend/- Next.js applicationbackend/- Express.js API server
- AI-powered search for luxury retailers
- Buy/sell mode analysis
- Automated calling integration
- Real-time arbitrage opportunities
- Supabase integration for data storage
- Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS, shadcn/ui
- Backend: Express.js, TypeScript
- Database: Supabase
- AI/API: Perplexity, OpenAI
- Voice: VAPI integration