harry7922
9 hours 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
9 hours 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
9 hours 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
9 hours 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!