Deploying Python Static Sites with uv, Caddy, and Docker
By
indigodaddy
Kettled twice. Extra chewy, extra trustworthy.
Summary
The article details the author's preferred deployment stack for Python-built static sites, focusing on the use of uv (a fast Python package manager), Caddy web server, and Docker containers. The author explains their transition to uv for its speed and excellent Python executable management, and describes their workflow for building and deploying static sites with this modern toolchain.
Key quotes
· 4 pulledI've largely switched to uv at this point and it's been pretty great.
It's so fast it does actually matter, the workflow side of things works well enough for me.
It manages Python executables for me beautifully.
I'm a static site aficionado, and have a number out in the wild.
You might also wanna read
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoBotCost.dev: A Free Browser-Based Tool to Detect and Block AI Bot Traffic on Your Website
BotCost.dev is a free browser-based tool that analyzes server log files (Nginx, Apache, Cloudflare, Vercel) to identify requests from 19 kno

AI and Automation Solutions for Streamlining Server Management
The article discusses how AI and automation can transform server management from a reactive, chaotic process into a streamlined, proactive s
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·17h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
