New User

NexCurrency - Open-source fiat and crypto currency converter

by
NexCurrency is an open-source converter that supports both fiat currencies and cryptocurrencies in one unified system. It normalizes fiat and crypto prices into a shared `usdPrice` model, allowing conversions like fiat → crypto, crypto → fiat, and crypto → crypto without needing direct pairs. Built with Next.js 14, TypeScript, and Tailwind CSS. Data comes from Frankfurter and CoinGecko.

Add a comment

Replies

Best
New User
Maker
📌
Hey everyone! I built NexCurrency as a small experiment in combining fiat and crypto conversion in one system. One interesting challenge was handling the differences between fiat APIs (which usually return pair-based exchange rates) and crypto APIs (which return USD prices per asset). The solution was normalizing everything into a shared `usdPrice` model. The project is fully open source and built with Next.js 14, TypeScript, and Tailwind CSS. I’d really appreciate any feedback on the architecture, UI/UX, or overall developer experience. GitHub: https://github.com/zvspany/NexCu...