Skip to main content

Bartosz Osiej Engineering Docs Hub

One home for everything I build — real documentation written from the actual source code: a production URL shortener, browser games, a native Rust voxel engine, a cybersecurity toolkit, a browser OS, an eBPF security monitor, a programming language of our own and a serverless P2P chat.

🏠 What is this site?

This is the living documentation hub for every project I build and maintain. It is not a résumé and not a portfolio of screenshots — every page here is written from the actual source: real endpoints, real modules, real architecture decisions, real numbers.

📚 Deep, code-accurate docs

Every project has its own docs section with overview, architecture, user guides and references — generated from the code that actually ships.

📁 A complete project catalog

The project registry maps every repo to what it is, what stack it uses and where its docs live. One page, always current.

🤖 AI-readable

llms.txt and llms-full.txt expose the entire site to AI agents, so models can read our documentation as easily as humans do.

🔄 Live update flow

A single GitHub Actions pipeline rebuilds and deploys this site on every push — the docs are always in sync with the repositories. update flow.

The stack behind this hub

Static siteDocusaurus, hosted on GitHub Pages
DeploymentGitHub Actions — auto-rebuild on every push to main
AI accessllms.txt + llms-full.txt for agents
ContentOne PROJECTS.md registry as the single source of truth
Live demosMeshcore chat and the Externum playground run right in the docs
💡 Looking for something specific? Head straight to the 📁 project catalog — everything is one click away.