# Support for Remix v2

**Published:** September 19, 2023 | **Authors:** Nathan Rajlich

---

> **Note:** This changelog entry is historical. Edge Functions are deprecated for new projects. Use [Vercel Functions](https://vercel.com/docs/functions) with the Node.js runtime and [Fluid compute](https://vercel.com/docs/fluid-compute). Use [Routing Middleware](https://vercel.com/docs/routing-middleware) for request-time routing before a response completes.

Vercel now supports [Remix v2](https://remix.run/blog/remix-v2). Deploy your Remix application on Vercel with advanced support for:

- **Streaming SSR: **Dynamically stream content with both Node.js and Edge runtimes
- **API Routes: **Easily build your serverless API with Remix and a route `loader`
- **Advanced Caching: **Use powerful caching headers like `stale-while-revalidate`
- **Data Mutations: **Run `actions` inside Vercel Functions

[Deploy our Remix template](https://vercel.com/templates/remix/remix-boilerplate) to get started.

---

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