



















Each chapter of The Way of Code has a generative artwork made with Claude artifacts. The source code is viewable on the site but not easy to grab, so I scraped all 81 chapters and organized them into a repo:
https://github.com/generativelabs/the-way-of-code
Each chapter folder has:
- poem.txt – the poem text
- visualization.jsx – the full React/Three.js/Canvas source
- screenshot.png – what it looks like rendered
All visualizations and poems are the original work of thewayofcode.com, I organized the source code into a browsable repo.
Good resource if you want to study the visual techniques used throughout the book or dig into how Claude generates and codes this kind of art for your own projects.
by snow-crash-1794