Hardware simulator

details

Logic gates

The hardware simulator is an interactive browser tool for building circuits from primitive gates. Inputs, wires, and outputs update live, so the user can see signal propagation instead of reading it from a static truth table.

It is built for the same kind of work we like in educational and internal tools: visual feedback, direct manipulation, and a model that stays understandable when the circuit grows.

Computer systems

The project connects low-level computer science concepts to a usable interface: gates, composition, state, and execution flow are visible on one canvas.

That gives us a reusable pattern for simulation products where the underlying model matters as much as the UI.