# FastHTML projects can now be deployed with zero configuration

**Published:** July 29, 2024 | **Authors:** Nathan Rajlich, Sean Massa

---

You can now deploy [FastHTML](https://fastht.ml/) Python projects on Vercel with zero configuration.

FastHTML is a new next-generation web framework for fast, scalable web applications with minimal, compact code. It builds on top of popular foundations like [ASGI](https://about.fastht.ml/foundation#sec1) and [HTMX](https://about.fastht.ml/foundation#sec1). You can now deploy FastHTML with Vercel CLI or by pushing new changes to your git repository.

Deploy the [FastHTML template](https://vercel.com/templates/python/fasthtml-python-boilerplate) or run `vercel init fasthtml` in your terminal to get started.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)