Changelog
All notable changes to this project are documented here. The format is based on
Keep a Changelog and this project adheres
to Semantic Versioning.
1.0.0 - 2026-07-06
Added
- Initial production-ready scaffold: Next.js 15 App Router + TypeScript.
- Monochrome-luxury design system with Tailwind tokens and dark mode.
- Marketing landing page (Hero, marketplace, footer sitemap).
- Authenticated app shell with dashboard, P2P exchange, and wallet routes.
- P2P order book wired through React Query, Zustand, and Axios services.
- API routes (
/api/health, /api/offers, /api/trades) with Zod validation
and in-memory rate limiting.
- Error boundaries, custom 404/500, loading + skeleton UI, toast notifications.
- Security headers (CSP, HSTS, X-Frame-Options) via
next.config.js.
- Jest + React Testing Library unit/component tests and Playwright E2E suite.
- CI/CD via GitHub Actions; Docker, Vercel, Netlify, and Cloudflare configs.
- Full documentation set under
docs/.