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/gatsby-plugin-algolia

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

Gatsby Plugin Algolia

Features

  • Database and Backend - Gatsby plugin for Algolia search integration.

Star history

Star history chart for algolia/gatsby-plugin-algoliaStar history chart for algolia/gatsby-plugin-algolia

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Gatsby Plugin Algolia

Similar open-source projects, ranked by how many features they share with Gatsby Plugin Algolia.
  • algolia/instantsearch.jsA

    algolia/instantsearch.js

    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 Gatsby Plugin Algolia→

Frequently asked questions

What are the main features of algolia/gatsby-plugin-algolia?

The main features of algolia/gatsby-plugin-algolia are: Database and Backend.

What are some open-source alternatives to algolia/gatsby-plugin-algolia?

Open-source alternatives to algolia/gatsby-plugin-algolia include: algolia/instantsearch.js. 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.