Open Carrusel - Instagram carousels via Claude Code
Local-first Next.js app that has Claude design Instagram carousel slides and exports them as PNGs at exact platform dimensions. `/start` in Claude Code bootstraps the project.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
Spool - local search across agent histories
Local Electron app and CLI that searches your Claude Code sessions, Codex history, GitHub stars, and 50+ other sources with full-text search. Agents can query the same index via a tool interface.
MemoMind - local GPU-accelerated memory for Claude Code
Local-first memory system for Claude Code with GPU acceleration and zero cloud dependency. Provides persistent agent memory via MCP.
trace-mcp - framework-aware codebase MCP for coding agents
MCP server with 138 tools and cross-language framework awareness (58 integrations across 81 languages). Indexes Laravel/Inertia/Vue, Rails/Hotwire, Django/HTMX edges so agents skip re-deriving call graphs. Decision memory links architectural choices to the code they're about. Local-first ONNX embeddings, optional LSP enrichment.
wanman - worktree-isolated multi-agent runtime for Claude Code and Codex
Multi-agent runtime that spawns each Claude Code or Codex agent in its own git worktree and home directory. JSON-RPC subprocess control, task pooling, artifact storage. Solves the share-a-directory failure mode that breaks most multi-agent harnesses.