Claude Code for Creatives

Two interactive demos built with Claude Code, showcasing AI-assisted development for creative projects

Image Swiper

Tinder-style Photo Organizer

A gesture-based image review tool. Swipe left to archive, right to keep. Built with vanilla JavaScript and Hammer.js for touch gestures.

Node.js Express Hammer.js

Void Vessels

Procedural NFT Ship Generator

Generate unique wireframe spacecraft from numeric seeds. Features deterministic procedural generation with rarity tiers and metadata export.

Three.js Bun Remotion

Local Installation

Image Swiper

cd demo-1-final
bun install
bun start
# Open http://localhost:3000

Place your images in the unorganized-files folder before starting.

Void Vessels

cd demo-2-final
bun install
bun dev
# Open http://localhost:5173

Requires Bun runtime. See docs/COMMANDS.md for rendering options.

About This Project

These demos were built collaboratively with Claude Code, demonstrating how AI can assist with creative development workflows. Each demo includes chat history logs showing the development process.