Nitin Sobti
All projects

Data · 2025

Market Tool

A focused market-data tool built to ship a deliberately small v1.

Role
Solo
Stack
TypeScriptNext.js

Overview

A lightweight market-data tool. Version one deliberately leaves out infrastructure like Redis and WebSockets: the goal was a small, correct, shippable product, with the option to add a real-time layer later if usage justified it.

Decisions

  • No Redis or WebSockets in v1. Polling and in-process caching were enough for the first version, and the omission kept deployment to a single process.

Stack

TypeScript, Next.js.