# Vercel database templates now support any marketplace provider

**Published:** February 11, 2025 | **Authors:** Fabio Benedetti, Hedi Zandi

---

We’ve updated our database starter templates to support selecting any Postgres or Redis provider available in the Vercel Marketplace when deploying.

These templates are now provider-agnostic, allowing developers to seamlessly integrate alternative database and key-value store solutions while maintaining the same developer experience.

- Redis: [Nuxt.js](https://vercel.com/new/templates/nuxt/kv-redis-nuxt), [Next.js](https://vercel.com/new/templates/next.js/kv-redis-starter), [SvelteKit](https://vercel.com/new/templates/svelte/kv-redis-sveltekit)
- Postgres: [Next.js](https://vercel.com/new/templates/next.js/postgres-starter), [Nuxt.js](https://vercel.com/new/templates/nuxt/postgres-nuxt), [SvelteKit](https://vercel.com/new/templates/svelte/postgres-sveltekit), [Kysely](https://vercel.com/new/templates/next.js/postgres-kysely), [Drizzle](https://vercel.com/new/templates/next.js/postgres-drizzle)

Check out the documentation to [learn how to deploy your own](https://vercel.com/docs/deployments/deploy-button).

---

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