spec
devpod
spec | devpod | |
---|---|---|
66 | 42 | |
4,574 | 13,973 | |
2.1% | 0.5% | |
6.3 | 9.6 | |
about 1 month ago | about 1 month ago | |
Go | ||
Creative Commons Attribution 4.0 | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spec
-
I Watched Gemini CLI Hallucinate and Delete My Files
There is also https://containers.dev which is the first thing I configured when my company gave us Cursor. All agentic LLMs to date need to be on a very short leash.
Pro tip: you can run `docker diff ` to see what files have changed in the container since it was created, which can help diagnose unexpected state created by the LLM or anything else.
-
Maximizing Efficiency with Dev Containers: A Developer's Guide
Supporting the open Dev Containers Specification, the extension encourages a standardized approach to configuring development environments across different tools and platforms. This specification aims to foster consistency and portability in development setups, making it easier for teams to collaborate and for individuals to switch projects without the overhead of reconfiguring their development environment.
-
AWS launches Kiro, its Cursor clone
This doesn't support development containers (https://containers.dev), which means I can't insulate my machine from AI tooling. Not keen on this unless it's somehow earth-shattering.
- Development Containers
-
Docker Compose and Devcontainers for Microservices Development
This tutorial assumes familiarity with Docker, Docker Compose, Devcontainers and that your services have Dockerfile implemented
-
How to be Test Driven with Spark: Chapter 5: Leverage spark in a container
Leverage devcontainer to improve ci and local development
-
Github Codespaces: A different way to code
You can find the schema definition of the devcontainer.json file in the Visual Studio Code documentation or in this repository. In addition, this tutorial can also help.
-
Remote Development made simple with DevPod
-- What are Development Containers?
-
Snyk security researcher deploys malicious NPM packages targeting Cursor.com
Devcontainers[1] are the new incarnation of this pattern. We use them at work and they are a dream for onboarding new developers. The only downside is the VSCode lock-in but if that's a concern there's always DevPod[2].
[1] https://containers.dev/
[2] https://devpod.sh/
devpod
-
Stop Wasting Hours on Environment Setup - These Tools Will Save Your Sanity
## Quick Start [](https://devpod.sh/open#...) One click setup - no installation required!
- Switching to Claude Code and VSCode Inside Docker
-
My Fav Open Source GitHub Tools 2025 as a Developer
GitHub: loft-sh/devpod
- Open Source Alternatives to GitHub Codespaces
- GitHub Codespaces Alternatives – Part I
-
Remote Development made simple with DevPod
I come relatively late to the subject of Remote Development Environments (also known as Cloud Development Environments). The main reason is that I haven't worked in a development team for over six years. However, I'm now working for Loft Labs, and we have a RDE product: DevPod. I wanted to understand our value proposition as I'll be at FOSDEM operating the DevPod booth.
-
Snyk security researcher deploys malicious NPM packages targeting Cursor.com
Devcontainers[1] are the new incarnation of this pattern. We use them at work and they are a dream for onboarding new developers. The only downside is the VSCode lock-in but if that's a concern there's always DevPod[2].
[1] https://containers.dev/
[2] https://devpod.sh/
- DevPod, create reproducible developer environments (open source Codespaces)
-
We're Leaving Kubernetes
In my experience, the case where this becomes really valuable is if your team needs access to either different kinds of hardware or really expensive hardware that changes relatively quickly (i.e. GPUs). At a previous small startup I setup https://devpod.sh/ (similar to gitpod) for our MLE/Data team. It was a big pro to leverage our existing k8s setup w/ little configuration needed to get these developer envs up and running as-needed, and we could piggyback off of our existing cost tracking tooling to measure usage.
The rest of our eng team just did dev on their laptops though. I do think there was a level of batteries-included-ness that came with the ephemeral dev envs which our less technical data scientists appreciated, but the rest of our developers did not. Just my 2c
- DevPod: Codespaces but open source, client only, unopinionated
What are some alternatives?
lapdev - Self-Hosted Remote Dev Environment
devbox - Instant, easy, and predictable development environments
microservice-rust-mysql - A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.
tilt - Define your dev environment as code. For microservice apps on Kubernetes.
flox - Developer environments you can take with you