An agentic marketplace built with Next.js 16, React 19, and TypeScript. Multi-country, multi-language platform for trading across categories including Crypto OTC, Crypto/Fiat pairs, Pokemon cards, predictions, and local peer-to-peer trading.
- Multi-category marketplace with real-time sentiment analysis
- AI agents for banking, loans, health, wallet, and more
- Multi-language support (11 languages)
- Multi-country support with locale-based routing
- Chat and messaging via Supabase
- Wallet integration with Unicity stablecoin
- Framework: Next.js 16 (App Router)
- UI: React 19, Tailwind CSS 4
- Language: TypeScript
- Database: Supabase (PostgreSQL)
- i18n: next-intl
# Install dependencies
npm install
# Copy environment config
cp .env.local.example .env.local
# Edit .env.local with your Supabase credentials
# Run development server
npm run devOpen http://localhost:3000 to view the app.
See supabase/README.md for schema setup and seed data instructions.