All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Deploying Python Static Sites with uv, Caddy, and Docker

By

indigodaddy

9mo ago· 6 min readen

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 pulled
I'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.
Snippet from the RSS feed
My preferred deployment stack for Python-built static sites.

You might also wanna read