A web application that helps you understand and apply Purchasing Power Parity (PPP) to make your products affordable worldwide.
Features an interactive price calculator, a searchable country table with PPP conversion factors, and API documentation.
npm install
npm run devOpen http://localhost:3000.
Built for deployment on Coolify via the included Dockerfile:
docker build -t ppp .
docker run -p 3000:3000 ppp- Next.js (App Router)
- Tailwind CSS v4
- PPP API
MIT