Featured Why We Ditched Vercel for Our NodeJS App Learn why we migrated our services and Remix apps off Vercel and started deploying with Jetify Cloud
Devbox Why we choose Nix for Devbox We took the convenience of virtual environments, the UX of npm, and the immutability of NixOS to create this magical local-like experience with Devbox.
Devbox vs Docker: Lightweight, repeatable dev environments without container woes TLDR; At Jetify, our Docker development container initialization script used to be like this: image: ubuntu:22.04 ... # Install Go. wget --progress=bar:force:noscroll https://golang.org/dl/go1.19.linux-amd64.tar.gz -O go.tar.gz sudo tar -C /usr/local -xzf go.tar.gz echo "export PATH=
Devbox: build your Docker image from `scratch` How we created Devbox to solve our Docker dev environment woes at Jetpack.io