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

Tokenmeter: Free Windows App to Track Claude Code Token Usage Offline
Tokenmeter is a free, open-source Windows app that reads local Claude Code .jsonl files to show token usage, estimated costs, cache savings, and a 90-day activity heatmap — all offline.

Community-voted Model Leaderboard for OpenClaw Released
A new community-voted leaderboard for models compatible with OpenClaw is now available, with Opus 4.5 currently leading.

OpenClaw skill reduces accessibility tree tokens from 600K to 1.3K for ad-heavy sites
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

Claude Plugins: Computer Vision, Multi-Agent Council, and Self-Debugging Workflow
Three Claude plugins were released: Computer Vision v1.7.0 for Windows app automation, The Council v3.1.0 for adversarial multi-agent consultation, and Upwork Scraper v0.2.0 for job market analysis. A demonstration showed Claude using these plugins to diagnose and fix its own Solitaire automation bug.