A monorepo platform with escrow marketplace, forum threads, and AI search.
# Backend
cd backend && go run main.go
# Frontend
cd frontend && npm install && npm run dev| Document | Description |
|---|---|
| README | Project overview |
| ARCHITECTURE | System architecture |
| API_REFERENCE | API endpoints |
| ENVIRONMENT | Environment variables |
| SETUP | Development setup |
| SECURITY | Security features |
| CHANGELOG | Version history |
- Backend: Go/Gin, PostgreSQL, JWT
- Frontend: Next.js 15, React 19, Tailwind CSS
- Contracts: Solidity (Escrow, Staking)
- AI: Cohere embeddings + pgvector
MIT