All projectsCase study 05 / 07

/ Crypto Monitoring Platform | 2026

Crypto Sentry

A full-stack crypto monitoring prototype combining live market polling, watchlists, alerts, persistence, and background processing.

Crypto Sentry project interface

/ Project overview

Crypto Sentry monitors cryptocurrency market data and gives users a dashboard for tracking selected assets and reviewing alert states. The product separates the user-facing Next.js application from a Node.js worker responsible for continuously polling external market data.

/ Process

From challenge to working product.

/ Phase01

The challenge

The key challenge was coordinating a continuously running backend process with a user-facing application, persistence layer, alert logic, and external APIs.

/ Phase02

The approach

A dedicated Express worker polls CoinGecko on an interval, evaluates price movement, and writes alert data into PostgreSQL through Prisma. The Next.js frontend handles authentication, watchlists, market display, and alert history, while email notification logic supports event-driven user updates.

/ The result

A focused foundation designed to scale with the product.

The project demonstrates backend-oriented full-stack development with background workers, third-party APIs, persistence, and monitoring logic rather than a purely request-response web application.

/ Next project

NOOK Homes