Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source gallery of AI-generated UI experiments built with Claude (Fable 5) — hero sections, landing pages, GLSL shaders, design systems, and 3D scenes.

Free multi-page Bootstrap 4 travel directory template with advanced search, sticky navigation, Google Maps, and reservation form.
claude-directory is an open-source gallery of AI-generated web UI experiments built with Claude (Fable 5), cataloging hundreds of projects across hero sections, landing pages, GLSL shaders, UI design systems, animations, portfolios, and 3D/WebGL scenes.
claude-directory is a public GitHub repository and live web directory — browsable at pulkitxm.com/claude-directory — that collects AI-generated front-end projects, each stored in its own self-contained folder with the originating prompt saved as prompt.md and a recorded screen demo as demo.mp4. It is maintained by pulkitxm and organizes projects into category folders: hero sections (41 listed), landing pages (98 listed), shaders, UI design systems, components & UI, portfolios, animations & loaders, 3D & games, and templates. The repository has 450 stars and is explicitly described as vibe coded with Claude Fable 5.
prompt.md alongside the generated code, letting you compare the exact ask with the output.demo.mp4 screen recording, with a poster generated by node scripts/generate-posters/generate-posters.mjs that writes a poster.jpg and updates the root posters.json manifest../hero-sections/, with 41 hero sections and 98 landing pages documented in tables listing each project's description and stack.prompt.md files paired with generated code to learn how to steer Claude Fable 5 toward specific visual treatments.prompt.md and demo.mp4.prompt.md files next to the code they produced.To contribute, you drop your experiment in its own self-contained folder under the matching category, include the prompt.md you used to generate it and a demo.mp4 screen recording, then open a pull request. Once the demo is in, run node scripts/generate-posters/generate-posters.mjs to generate a poster.jpg placeholder and update posters.json. There are no issue templates or review ceremonies — PRs are reviewed and merged by Claude Opus.
Yes — it is an open-source GitHub repository, and every project in it is self-contained and copy-pasteable. You can browse the live directory at pulkitxm.com/claude-directory or clone the repository directly.
It contains AI-generated UI experiments: 41 hero sections and 98 landing pages are explicitly listed, alongside GLSL shaders, UI design systems, components & UI, portfolios, animations & loaders, 3D & games, and templates. Every project ships its prompt and a recorded demo.
Most projects use React, TypeScript, Vite, Tailwind CSS, Three.js, Framer Motion, and GSAP, with a large set of framework-free HTML/CSS/JS experiments. Specific projects add TanStack Start, React 19, Tailwind CSS v4, hls.js, shadcn/ui, Spline, Supabase, and Canvas 2D.
The repository itself warns they are not automatically production-ready. Because every project is vibe coded with Claude Fable 5, you should review the code, check dependencies, verify accessibility and responsiveness, and run the local project checks before shipping anything.
Open a pull request with your experiment in its own self-contained folder, including the prompt.md that generated it and a demo.mp4 screen recording. Optionally add a row to the category table and run the poster-generation script; all PRs are reviewed and merged by Claude Opus.