Open source
Projects
Every concept gets built. All repos are public on GitHub.
Hardware ◐ In progress
NAND simulator
Boolean logic gate simulator built from scratch in Go. Simulate any circuit from NAND primitives.
View on GitHub
Hardware ○ Planned
Mini CPU
A 16-bit CPU built on breadboard following the nand2tetris curriculum. Runs a small instruction set.
View on GitHub
Systems ○ Planned
qsh — tiny shell
A POSIX-compatible shell written in C. Supports pipes, redirects, job control, and builtins.
View on GitHub
Compilers ○ Planned
tinycompiler
A compiler from a simple language to x86 assembly. Lexer → parser → AST → codegen.
View on GitHub
Web ● Live
qubitstoai.com
This website. Go backend, Astro frontend, PostgreSQL, self-hosted on a VPS. All open source.
View on GitHub