llm-kb
← Back to products
Productlaunched

Buffer: open-source macOS clipboard manager with search, OCR, tags, and multi-paste

Buffer is an open-source clipboard manager for macOS built with Claude Code. It provides searchable clipboard history, image support, on-device OCR via Apple Vision, tags, bookmarks, and multi-paste. The project was developed almost entirely using Claude Code, which handled SwiftUI views and navigation well but struggled with AppKit interop.

5 engagement·1 source·Sat, Jul 11, 2026, 10:22 PM
A ~2 MB clipboard manager with searchable history, image support, on-device OCR (Apple Vision), tags, bookmarks, and multi-paste. Built with SwiftUI + AppKit. Claude Code handled SwiftUI views, navigation, list views, search filtering, and keyboard shortcuts well, but struggled with AppKit interop (menu bar extension).

Entities

Claude Code(tool)Apple Vision(tool)SwiftUI(tool)AppKit(tool)

Related

ProductSun, Jul 12, 2026, 03:22 PM

QR and barcode scanner with history and smart actions

PureLens is an iPhone/iPad app that scans QR codes, EAN, UPC, and ISBN barcodes, then offers smart actions like opening links, copying text, joining Wi-Fi, or calling numbers. It maintains a searchable scan history and allows organizing scans into collections for later reference, solving the problem of ephemeral scan results.

1 engagement·1 source·reddit
Tool ReleaseMon, Jul 6, 2026, 09:30 PM

LocalEyes gives blind LLMs vision via local Ollama models

LocalEyes is a new tool that enables text-only LLMs like DeepSeek, CodeLlama, and Qwen-Coder to process images locally using an Ollama vision model. It supports screen capture, clipboard reading, and image file analysis without cloud uploads or API keys, offering a private, fast, and free solution for developers using Claude Code.

26 engagement·1 source·github
ProductSat, Jul 11, 2026, 08:41 AM

StepGrab: Mac app that turns screen recordings into step-by-step guides with AI-written text

StepGrab is a Mac app that records a user's screen task and automatically generates a numbered step-by-step guide with screenshots and written steps. It uses on-device Apple Intelligence to write natural descriptions for each step, solving the problem of creating documentation from screen recordings without manual effort.

2 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 05:29 PM

Upload project folder to get optimized markdown for LLM context

A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.

1 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 03:23 PM

MacBook notch approval for Claude sessions

A tool that turns the MacBook notch into an Allow/Deny button for Claude Code permission requests. It uses PreToolUse hooks to block execution, Crest to write decisions, and a heartbeat with timeout fallback to prevent CLI hangs. Solves the problem of missing approval prompts when switching windows.

4 engagement·1 source·reddit