Coasts: Containerized Hosts for Running Multiple Localhost Environments

Coasts is a tool that addresses the challenge of running multiple localhost environments at the same time. Instead of relying on scripted workarounds that become unwieldy with more than a couple of services, Coasts handles port conflicts, secrets, and volume topologies automatically.
How It Works
At its core, Coasts is a Docker-in-Docker solution with a bind mount from the root of your project. This approach means you can run all your agent harness related host-side without needing to configure tools like Codex, Conductor, or Superset to launch shells in containers. Instead, you create a skill file that tells your agent about the coast CLI, enabling it to determine which coast to execute commands against.
Key Features
- Works with or without docker-compose: The source specifically mentions "it works without docker-compose too"
- Dynamic and canonical port mappings: You can have a single instance of your application always available on regular docker-compose routes host-side, while every coast has dynamic ports for services you wish to expose host-side
- Simplifies agent integration: Agents can interact with coasts through the CLI without complex container shell configurations
Practical Applications
If you have a remotely complex docker-compose setup, Coasts is designed for your use case. The tool has been developed with close friends and a couple of companies, and while it's described as "probably a forever work in progress," it's now opening up to a broader community.
The source recommends watching the videos in the documentation, which illustrate both the power of Coasts and the simplicity of its abstraction.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Custom GIF Spinner for Claude Code via COLR Font Conversion
A developer created a method to replace Claude Code's default spinner with any animated GIF by converting the GIF into an OpenType COLR color font and patching the spinner to cycle through glyphs representing each frame. The tool currently supports Windows with macOS/Linux versions planned.

Demo for AI Agent Micropayments Using x402 and Solana
The x402-hello demo illustrates AI agents autonomously handling micropayments using USDC on the Solana blockchain.

LLM Skirmish: A Real-Time Strategy Game Benchmark for AI Coding Agents
LLM Skirmish is a benchmark where AI agents write code to play 1v1 real-time strategy games against each other. It uses a modified Screeps API and tests in-context learning across five tournament rounds.

motif MCP gives Claude Code video-watching ability for UI bug reproduction
motif is an MCP server that lets Claude Code watch screen recordings of UI bugs, using Gemini 2.5 Flash frame-by-frame analysis to return visual descriptions, root causes, and diffs. Setup requires a Gemini API key and two lines in mcp.json.