Algolia joins the Vercel Marketplace Algolia, a hosted search platform, is now available on the Vercel Marketplace, allowing developers to provision and manage it directly from Vercel. The integration adds Algolia credentials to project environment variables, supports automatic site indexing via the Algolia Crawler, and installs agent skills for coding agents. This enables faster, more relevant search results with features like typo tolerance, synonyms, and AI ranking. You can now provision and manage Algolia https://vercel.com/marketplace/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 https://vercel.com/marketplace/algolia or with the Vercel CLI: vc i algolia .