Media capture demos that share the same technical foundation: camera and microphone access, screen sharing, and recording of every stream with the MediaRecorder API — with automatic codec negotiation (VP9 → VP8 → plain WebM). Each recording becomes a local Blob, played back in an audio/video player with a progress bar. Everything runs in the browser — no media byte ever leaves the user's device.
The demo is 100% functional — try it now.
Interactive real-time 3D rendering demo: an orbitable scene with PBR materials, a full solar system with a camera that chases the focused planet, an 8,000-particle galaxy with a hand-written GLSL shader, and a scroll-driven journey through the author's own tech stack.
The push-type Notifications API is native to the operating system, delivered even with the app closed — Service Worker + VAPID end to end.