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
Back to farming-labs/docs

Open-source alternatives to Farming Labs Docs

30 open-source projects similar to farming-labs/docs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Farming Labs Docs alternative.

  • jeremyevans/sequeljeremyevans avatar

    jeremyevans/sequel

    5,076View on GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Ruby
    View on GitHub↗5,076
  • apache/ageapache avatar

    apache/age

    4,236View on GitHub↗

    Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution

    Cage-databaseagensgraphanalytics
    View on GitHub↗4,236
  • artemzhyto/modal-layout-componentArtemZhyto avatar

    ArtemZhyto/Modal-layout-component

    1View on GitHub↗

    Accessible React/Next.js modal component with focus trap, keyboard navigation, and scroll lock.

    TypeScript
    View on GitHub↗1
  • citusdata/cituscitusdata avatar

    citusdata/citus

    12,562View on GitHub↗

    Citus is a PostgreSQL extension that transforms a standard database into a distributed system. It functions as a sharding framework and distributed SQL engine, enabling horizontal scaling by partitioning tables across a cluster of nodes. By utilizing a coordinator-worker topology, the system manages metadata and routes queries to the appropriate nodes, allowing for parallel execution of complex operations across distributed data shards. The platform distinguishes itself through its specialized support for multi-tenant architectures and real-time analytical processing. It enables tenant-based

    Ccituscitus-extensiondatabase
    View on GitHub↗12,562

AI search

Explore more awesome repositories

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

Find more with AI search
  • codecoolture/next-joicodecoolture avatar

    codecoolture/next-joi

    109View on GitHub↗

    Validate NEXT.js API Routes with joi

    TypeScript
    View on GitHub↗109
  • copilotkit/copilotkitCopilotKit avatar

    CopilotKit/CopilotKit

    35,194View on GitHub↗

    CopilotKit is an agentic framework designed to integrate large language models into application frontends, enabling natural language control over software features and data. It provides the infrastructure to build intelligent assistants that manage conversation history, track application state, and execute complex workflows through conversational prompts. The framework distinguishes itself by its ability to render dynamic, interactive user interface components in real time based on model outputs. By utilizing a standardized communication protocol, it maps natural language intents to executabl

    TypeScriptagentagent-nativeagentic-ai
    View on GitHub↗35,194
  • danielcondemarin/serverless-nextjs-plugindanielcondemarin avatar

    danielcondemarin/serverless-nextjs-plugin

    4,464View on GitHub↗

    This project is a Serverless Framework plugin and adapter that enables the deployment of Next.js applications to AWS Lambda@Edge and AWS CloudFront. It functions as a bridge to adapt server-side rendering and API routes for execution on serverless edge compute. The plugin automates the provisioning of cloud infrastructure, including the packaging and deployment of application code to global edge locations. It handles the synchronization of static assets to storage buckets and the mapping of Next.js routes to specialized edge functions to reduce global latency. The project covers wide-ranging

    TypeScript
    View on GitHub↗4,464
  • elmasse/nexteinelmasse avatar

    elmasse/nextein

    888View on GitHub↗

    A static site generator with markdown react for Next.js

    JavaScript
    View on GitHub↗888
  • ematipico/terraform-nextjs-pluginematipico avatar

    ematipico/terraform-nextjs-plugin

    54View on GitHub↗

    A plugin to generate terraform configuration for Nextjs 8 and 9

    JavaScript
    View on GitHub↗54
  • fridays/next-routesfridays avatar

    fridays/next-routes

    2,462View on GitHub↗

    Universal dynamic routes for Next.js

    JavaScriptnextjsnodereact
    View on GitHub↗2,462
  • frontman-ai/frontmanfrontman-ai avatar

    frontman-ai/frontman

    585View on GitHub↗

    The AI agent that lives in your framework/browser

    ReScript
    View on GitHub↗585
  • garmeeh/next-seogarmeeh avatar

    garmeeh/next-seo

    8,298View on GitHub↗

    next-seo is a search engine optimization toolkit and component library for Next.js. It provides a set of React components and utilities for managing page titles, descriptions, and social media tags to improve how web pages are indexed and displayed. The project functions as a structured data manager and JSON-LD schema generator. It transforms entity data into standardized schema properties for articles, products, and organizations, enabling the implementation of rich snippets in search engine results. The toolkit covers a broad range of metadata management, including business identity mappin

    TypeScripthacktoberfesthacktoberfest-acceptedjson-ld
    View on GitHub↗8,298
  • hipstersmoothie/next-mdx-bloghipstersmoothie avatar

    hipstersmoothie/next-mdx-blog

    72View on GitHub↗

    Easily add a blog to any next.js based project.

    JavaScript
    View on GitHub↗72
  • hoangvvo/next-connecthoangvvo avatar

    hoangvvo/next-connect

    1,655View on GitHub↗

    The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2

    TypeScript
    View on GitHub↗1,655
  • hoangvvo/next-sessionhoangvvo avatar

    hoangvvo/next-session

    358View on GitHub↗

    Simple promise-based session middleware for Next.js, micro, Express, and more

    TypeScript
    View on GitHub↗358
  • humaans/next-imghumaans avatar

    humaans/next-img

    277View on GitHub↗

    A Next.js plugin for embedding optimized images.

    JavaScript
    View on GitHub↗277
  • hypopg/hypopgHypoPG avatar

    HypoPG/hypopg

    1,660View on GitHub↗

    Hypothetical Indexes for PostgreSQL

    Ccdatabaseextension
    View on GitHub↗1,660
  • iaincollins/next-authiaincollins avatar

    iaincollins/next-auth

    28,272View on GitHub↗

    Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web applications. It provides a system for handling user identity through OAuth, OpenID Connect, and passwordless sign-in flows. The project features a multi-provider framework that integrates third-party identity services and custom directory backends. It supports passwordless authentication via email magic links or hardware keys and utilizes a database-agnostic storage layer to persist authentication states across different database types or in-memory. Security is managed thro

    TypeScript
    View on GitHub↗28,272
  • iamvishnusankar/next-sitemapiamvishnusankar avatar

    iamvishnusankar/next-sitemap

    3,737View on GitHub↗

    next-sitemap is an SEO automation tool and sitemap generator for Next.js. It provides a system for automatically creating XML sitemaps and robots.txt files to manage search engine indexing for static, dynamic, and server-side pages. The tool differentiates itself through support for multi-language SEO management, allowing for the configuration of language alternate tags and localized URL versions. It also handles large-scale sitemap organization by splitting massive URL sets into multiple smaller files and creating a primary sitemap index to comply with search engine limits. The project cove

    TypeScript
    View on GitHub↗3,737
  • isaachinman/next-i18nextisaachinman avatar

    isaachinman/next-i18next

    0View on GitHub↗

    The easiest way to translate your NextJs apps.

    TypeScript
    View on GitHub↗0
  • joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47J

    joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47

    0View on GitHub↗
    View on GitHub↗0
  • kingluo/pgcatkingluo avatar

    kingluo/pgcat

    386View on GitHub↗

    Enhanced PostgreSQL logical replication

    Go
    View on GitHub↗386
  • lfades/next-plugin-graphqllfades avatar

    lfades/next-plugin-graphql

    58View on GitHub↗

    Next plugin for .graphql and .gql files using graphql-tag

    JavaScript
    View on GitHub↗58
  • lfades/next-with-apollolfades avatar

    lfades/next-with-apollo

    762View on GitHub↗

    Apollo HOC for Next.js

    TypeScript
    View on GitHub↗762
  • liveduo/destackliveduo avatar

    liveduo/destack

    1,834View on GitHub↗

    Page builder for Next.js 🅧. Zero-config deployment 🚀. React now supported!

    HTML
    View on GitHub↗1,834
  • lone-cloud/next-deployL

    lone-cloud/next-deploy

    0View on GitHub↗
    View on GitHub↗0
  • lucleray/next-purgecsslucleray avatar

    lucleray/next-purgecss

    137View on GitHub↗

    nextjs purgecss for smaller css bundles

    JavaScript
    View on GitHub↗137
  • martpie/next-transpile-modulesmartpie avatar

    martpie/next-transpile-modules

    1,128View on GitHub↗

    Next.js plugin to transpile code from node_modules.

    JavaScript
    View on GitHub↗1,128
  • nicepkg/shotognicepkg avatar

    nicepkg/shotog

    4View on GitHub↗

    Screenshot & OG Images. One API Call. — Edge-native OG image generation API powered by Cloudflare Workers.

    TypeScript
    View on GitHub↗4
  • onready/next-pkgonready avatar

    onready/next-pkg

    66View on GitHub↗

    Extended Next.js server with pkg support

    JavaScript
    View on GitHub↗66