Instant UI Playground
A responsive UI system with live theme editing and layout presets. Built to showcase component composition, accessibility, and design tokens.
Well-rounded full-stack dev · Single file showcase
This entire portfolio lives in one HTML file. It demonstrates semantic HTML, responsive CSS (Grid & Flexbox), a Web Component, a canvas animation, theme toggling with localStorage, and a bit of progressive enhancement.
Custom elements (<tech-badge>) rendered with Shadow DOM.
Filter client vs full-stack vs experimental projects.
A responsive UI system with live theme editing and layout presets. Built to showcase component composition, accessibility, and design tokens.
Kanban-style board with optimistic updates, server-side rendering and live multi-user collaboration backed by WebSockets.
A collection of generative art sketches and physics toys using the Canvas API, requestAnimationFrame, and simple vector math.
Internal dashboard for scheduling content, previewing drafts, and tracking metrics across multiple channels. Includes role-based access and audit trails.
Timeline + small code sample, inline.
Building modern web apps with React, TypeScript, and Node, focusing on performance, DX, and user-centric design.
Deep dive into the DOM, CSS layout, browser APIs, and accessibility. Gradually layered in frameworks and tooling.
Experimenting with new specs (Web Components, Web Animations API, etc.) and keeping an eye on ergonomics and maintainability.
HTML5 forms, validation, and minimal JS for UX.
This form runs entirely on the client and uses the Constraint Validation API for basic checks. In a production app I’d wire it to a serverless function or backend, with proper spam protection and rate limiting.
For now, submitting will just log the payload to console.log and show
a toast.