The article presents a programmable computer made entirely from NAND gates, emulated on the web, which is Turing equivalent and has its own CPU, machine code language, assembly language, and programming language. The computer is based on the Jack-VM-Hack platform and features a weakly typed object-oriented programming language called Jack. The article also showcases several example programs, including games and a genetic algorithm, and provides documentation on how to write programs for the computer. The project is an implementation of the Nand to Tetris course and book.