Algolia joins the Vercel Marketplace
By Steven Van ·
You can now provision and manage Algolia directly from the Vercel Marketplace. Algolia is a hosted search platform.
Algolia can now be provisioned straight from the Vercel Marketplace. Algolia is a hosted search platform: content is sent to it, it builds an index, and the app queries that index instead of the database, returning results in milliseconds with typo tolerance, synonyms, and facet counts built in.
- Index product catalogs, documentation, or other content
- Add recommendations and AI ranking to surface the most relevant results
- Point the Algolia Crawler at a Vercel domain to index a site automatically
- Build search interfaces with Algolia's InstantSearch libraries
Installing the integration adds Algolia credentials to the project's environment variables, applied on the next redeploy. Algolia's agent skills install alongside it, so a coding agent knows how to use the API out of the box. It can be installed from the Vercel Marketplace or via the CLI with vc i algolia.
