#Devbox
Did you know that Nuxt UI v3 is integrated into the @nuxt.com devtools? 🤯

Try it out yourself at codesandbox.io/p/devbox/nu...
January 10, 2025 at 5:10 PM
My new M4 Mini compiles Bedrust twice as fast as my 9th Gen Intel Devbox 🥳
November 15, 2024 at 4:46 AM
Found another one!

Now I am confused between Nix Package Mamager, DevBox & Flox. 😅

github.com/jetify-com/d...
GitHub - jetify-com/devbox: Instant, easy, and predictable development environments
Instant, easy, and predictable development environments - jetify-com/devbox
github.com
December 13, 2024 at 6:13 AM
Our team will be at Kubecon next week, talking Devbox, Nix, and Cloud Dev Environments! Let us know if you're around and would like to meet up

#Kubecon #CloudNativeFdn #OpenSource #Kubernetes #Nix #Devbox
November 7, 2024 at 12:25 AM
Been having a lot of fun with making micro apps & automations lately. Finally ordered myself dogs first devbox to throw myself to the wolves properly.
February 3, 2026 at 6:59 PM
Whenever I take a year-old online course, I hit setup issues. My current course says to use the latest tool version, but I get a dozen errors. Downgrading is usually a total cluster F'k when I'm 2‑5 versions ahead. With DevBox, I downgraded in 60s and can now focus on learning.

#devbox #nix #nixhub
November 24, 2024 at 11:30 AM
DevBox is soooo coool. Unless I hit a blocker, I am switching over.
November 17, 2024 at 2:18 AM
「Nixを環境構築ツールとして使いやすくしたラッパー」ほう
devboxを使った感想
zenn.dev
February 10, 2026 at 1:00 PM
👀 Have y'all seen www.jetify.com/devbox?

I was able to fix my local python environment in 15 minutes 🤯

Way faster & easier than Docker 🚮

```json
{
"packages": ["python", "poetry"],
"shell": {
"init_hook": ["poetry install"],
"scripts": {
"test": "make test"
}
}
}
```
Devbox: Portable, Isolated Dev Environments
Devbox creates isolated, reproducible development environments that can run anywhere without Docker or virtual machines.
www.jetify.com
November 1, 2024 at 3:39 PM
The same test case but without React Query works: codesandbox.io/p/devbox/rea...
codesandbox.io
October 8, 2025 at 11:51 PM
Floxと同様の開発環境構築ツール。Floxと同じくNixベース。比較するとDevboxの方が多機能で特にdevbox servicesはFloxにも是非欲しい機能だ。一方Floxは起動が高速なのと設定ファイルがわかりやすいのが良い。golang実装。
GitHub - jetpack-io/devbox: Instant, easy, and predictable development environments
Instant, easy, and predictable development environments - jetpack-io/devbox
github.com
March 18, 2024 at 11:45 AM
save me ffxiv devbox

devbox ffxiv save me

please
January 13, 2025 at 9:20 AM
The next time (which will likely be *soon*) I deal with the same thing, I’m going all in on www.jetify.com/devbox
Devbox: Portable, Isolated Dev Environments
Devbox creates isolated, reproducible development environments that can run anywhere without Docker or virtual machines.
www.jetify.com
November 11, 2024 at 5:03 PM
I need to stop doing this as well and just use my mac to remote into a linux devbox
October 28, 2024 at 2:50 PM
5/6 updated! woohoo. just the one machine left to go (but it's the oddball one, it's the arm64 devbox with the full pcie slot etc
September 4, 2026 at 7:03 AM
I’ve finally got the hang of devbox and process-compose.

This feels way better/faster than Docker!

PLUS, I have a great setup where Caddy is serving all my /apps under *.my.localhost 😍
December 18, 2024 at 4:37 AM
/me clones repo

$ devbox services up
$ open www.bmarks.localhost

🔥
January 5, 2025 at 6:02 AM
I've been daily driving my gaming PC as a devbox for a few weeks now, funny how working on a laptop makes you forget how fast things can be

(when you have an 8 core Ryzen 7 7700, 16GB of 6000Mhz RAM and 2TB of NVME SSD storage)
December 8, 2024 at 7:17 AM
esse devbox me parece ser mais friendly mesmo, vou dar uma olhada, valeu pelo video @carlosenog.dev
January 7, 2025 at 3:42 AM
I recently introduced someone to Devbox (github.com/jetify-com/d...).

A minute into using it, they asked "Why doesn't everyone use this?"

I've reflected on that question for a few days...

My conclusion is that not everyone wants to be as efficient and productive as possible.
GitHub - jetify-com/devbox: Instant, easy, and predictable development environments
Instant, easy, and predictable development environments - jetify-com/devbox
github.com
December 15, 2024 at 12:20 AM
I'm noticing a number of package versions for opentofu and argocd are missing in nixpkgs. Why can't they use renovatebot?

#nix #devops #devbox
November 17, 2024 at 3:02 PM
i am begging people to stop using codesandbox, please
September 24, 2024 at 7:14 AM
🛠️ How we tamed the "works on my machine" chaos at Alan Engineering!

Our new blog post reveals how Devbox transformed our dev experience, slashed onboarding time, and created consistent environments across our entire team.

Check it out: medium.com/alan/from-ch...
From Chaos to Consistency: How Alan Transformed Developer Experience with Devbox
medium.com
April 30, 2025 at 10:36 AM
I cannot tell you how much joy as a consultant it gives me when a client has a DevBox I can use. So much time is wasted during onboarding without it.
January 30, 2025 at 10:38 PM