Extract visual style keywords from any image using Claude's vision API. Drop a photo, pick your disciplines, and get a structured list of aesthetic terms, era, texture, silhouette, design language, ready to use as creative references or search tags.
Upload or paste any image. Select one or more creative fields (fashion, architecture, interior, graphic design, etc.). Stylos sends the image to Claude and returns a set of style keywords per field, each with a confidence score and a short description. You can lock keywords you want to keep, then run the analysis again to fill the remaining slots.
Two optional modes shape the output:
- Pulse : biases toward what's trending right now
- Unbox : encourages unexpected, cross-disciplinary associations
A free-text hint lets you steer the extraction further ("focus on material textures", "avoid trend terms").
pnpm installAdd your Anthropic API key to .env:
ANTHROPIC_API_KEY=your_key_here
pnpm devOpen http://localhost:3000.
Next.js 16 · React 19 · Tailwind CSS 4 · Anthropic Claude API · TypeScript