From a Slack link to production in under 48 hours: cloning Shopify's "Quick" Courtyard cloned Shopify's internal tool Quick in under 48 hours using AI agent Devin, building a git-backed static site deployment service with SSO, drag-and-drop UI, and automatic large file handling. The project went from a Slack link to production in 21 hours, demonstrating rapid prototyping with AI assistance. Inside Courtyard /blog/category/inside-courtyard From a Slack link to production in under 48 hours: cloning Shopify's "Quick" with Devin On a Wednesday night, Katherine Champagne dropped a link in our ai-adventures Slack channel about Quick https://shopify.engineering/quick , Shopify's internal tool that lets anyone — engineer or not — ship a static site in seconds. By Thursday night we had our own version live on an internal domain, behind SSO, fully git-backed, built in Go, deployed on Cloud Run via Bazel and Terraform. Total elapsed time from "look at this cool thing" to "it's live in production": about 21 hours. A full slate of follow-on features — a redesigned UI with sound, a quick push/pull CLI, auto-generated site thumbnails — landed within the next day . We didn't staff a team for it or slow down on our many existing priorities. We pointed Devin with Fable 5 https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5 at the idea, told it our constraints, and reviewed its work collaboratively as it went. The spark It started the way a lot of good ideas do — someone noticed something and shared it: " this is how Shopify lets anyone from any team deploy static html with option for some simple backend functionality too . The claimed adoption is amazing " Shopify's Quick is a genuinely clever piece of internal tooling: drag in some HTML, get a live URL. No tickets, no pipelines, no waiting on an engineering team. The adoption numbers in the thread were the eye-catching part - when you make shipping trivial, everyone ships. The obvious question: could we have that at Courtyard? This idea had come up in the past, but usually with caveats like "make the deployment relatively easy" or "give non-engineers easy-to-use git tools" not "make deployments not a thing" or "make version control invisible and painless." So we asked Devin to build it. The constraints and how they shaped the thing This is the part that makes the story worth telling. We didn't hand over a spec. We handed over a few principles and let the design fall out of a back-and-forth in Slack. Every one of these started as a comment in the thread: "It should be git-backed." Every deploy is a real git commit. That gives you full history and one-command rollback for free, instead of an opaque blob sitting in a storage bucket. "This shouldn't live in experimental/. It should be real code." The first prototype was a quick FastAPI app in a sandbox folder. We threw that away and made Quick a real, production-reviewed service, one whose whole job is to let people publish sites by dropping files into their own experimental/