Matrix rain terminal app built with TypeScript TUI SDK
A windowed terminal application that displays the iconic Matrix rain effect using katakana characters. It was built with a custom Turbo Vision-style TUI SDK written in TypeScript, developed using Claude Code. The project serves as a demo of the SDK's capabilities.
Entities
Related
Recreation of MU/TH/UR 6000 UI from Alien using Fable and Claude
A fan recreation of the fictional MU/TH/UR 6000 interface from the Alien franchise, built using Fable (a generative UI tool) and Claude. The creator, a React developer, used natural language prompts to generate the UI with minimal coding, demonstrating how LLMs can assist in rapid prototyping of complex animated interfaces.
Interactive app teaching LLM pipeline from pattern matching to transformer training
An interactive web app that walks through every stage of the LLM pipeline, from basic pattern matching to training a transformer from scratch. It includes working code that users can run locally, making it an educational tool for developers and learners.
GitHub commit history flight game
A browser game where you fly a plane through a 3D city generated from your GitHub commit graph. Each day with commits becomes a building, with height proportional to commit count, and lanes represent weekdays. The game was built entirely with AI (vibe-coded) without writing any code manually.
MCP server feeding live design tokens from real products to LLM agents
An MCP server that provides structured design tokens (colors, typography, spacing, etc.) extracted from live DOM of real products like Linear and Supabase. LLM code agents use these tokens via MCP to generate UI that matches a specific product's design system, avoiding generic outputs. Solves the problem of agents producing bland, average UI by giving them concrete design references.
Terry Tao demonstrates coding agents for legacy app modernization
Mathematician Terry Tao published a blog post showing how modern AI coding agents can be used to update and modernize old software applications. The post demonstrates practical techniques for leveraging AI to refactor legacy code, highlighting the potential for AI-assisted software maintenance.

