# Algolia joins the Vercel Marketplace

DevFeed: [Algolia joins the Vercel Marketplace](<https://devfeed.tech/articles/algolia-joins-the-vercel-marketplace-806.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/algolia-vercel-marketplace>)

Author: Sam Halstead

Published: 2026-08-19T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [search](<https://devfeed.tech/tags/search.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Algolia can now be provisioned and managed through the Vercel Marketplace, with credentials added to project environment variables. The integration supports indexed search, crawling Vercel domains, InstantSearch interfaces, recommendations, AI ranking, and agent skills for API use.

## Source excerpt

You can now provision and manage Algolia directly from the Vercel Marketplace. Algolia is a hosted search platform. You send it your content, it builds an index, and your app queries that index instead of your database. Results come back in milliseconds, with typo tolerance, synonyms, and facet counts built in. Key capabilities: Index product catalogs, documentation, or any other content Add recommendations and AI ranking to surface the most relevant results Point the Algolia Crawler at a Vercel domain to index your site automatically Build search interfaces with Algolia's InstantSearch libraries Installing adds your Algolia credentials to your project's environment variables; redeploy to pick them up. Algolia's agent skills install too, so your coding agent knows how to use the API out of the box. Install Algolia on the Vercel Marketplace or with the Vercel CLI: vc i algolia. Read more