I've gotten tons of good feedback from reddit folks in the past for other oss projects, so i'm hoping to get some thoughts on this new project today. Devpod allows dev teams to take full control over their dev environments, without being locked into a specific provider Developers can write code in any language, and run it anywhere. Here's a demo with one of the devpod creators We walk through how to create workspaces, how providers work, how the cli can be used instead of the ui, and other topics we haven't covered previously in videos. You should try our project, since the last version, we run the dev container natively, and for jetbrains, you just need a gateway installed and run daytona ide to set your preferred editor
Not local but integrates well with devpod (which is local) Vcluster or loft enterprise if you can spare the money Their dev spaces are awesome for this and you avoid the troubles that come with local dev envs Devpod is a complementary tool that is designed to provision the hosting of each workspace Devpod workspaces can be run locally (using docker provider) or remotely. The devpods cli works very nicely and i don't use vscode a lot so its nice to not have a requirement on it
My main targets are still just docker and kubernetes.
OPEN