# Integrate Remix session storage with your Vercel KV database

**Published:** May 22, 2023 | **Authors:** Nathan Rajlich

---

> **Note:** The Vercel KV product has been sunset. You can now deploy alternative KV stores and other storage solutions through the [Vercel Marketplace Storage](https://vercel.com/marketplace/category/storage?category=storage&search=redis), with automatic account provisioning and unified billing. [Learn more](https://vercel.com/blog/introducing-the-vercel-marketplace).

The release of `@vercel/remix` v1.16.0 introduces a new function, `createKvSessionStorage()`, which allows you to integrate your [Remix](https://vercel.com/templates/remix/remix-boilerplate) session storage with your Vercel KV database in a few lines of code.

Upgrade to `@vercel/remix` v1.16.0 to get started.

[Check out the documentation](https://vercel.com/docs/storage/vercel-kv) to learn more about storage with Vercel KV.

---

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