What problem does it solve? Creating browser-based generative art and interactive visualizations requires coordinating creative direction, p5.js rendering code, performance tuning, and export pipelines, which is slow and error-prone when done manually. ## Core Features & Use Cases - Seven Production Modes: Covers generative art, data visualization, interactive experiences, animation, 3D WebGL scenes, image processing, and audio-reactive visuals, each mapped to dedicated reference guides. - Full Export Pipeline: Outputs single-file HTML plus PNG, GIF, MP4 (via Puppeteer headless capture and ffmpeg), and SVG, with deterministic frame capture using noLoop() and redraw(). - Creative Direction Framework: Enforces custom palettes, seeded randomness, layered composition with createGraphics(), and performance rules like disabling the Friendly Error System and pixelDensity(1). - Use Case: Ask for an audio-reactive particle flow field and receive a ready-to-open HTML sketch with keyboard shortcuts for PNG/GIF export, reproducible seeds, and 60fps-optimized rendering. ## Quick Start Create a p5.js generative art sketch of a particle flow field with a warm custom palette, seeded randomness, and keyboard shortcuts to export PNG and GIF.