Purchasing Power Parity
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.
Development
bash
npm install
npm run devOpen http://localhost:3000.
Deployment
Built for deployment on Coolify via the included Dockerfile:
bash
docker build -t ppp .
docker run -p 3000:3000 pppTech Stack
- Next.js (App Router)
- Tailwind CSS v4
- PPP API
License
MIT