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

✍️ OpenClawRadar📅 Published: March 28, 2026🔗 Source
Layerkit: AI Image Editor with Editable Layers Built with Claude Code
Ad

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.

Ad

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

Ad

👀 See Also

TEMM1E v3.1.0: AI Agent That Self-Fine-Tunes Using User Interactions
Tools

TEMM1E v3.1.0: AI Agent That Self-Fine-Tunes Using User Interactions

TEMM1E v3.1.0 introduces Eigen-Tune, a system that captures LLM interactions as training data, scores quality from user behavior, and fine-tunes local models via LoRA with zero added LLM cost. Tested on Apple M2, it corrected temperature conversions from 72°F = '150°C' to '21.2°C' after 10 conversations.

OpenClawRadar
Composer: A real-time markdown editor where Claude Code agents edit alongside you
Tools

Composer: A real-time markdown editor where Claude Code agents edit alongside you

Composer is a markdown editor where humans and Claude Code agents edit the same doc live. Agents connect via MCP, can read docs, reply to comments, and leave suggestions. Public docs are free and require no sign-in.

OpenClawRadar
Black LLAB: Open-Source Architecture for Dynamic Model Routing and Docker-Sandboxed AI Agents
Tools

Black LLAB: Open-Source Architecture for Dynamic Model Routing and Docker-Sandboxed AI Agents

A developer has open-sourced Black LLAB, a system that uses Mistral 3B to route prompts between local and cloud models and runs AI agents in isolated Docker containers with OpenClaw integration.

OpenClawRadar
Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Tools

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution

Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.

OpenClawRadar