CHANGELOG6d ago · Sep 10, 2026
FastAPI frontends and static files served from the CDN

Developers using FastAPI frontends or static files now serve those paths from the Vercel CDN without invoking a Vercel Function.
FastAPI frontends and static files, served with app.frontend() or StaticFiles , are now promoted to the Vercel CDN at build time. Requests for those paths are served directly from the CDN, without invoking your Vercel Function. FastAPI evaluates routes in…
Read it at Vercel