awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

algolia/instantsearch.js

0
View on GitHub↗
0 stars·0 forks·6 views

Instantsearch.js

Features

  • Database and Backend - Library for building performant search interfaces.

Star history

Star history chart for algolia/instantsearch.jsStar history chart for algolia/instantsearch.js

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Instantsearch.js

Similar open-source projects, ranked by how many features they share with Instantsearch.js.
  • algolia/gatsby-plugin-algoliaA

    algolia/gatsby-plugin-algolia

    0View on GitHub↗
    View on GitHub↗0
  • apollographql/apollo-clientapollographql avatar

    apollographql/apollo-client

    19,798View on GitHub↗

    Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and synchronize that state within a frontend application. It functions as a remote state manager and a local state management tool, allowing developers to define client-side schemas and resolvers for data that does not reside on a remote server. The project features a normalized GraphQL cache that identifies objects by ID to ensure referential equality and consistent data updates across different queries. It also includes a GraphQL API mocking tool to simulate server responses and

    TypeScriptapollo-clientapollographqlgraphql
    View on GitHub↗19,798
  • expressjs/body-parserexpressjs avatar

    expressjs/body-parser

    5,499View on GitHub↗

    body-parser is a Node.js HTTP request parser that converts incoming request bodies into structured JavaScript objects. It provides utilities to extract and process JSON, raw binary, plain text, and URL-encoded payloads for use in web servers. The project employs a middleware pattern to augment request objects, attaching parsed data directly to the request for use in subsequent route handlers. It uses content-type based dispatching to select the appropriate parsing logic based on the request headers. The tool manages data streams by consuming payloads in chunks and accumulating binary buffers

    JavaScriptbodyexpressjsjavascript
    View on GitHub↗5,499
  • algolia/docsearch-scraperA

    algolia/docsearch-scraper

    0View on GitHub↗
    View on GitHub↗0
See all 15 alternatives to Instantsearch.js→

Frequently asked questions

What are the main features of algolia/instantsearch.js?

The main features of algolia/instantsearch.js are: Database and Backend.

What are some open-source alternatives to algolia/instantsearch.js?

Open-source alternatives to algolia/instantsearch.js include: algolia/gatsby-plugin-algolia. apollographql/apollo-client — Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and… expressjs/body-parser — body-parser is a Node.js HTTP request parser that converts incoming request bodies into structured JavaScript objects.… expressjs/cors — This is a Node.js middleware for Express and Node.js servers that manages Cross-Origin Resource Sharing policies. It… expressjs/express — Express is a minimalist web server framework that provides a foundational runtime environment for building backend web… algolia/docsearch-scraper.