frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Clink – Bring your own CLI Agents, Ship instantly

https://clink.new
20•aaronSong•9h ago
Clink lets you use the coding agents you already pay for (Claude Code, Codex CLI, Gemini CLI, Z.ai GLM) to build → live-preview → ship apps in an isolated container.

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.

Comments

harry7922•8h ago
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.
aaronSong•8h ago
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.

mentalgear•8h ago
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.
aaronSong•8h ago
ah, I think there's some confusion with the open source version! The OSS Claudable runs everything locally on your machine. This new Clink product runs in the cloud with Daytona sandboxes. sorry for the confusion, we should clarify that better. the 'locally' copy was from the original OSS project description. will update to be clearer about the cloud infrastructure for Clink!
cba18jy•8h ago
Interesting use case.

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?

aaronSong•8h ago
For now, we support switching between models within the same provider, but we're currently adding the ability to switch providers mid-session. We're working on agent switching similar to Cursor's LLM switch so you can seamlessly move between Claude Code, Codex, GLM, etc. during development. We're also exploring auto-switching based on task type, our model would automatically select the best agent for each task. For example, using Opus for frontend work and Codex for backend refactoring. The goal is to leverage each agent's strengths without you having to think about it.
jhack•8h ago
Pretty cool! I see you support deploying to Vercel. Any plans to support other hosts?
aaronSong•8h ago
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
WildGreenLeave•8h ago
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 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!

aaronSong•8h ago
Thanks for reaching out about the hosting platform! really interested in the European market, will definitely drop you an email once we get things more organized on our end. You make a great point about the messaging. claude code is definitely comfortable for many devs right now. but we're seeing people constantly switch between codex, claude, and now newer agents like droid and glm. we're positioning ourselves as a mixture of agents platform where you can leverage the best tool for each task. also yeah, CLI agents are amazing for coding but not great for instant previews or deployments. that's exactly the gap we're filling. the positioning will probably evolve as we learn more from users, but that's the core idea: bring your favorite CLI agents, get the missing pieces (preview + deploy) without paying for another full coding platform. appreciate the feedback on making this clearer upfront!
mentalgear•8h ago
Other than having a GUI, how is this different from something more established like openCode ?
aaronSong•8h ago
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 immediately. openCode is great for pure coding tasks, but we're optimized for the full build-preview-deploy cycle.
mentalgear•8h ago
Thanks for the clarification, and kudos to you for making it open-source!
ant1894•8h ago
How does this differ from existiong app builders? I've seen quite a few similar projects.....
aaronSong•8h ago
Most app builders use lightweight coding agents and infrastructure. we're leveraging the full power of CLI agents (Claude Code, Codex, etc) as the engine, which means you can build with any frontend stack like react/next/svelte and any backend like fastapi/nestjs/flask/ruby, then deploy everything as a container. this is live in beta now. also, if you have an existing project, say a python ML model, you can import it and add a frontend to create a complete deployable service. the CLI agents are just way more capable than typical app builder agents, and we're giving them the infrastructure to match that capability.
willchen•7h ago
Really 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 approaches :)

aaronSong•7h ago
Oh I really like your product! you're right about how it works. the desktop app sends oauth tokens to connect to the cloud infrastructure. dyad looks really cool, love the local-first approach. it's exciting to see so many different takes on this space right now. what are you focusing on with dyad these days?
willchen•6h ago
thanks! we recently added MCP support so we're figuring out how to make it easier to find & add the right MCP tools for your use case :)
dohyun1m•7h ago
I’ve actually used claudable before, and happy that you guys just made an cloud hosted version of it. But how are you handling all those server costs? Since it’s not just a local open source project right now, the fees might be kinda expensive.
aaronSong•5h ago
thanks for using claudable before! for server costs, the sandbox previews have auto-stop functionality so the actual runtime is pretty short. keeps costs manageable. for deployments, cloudflare static hosting is basically free, and we only charge a small fee for custom domains since that's where we have actual costs. the beauty of leveraging existing platforms is that we don't have to run expensive infrastructure ourselves. most of the heavy lifting (the actual coding) happens on your CLI agent subscription, not our servers!
cetinsert•7h ago
We do the same over at https://rtcode.io with "Agent Share"!

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!

The hottest term in AI is completely made up

https://www.washingtonpost.com/technology/2025/10/21/nvidia-ai-factories/
1•reaperducer•55s ago•0 comments

PageIndex Chat – Human-Like Long Document AI Analyst

https://pageindex.ai/blog/pageindex-chat
1•mingtianzhang•57s ago•1 comments

Using Async Functions in Celery with Django Connection Pooling

https://mrdonbrown.blogspot.com/2025/10/using-async-functions-in-celery-with.html
1•ipeev•3m ago•0 comments

Thinking Sparks: Emergent Attention Heads in Reasoning Models

https://arxiv.org/abs/2509.25758
1•diwank•7m ago•0 comments

Modern AI on Vintage Hardware: Llama 2 Runs on Windows 98

https://hackaday.com/2025/01/13/modern-ai-on-vintage-hardware-llama-2-runs-on-windows-98/
1•JumpCrisscross•10m ago•1 comments

Amazon Plans to Replace More Than Half a Million Jobs with Robots

https://www.nytimes.com/2025/10/21/technology/inside-amazons-plans-to-replace-workers-with-robots...
1•bookofjoe•19m ago•2 comments

Show HN: ProfiTree, Tax Optimization Tool for DIY Investors

https://www.profitree-tax.com/
1•shahakshat609•21m ago•0 comments

Large Language Models Inference Engines Based on Spiking Neural Networks

https://arxiv.org/abs/2510.00133
2•PaulHoule•21m ago•0 comments

Effects of Swallowable Intragastric Balloon on Weight Loss, Metabolic Syndrome (2017)

https://www.gavinpublishers.com/article/view/effect-of-a-new-swallowableintragastric-balloon-elip...
1•nateb2022•22m ago•0 comments

Surfacing LLM Biases Through Graffiti

https://nullpxl.com/post/surfacing-llm-biases-through-graffiti/
2•nullpxl•22m ago•0 comments

Dangerous and invisible worm found in Visual Studio Code extensions

https://www.heise.de/en/news/Dangerous-and-invisible-worm-found-in-Visual-Studio-Code-extensions-...
1•croes•24m ago•1 comments

Ask HN: Codex / Claude Code vs. Cursor?

2•mholubowski•24m ago•0 comments

Daniel J. Bernstein updated cdb (Constant database) to go beyond 4GB

https://cdb.cr.yp.to/
3•kreco•25m ago•0 comments

Did people in the 90s worry about the efficiency of the internet

2•burgiee•25m ago•1 comments

GitHub Copilot's "Free Plan Limit" Bug: A Year-Long Oversight?

https://danielraffel.me/2025/10/22/github-copilots-free-plan-limit-bug-a-year-long-oversight/
1•atupem•27m ago•0 comments

DHS Asks OpenAI to Unmask User Behind ChatGPT Prompts, Possibly First Such Case

https://gizmodo.com/dhs-asks-openai-to-unmask-user-behind-chatgpt-prompts-possibly-the-first-such...
2•mrtesthah•29m ago•0 comments

Show HN: Streaky – GitHub Streak Monitor with Distributed Cron Processing

https://github.com/0xReLogic/Streaky
1•0xrelogic•30m ago•0 comments

Fork Buckets Like You Fork Code

https://www.tigrisdata.com/blog/fork-buckets-like-code/
1•raoufchebri•30m ago•0 comments

A ritual and the toxic effects of ranking

https://mailchi.mp/f6f9b751ce8c/resilience-postcard-lonely-1669813
1•pcfwik•33m ago•0 comments

Pathom 3 – a Clojure library modelling information systems as attribute graphs

https://pathom3.wsscode.com/
1•Tevo•35m ago•0 comments

Rematch Accelerated by Network Next

https://mas-bandwidth.com/rematch-accelerated-by-network-next/
2•gafferongames•39m ago•0 comments

China Accuses US of Cyberattack on National Time Center

https://www.securityweek.com/china-accuses-us-of-cyberattack-on-national-time-center/
1•Bender•46m ago•2 comments

When yesterday's code becomes today's threat

https://www.scworld.com/perspective/when-yesterdays-code-becomes-todays-threat
1•Bender•46m ago•0 comments

Can you make the slippery road sign in real life

https://www.youtube.com/watch?v=_eL_r7NbAvA
1•lifeisstillgood•49m ago•0 comments

Should We Look on New Technologies with Awe and Dread?

https://www.newyorker.com/culture/open-questions/should-we-look-on-new-technologies-with-awe-and-...
1•fortran77•49m ago•2 comments

John Titor

https://en.wikipedia.org/wiki/John_Titor
2•cryptoz•50m ago•0 comments

Fake home invasion vid lands woman in real trouble

https://www.theregister.com/2025/10/21/woman_pranks_husband_ai_intruder/
2•Bender•50m ago•1 comments

M5 iPad Pro: An AI and Gaming Upgrade for AI and Games That Aren't There Yet

https://www.macstories.net/stories/m5-ipad-pro-review/
1•walterbell•50m ago•0 comments

My computing prayer

https://ryansepassi.com/notes/computing-prayer
2•prngl•50m ago•0 comments

Guide to Authentication for the OpenAI Apps SDK

https://stytch.com/blog/guide-to-authentication-for-the-openai-apps-sdk/
1•bobbiechen•54m ago•0 comments