SnapAI - icon generation CLI for Expo & React Native
AI-powered icon generator wired into the Expo workflow. Generates app icons, splash screens, and adaptive variants from a single prompt.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
llm-openai-via-codex - reuse a Codex subscription as an LLM backend
Simon Willison's plugin for the `llm` CLI that routes calls through an existing OpenAI Codex subscription. Lets you use Codex-tier models from any `llm`-aware tool.
Hot Updater - OTA updates for React Native
Self-hostable CodePush alternative for Expo and React Native. Ship JS bundle updates without going through app store review.
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.
Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP
Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.