This is super cool. Love the idea of using the agents I already pay for instead of signing up for yet another subscription. Curious how you're handling sandboxing and dependency isolation between builds? That's usually the hardest part when trying to make build -> preview -> deploy feel seamless for multiple runtimes.
sandboxing is indeed the trickiest part. 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.
Show HN: Clink – Bring your own CLI Agents, Ship instantly
11–20 of 24 posts
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#12Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#13Other than having a GUI, how is this different from something more established like openCode ?
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#14Other than having a GUI, how is this different from something more established like openCode ?
Good question! while we use CLI agents as the coding backbone, our focus is really on the application building experience: live preview and seamless deployment. The key difference is that we give you an isolated sandbox container where you can see your app running instantly, then deploy it with one click. so instead of just getting code output, you get a runnable application that you can interact with and ship immedi…
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#15How does this differ from existiong app builders? I've seen quite a few similar projects.....
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#16Pretty cool! I see you support deploying to Vercel. Any plans to support other hosts?
Ah, Vercel is what we use in the open source Claudable version! For Clink, we currently deploy static/frontend to Cloudflare Pages and full stack apps to Railway, both work great for different use cases. We're definitely interested in adding more deployment targets. What hosting platforms would you prefer to see? we can prioritize based on what the community needs most
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!
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#17Earlier quoted context omitted.
sandboxing is indeed the trickiest part. 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.
Interesting, but Daytona appears to be a cloud-only sandboxing system. Yet your copy states: "coding agents run locally"; so unless I'm missing something, this is at least misleading, since the code/sandboxes need a Daytona cloud account.
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#18Earlier quoted context omitted.
Ah, Vercel is what we use in the open source Claudable version! For Clink, we currently deploy static/frontend to Cloudflare Pages and full stack apps to Railway, both work great for different use cases. We're definitely interested in adding more deployment targets. What hosting platforms would you prefer to see? we can prioritize based on what the community needs most
I'm part of a new hosting platform focusing on the European market, would you be open to discuss what you are looking for and see if we can become partners? Obviously no strings attached :) If so, please drop me an email zander@ploi.cloud 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 per…
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#19I'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 :)
Re: Show HN: Clink – Bring your own CLI Agents, Ship instantly
#20Really interesting project! I tried it last week and ran into same errors and today I tried it again and it worked. 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 approache…