Layerkit: AI Image Editor with Editable Layers Built with Claude Code

What Layerkit Does
Layerkit is a browser-based image editor created to solve the problem of constantly re-prompting AI image generators for small edits. The developer was frustrated with workflows where changing a headline, moving text slightly, or adding a CTA required re-prompting or switching to tools like Canva.
How It Works
The workflow consists of:
- Describe your scene in plain text
- AI generates the background image with composition in mind
- A second AI pass analyzes the actual generated image and places text where it's readable
- Everything exists as editable layers that can be dragged, resized, restyled, or deleted without affecting other elements
Technical Architecture
The entire codebase was built using Claude Code. The architecture features a staged AI pipeline:
- One LLM plans the composition
- An image model generates the scene
- A second LLM pass analyzes the actual generated image to place text
Claude Code handled everything from the Fabric.js canvas setup to the API routing layer that lets users plug in their own keys. Most of the prompt engineering for the decomposer and text refinement stages was iterated through Claude as well.
Key Features
- Brand kits - upload brand assets and AI extracts colors, fonts, and style to keep every generation on-brand
- Works with just a Google AI key - no subscription or per-image fees
- Option to add an OpenRouter key for access to GPT, Claude, and other models
- Export full setup as an encrypted file to share with teammates
- Runs fully in the browser - nothing stored on any server
- Free to use
Development Insights
The developer was surprised by how well Claude handled the multi-stage pipeline design. When describing problems like "text keeps landing on busy parts of the image," Claude would propose solutions (vision-based post-placement refinement) and implement them end-to-end.
The tool is currently available at layerkit.impulze.ai, and the developer is fine-tuning the smart text placement and welcomes feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also

Project Headroom: Netflix Engineer's Open Source Tool Slashes AI Token Costs by 90%
Netflix senior engineer Tejas Chopra created Project Headroom, an open source proxy that compresses AI context input by up to 90%, saving an estimated $700,000 across users since January 2026. It runs locally on port 8787 and wraps any LLM CLI.

ModelFitAI: Deploy AI Agents Without VPS Setup, Built with Claude Code
ModelFitAI is a platform that lets developers deploy AI agents directly on its infrastructure, eliminating VPS setup, Docker configuration, and SSH sessions. The entire platform was built using Claude Code by a solo founder.

Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
A Claude Code plugin uses markdown files to track campaign state and lets Claude act as Dungeon Master for solo D&D sessions. The system is free and open-source, requiring installation as a plugin followed by the /claude-dnd:new-campaign command to start.

OpenClaw plugin adds persistent memory with Engram server
A developer built a TypeScript plugin connecting OpenClaw agents to Engram, a Go-based memory server using SQLite with FTS5 search. The plugin provides 11 tools, 4 lifecycle hooks, and automatic recall that injects relevant memories into prompts before each agent turn.