Ink: A Deployment Platform Where Claude AI Agents Are the Primary Users

Ink (ml.ink) is a deployment platform where the primary users are AI agents, not humans. It was created to address the frustration of using Claude Code: while Claude can write a full-stack app in minutes, manually wiring up hosting, databases, DNS, and secrets takes about an hour.
Key Features and Workflow
The platform allows Claude to deploy applications with a single command: say "deploy this." Claude calls the create_service function, the platform auto-detects the framework, builds it, and returns a live URL at *.ml.ink.
Differentiation from Existing Services
- Unified Tool: One tool handles compute, databases, DNS, secrets, domains, metrics, and logs. Claude doesn't need to juggle separate providers.
- Error Handling for LLMs: When a deploy fails, Claude reads the build log, fixes the issue, and redeploys. Error responses are structured for LLMs rather than raw stack traces.
- DNS Zone Delegation: Delegate a zone once, and Claude can create subdomains instantly.
- Built-in Git Hosting: Claude pushes code and deploys without requiring GitHub.
- Shared Workspaces: Multiple agents and humans can collaborate on the same projects.
Additional Platform Details
The platform includes a human UI for logs, metrics, and DNS management. It offers GitHub integration for auto-redeploy functionality. Billing is per-minute with no per-seat charges.
The service is currently available with a free $2 trial that doesn't require a credit card. A 20% discount code "GOODFORTUNE" is offered for further testing.
Notably, Ink was built with Claude Code specifically for use with Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source MCP server adds built-in session memory for Claude Desktop
A developer built a TypeScript MCP server with integrated session memory to preserve context between Claude Desktop coding sessions, eliminating the need for separate memory infrastructure. The server includes session save/load functions and additional tools like Brave Search and Google Gemini integration.

HolyCode: Docker Container for Persistent AI Coding Agent Environments
HolyCode is a Docker container that provides a persistent development environment for AI coding agents, keeping sessions, settings, and plugins across rebuilds. It includes preconfigured browser tooling for agent workflows and supports Claude, OpenAI, Gemini, and other providers through OpenCode.

SpecLock: Open Source Constraint Engine for AI Coding Agents
SpecLock is an MCP server that actively enforces constraints on AI coding agents like Claude Code. It blocks violations with semantic conflict warnings using synonym expansion, negation detection, and destructive action flagging.

Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup
Pretticlaw is a lightweight alternative to OpenClaw that requires only 2 commands for setup, has a 30MB footprint, and responds in 2-3 seconds with an inbuilt dashboard on port 6767.