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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fridays/next-routes

Open-source alternatives to Next Routes

30 open-source projects similar to fridays/next-routes, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Next Routes alternative.

  • jeremyevans/sequelAvatar jeremyevans

    jeremyevans/sequel

    5,076Vezi pe 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
    Vezi pe GitHub↗5,076
  • apache/ageAvatar apache

    apache/age

    4,236Vezi pe 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
    Vezi pe GitHub↗4,236
  • artemzhyto/modal-layout-componentAvatar ArtemZhyto

    ArtemZhyto/Modal-layout-component

    1Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗1
  • citusdata/citusAvatar citusdata

    citusdata/citus

    12,562Vezi pe 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
    Vezi pe GitHub↗12,562

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • codecoolture/next-joiAvatar codecoolture

    codecoolture/next-joi

    109Vezi pe GitHub↗

    Validate NEXT.js API Routes with joi

    TypeScript
    Vezi pe GitHub↗109
  • copilotkit/copilotkitAvatar CopilotKit

    CopilotKit/CopilotKit

    35,194Vezi pe 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
    Vezi pe GitHub↗35,194
  • danielcondemarin/serverless-nextjs-pluginAvatar danielcondemarin

    danielcondemarin/serverless-nextjs-plugin

    4,464Vezi pe 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
    Vezi pe GitHub↗4,464
  • elmasse/nexteinAvatar elmasse

    elmasse/nextein

    888Vezi pe GitHub↗

    A static site generator with markdown react for Next.js

    JavaScript
    Vezi pe GitHub↗888
  • ematipico/terraform-nextjs-pluginAvatar ematipico

    ematipico/terraform-nextjs-plugin

    54Vezi pe GitHub↗

    A plugin to generate terraform configuration for Nextjs 8 and 9

    JavaScript
    Vezi pe GitHub↗54
  • farming-labs/docsAvatar farming-labs

    farming-labs/docs

    49Vezi pe GitHub↗

    ai native documentation framework that just works, powered by your favorite stack

    TypeScript
    Vezi pe GitHub↗49
  • frontman-ai/frontmanAvatar frontman-ai

    frontman-ai/frontman

    585Vezi pe GitHub↗

    The AI agent that lives in your framework/browser

    ReScript
    Vezi pe GitHub↗585
  • garmeeh/next-seoAvatar garmeeh

    garmeeh/next-seo

    8,298Vezi pe 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
    Vezi pe GitHub↗8,298
  • hipstersmoothie/next-mdx-blogAvatar hipstersmoothie

    hipstersmoothie/next-mdx-blog

    72Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗72
  • hoangvvo/next-connectAvatar hoangvvo

    hoangvvo/next-connect

    1,655Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗1,655
  • hoangvvo/next-sessionAvatar hoangvvo

    hoangvvo/next-session

    358Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗358
  • humaans/next-imgAvatar humaans

    humaans/next-img

    277Vezi pe GitHub↗

    A Next.js plugin for embedding optimized images.

    JavaScript
    Vezi pe GitHub↗277
  • hypopg/hypopgAvatar HypoPG

    HypoPG/hypopg

    1,660Vezi pe GitHub↗

    Hypothetical Indexes for PostgreSQL

    Ccdatabaseextension
    Vezi pe GitHub↗1,660
  • iaincollins/next-authAvatar iaincollins

    iaincollins/next-auth

    28,272Vezi pe 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
    Vezi pe GitHub↗28,272
  • iamvishnusankar/next-sitemapAvatar iamvishnusankar

    iamvishnusankar/next-sitemap

    3,737Vezi pe 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
    Vezi pe GitHub↗3,737
  • isaachinman/next-i18nextAvatar isaachinman

    isaachinman/next-i18next

    0Vezi pe GitHub↗

    The easiest way to translate your NextJs apps.

    TypeScript
    Vezi pe GitHub↗0
  • joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47J

    joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • kingluo/pgcatAvatar kingluo

    kingluo/pgcat

    386Vezi pe GitHub↗

    Enhanced PostgreSQL logical replication

    Go
    Vezi pe GitHub↗386
  • lfades/next-plugin-graphqlAvatar lfades

    lfades/next-plugin-graphql

    58Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗58
  • lfades/next-with-apolloAvatar lfades

    lfades/next-with-apollo

    762Vezi pe GitHub↗

    Apollo HOC for Next.js

    TypeScript
    Vezi pe GitHub↗762
  • liveduo/destackAvatar liveduo

    liveduo/destack

    1,834Vezi pe GitHub↗

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

    HTML
    Vezi pe GitHub↗1,834
  • lone-cloud/next-deployL

    lone-cloud/next-deploy

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • lucleray/next-purgecssAvatar lucleray

    lucleray/next-purgecss

    137Vezi pe GitHub↗

    nextjs purgecss for smaller css bundles

    JavaScript
    Vezi pe GitHub↗137
  • martpie/next-transpile-modulesAvatar martpie

    martpie/next-transpile-modules

    1,128Vezi pe GitHub↗

    Next.js plugin to transpile code from node_modules.

    JavaScript
    Vezi pe GitHub↗1,128
  • nicepkg/shotogAvatar nicepkg

    nicepkg/shotog

    4Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗4
  • onready/next-pkgAvatar onready

    onready/next-pkg

    66Vezi pe GitHub↗

    Extended Next.js server with pkg support

    JavaScript
    Vezi pe GitHub↗66