No token purchases, no extra cost for coding. Just link your existing Claude/OpenAI/Gemini account and start building and deploying instantly.
Why we built this:
Claude Code is our go-to for coding, but it lacked preview + deploy capabilities. We didn't want to pay Lovable again just for that.
Different agents excel at different tasks - Claude Code for versatility, Codex for complex work, GLM for speed. We needed one platform to leverage them all.
CLI agents offer more freedom than traditional web builders. We wanted to unlock their full potential with proper dev tooling.
What it does:
- Prompt → Build → Live → Deploy - The fastest path from idea to live website. Deploy for free.
- BYO Subscription - Use your existing plans efficiently (Claude Code $20 = 10x Lovable $25 usage, GLM $3 = 3x Claude Code $20)
DEV Mode (Beta):
- Multi-stack support - Build with Node, Python, Go, Rust and deploy containers to public URLs instantly
- Repo imports - Upgrade and deploy your existing projects across any stack
Links:
- Clink: https://clink.new
- OSS origin (Claudable, ~2.8k): https://github.com/opactorai/Claudable
We'd love any feedback, bug reports, or stack requests - we iterate fast and read every comment.
We're using Daytona for development environments, which gives us proper isolation out of the box. Each build runs in its own sandbox workspace with full container isolation, so there's no cross-contamination between projects or users.
I used many vibe coding apps and also cli agents. This could serve as a useful testbed for evaluating different CLI agents. Does the system support switching between multiple agents, or is that not currently implemented?
I'm curious how the Clink desktop app connects to the web app. Is it sending some kind of oauth token so you can use call Claude Code, etc, on behalf of the user?
FWIW, I created an open-source project in this space https://github.com/dyad-sh/dyad/ and it's great to see people trying different approaches :)
Instead of containers and "stacks", we use the web platform with vanilla HTML, CSS and JS (front-/back-end in 1 place)!
Deployments go to Cloudflare!
See examples at https://new.rt.ht – service workers you can edit live in the playground with URL imports of ESMs, get deployed as Cloudflare Workers!
Edit: Forgot to add my thought; I think you should be more clear about what Clink does compared to other software like Claude Code. The building demo's to me (a developer/devops person) are cool but my first thought was 'Why would I use this over Claude Code'? And only in this thread I saw the USP for Clink which makes perfect sense for non-techies!