codebam

Rust · TypeScript · Linux

Open-source projects

Architecture notes and source for the systems I build in the open.

2026 —
★ 3

Viewport

A Wayland compositor whose entire shell — wallpaper, dock, window frames — is a web page, composited zero-copy alongside native clients. Smithay drives DRM/KMS and input; WPE WebKit renders the UI straight to a DMA-BUF, so no pixel ever touches the CPU.

Rust · wayland · smithay · wpe-webkit

Source

2024 —
★ 1

Discord Bot

A Discord bot on Cloudflare Workers that answers slash commands with Workers AI, using Workflows to handle the deferred replies that longer model responses need.

TypeScript · cloudflare · discord · workers-ai

SourceAdd to Discord

2023 —
★ 4

Pastebin R2

A pastebin on Cloudflare Workers backed by R2 object storage: Hono routes the API and web UI, pastes render with syntax highlighting and expire on their own after 48 hours.

TypeScript · cloudflare · r2 · hono

SourceOpen pastebin