# Rouzbeh Rezaei Sanjabi — Personal Website > This file provides structured context about this website for LLMs and AI assistants. ## About Rouzbeh Rezaei Sanjabi is a Business Administration undergraduate at the University of Indianapolis exploring the intersections of philosophy, business, and technology. His primary focus lies in emergent systems and digital simulations — how immense complexity arises from simple, constrained rules. ## Site Structure This is a single-page website with four main sections accessible via navigation: - **About** — Personal introduction, academic focus, links to LinkedIn and Google Scholar. - **Notes** — Short-form dispatches and observations. Markdown files rendered client-side. - **Tools** — Small browser-based applications and utilities, built quickly (often with LLMs). Each tool is a standalone HTML page. - **Blog / Written Work** — Links to longer-form publications on separate domains. - **Apps / Ecosystems** — Browser extension projects (Greyeo and Simsemble). ## Projects and Links - **Greyeo** (https://greyeo.com) — Productivity browser extensions and tools. Mini apps, infinite impact. - **Simsemble** (https://simsemble.com) — Emergence and simulation browser extensions. Mini worlds, infinite possibilities. - **Simstash** (https://simstash.com) — Essays on technology, business, and philosophy. - **Aquavect** (https://aquavect.com) — Network science, agent simulation, and technical updates. - **Dicerium** — A space exploring competitive backgammon (in development). ## Technical Details - Static site deployed on GitHub Pages (no build step, no server-side logic). - Single `index.html` with inline CSS and JavaScript. - Notes are Markdown files in `/notes/` with a manifest at `/notes/manifest.json`. - Tools are standalone HTML files in `/tools/` with a manifest at `/tools/manifest.json`. - The compass widget on the page uses a Rule 30 cellular automaton rendered radially on canvas. - Typography: Lora (serif) from Google Fonts. ## Contact - LinkedIn: https://www.linkedin.com/in/rouzbeh-rezaei-sanjabi-5aa08337b/ - Google Scholar: https://scholar.google.com/citations?user=69khFRwAAAAJ&hl=en&authuser=3 ## Notes Manifest The notes index is available at: /notes/manifest.json Each entry contains: slug, title, date, and file path to the Markdown source. ## Tools Manifest The tools index is available at: /tools/manifest.json Each entry contains: slug, title, date, description, and file path to the HTML page.