Project Prime is a currency exchange platform. The idea is in early stages of development, but already has many functioning components. A full explanation of how it operates is being perfected at the moment. The idea resembles a P2P trading site in the current state.
A few words about the technical side. The web app and the backend are implemented using microservices. Amazon AWS provides all that we need for it. To wrangle the wild deployment across multiple places in the cloud I leaned on Serverless for everything. One command creates the entire stack.
For the UI the choice is the one and only React. Javascript rules the world of the full-stack web app, and the backend is its new home base. Each service is implemented in Node. All of the code everywhere is Javascript. It just works.