# Remix projects can now be deployed with zero configuration

**Published:** November 25, 2021 | **Authors:** Lee Robinson, Leo Lamprecht

---

Vercel now automatically optimizes your [Remix](https://remix.run/) projects. When importing a new project, it will detect Remix and configure the right settings for you — including automatic `immutable` HTTP caching headers for JavaScript and CSS assets.

Get started by deploying the [Remix template](https://vercel.com/new/clone?s=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fremix&template=remix&id=67753070&b=main&from=templates) or running `npx create-remix@latest`, selecting Vercel, and then deploying with `npx vercel`.

Check out [the documentation](https://vercel.com/docs/build-step#build-&-development-settings) as well.

---

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