awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 مستودعات

Awesome GitHub RepositoriesNext.js Integrations

Extensions and utilities specifically designed to integrate third-party services into the Next.js framework environment.

Explore 17 awesome GitHub repositories matching software engineering & architecture · Next.js Integrations. Refine with filters or upvote what's useful.

Awesome Next.js Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ant-design/ant-designالصورة الرمزية لـ ant-design

    ant-design/ant-design

    98,362عرض على GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    Integrates style extraction and caching utilities to ensure compatibility with server-side rendering environments.

    TypeScriptant-designantddesign-systems
    عرض على GitHub↗98,362
  • marmelab/react-adminالصورة الرمزية لـ marmelab

    marmelab/react-admin

    26,780عرض على GitHub↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    Integrates with server-side rendering frameworks by managing client-only execution for administrative components.

    TypeScriptadminadmin-dashboardadmin-on-rest
    عرض على GitHub↗26,780
  • ixartz/next-js-boilerplateالصورة الرمزية لـ ixartz

    ixartz/Next-js-Boilerplate

    12,982عرض على GitHub↗

    This project is a production-ready starter template for building web applications with the React framework. It provides a structured environment that enforces type safety and consistent coding standards across the entire application stack using TypeScript. The boilerplate distinguishes itself by integrating pre-configured modules for authentication, database management, and internationalization. It includes built-in support for managing user sessions, performing type-safe database operations, and localizing interface content into multiple languages to support a global user base. The project

    Implements secure user login, session management, and password recovery workflows specifically for the framework environment.

    TypeScriptboilerplateboilerplate-codejamstack
    عرض على GitHub↗12,982
  • unicodeveloper/awesome-nextjsالصورة الرمزية لـ unicodeveloper

    unicodeveloper/awesome-nextjs

    11,041عرض على GitHub↗

    This project is a community-curated directory serving as a central hub for resources related to the Next.js framework. It provides a structured collection of learning materials, starter templates, and third-party extensions designed to assist developers in building and maintaining web applications. The repository distinguishes itself through a community-driven contribution model, where developers maintain and update the collection via version-controlled pull requests. This collaborative approach ensures the directory remains an organized taxonomy of real-world examples, architectural patterns

    Lists third-party plugins and utilities to extend framework capabilities for SEO, internationalization, and performance.

    awesome-listframeworkisomorphic
    عرض على GitHub↗11,041
  • facebook/stylexالصورة الرمزية لـ facebook

    facebook/stylex

    9,126عرض على GitHub↗

    StyleX is a type-safe CSS-in-JS library and atomic CSS compiler that transforms JavaScript style definitions into optimized static CSS and type-safe class names. It functions as a multi-framework styling tool, generating standard CSS assets compatible with various JavaScript UI frameworks and server components. The system includes a CSS design token system and theme engine for managing shared constants and composing visual schemes. It allows for the creation of light, dark, and custom themes through variable overrides and token inheritance. The project covers component styling through object

    Integrates with Next.js using a PostCSS plugin to compile styles and replace directives.

    JavaScript
    عرض على GitHub↗9,126
  • graphql-hive/graphql-yogaالصورة الرمزية لـ graphql-hive

    graphql-hive/graphql-yoga

    8,523عرض على GitHub↗

    Yoga is a GraphQL server framework and runtime-agnostic HTTP handler used to build and deploy GraphQL APIs. It functions as a toolkit for managing schemas and resolvers, providing a spec-compliant environment for hosting APIs across diverse JavaScript runtimes, including Node.js, Deno, Bun, and serverless cloud environments. The project distinguishes itself through its ability to act as an Apollo Federation gateway, composing multiple subgraphs into a single unified supergraph. It also serves as a dedicated subscription server, delivering real-time data streaming via both WebSockets and Serve

    Integrates as a custom route handler to serve requests within a Next.js application environment.

    TypeScriptbundenofetch
    عرض على GitHub↗8,523
  • i18next/next-i18nextالصورة الرمزية لـ i18next

    i18next/next-i18next

    6,158عرض على GitHub↗

    next-i18next is an internationalization library that integrates the i18next ecosystem into Next.js applications, supporting both the App Router and Pages Router. It provides locale-aware routing middleware, server-component translation hydration, and a unified translation management system that works across server and client components. The library handles automatic language detection from browser cookies and HTTP Accept-Language headers, persists user language preferences across sessions, and rewrites URLs with locale prefixes for proper routing. It includes a translation hydration framework

    Connects the i18next ecosystem to Next.js, supporting both App Router and Pages Router with unified translation management.

    TypeScripti18nextnextnextjs
    عرض على GitHub↗6,158
  • voltagent/voltagentالصورة الرمزية لـ VoltAgent

    VoltAgent/voltagent

    6,020عرض على GitHub↗

    Connects an agent to a Next.js application using Server Actions and the Vercel AI SDK for full-stack operation.

    TypeScriptagentsaiai-agents
    عرض على GitHub↗6,020
  • middleapi/orpcالصورة الرمزية لـ middleapi

    middleapi/orpc

    4,862عرض على GitHub↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Invokes type-safe procedures from server actions without additional configuration.

    TypeScriptapibunjscloudflare-worker
    عرض على GitHub↗4,862
  • ethanniser/nextfasterالصورة الرمزية لـ ethanniser

    ethanniser/NextFaster

    4,860عرض على GitHub↗

    NextFaster is a Next.js e-commerce storefront that uses artificial intelligence to generate a complete product catalog, including categories, descriptions, and images. Product images are stored in cloud object storage and served directly via CDN, offloading delivery from the origin server. Pages are delivered with pre-rendered shells from the edge, with dynamic content streamed in afterward for fast initial interactivity. All write operations—such as orders and catalog updates—are handled through server-side functions for data consistency and security. The project differentiates itself by com

    Performs all write operations through server-side functions for direct database access and validation.

    TypeScript
    عرض على GitHub↗4,860
  • danielcondemarin/serverless-nextjs-pluginالصورة الرمزية لـ danielcondemarin

    danielcondemarin/serverless-nextjs-plugin

    4,464عرض على GitHub↗

    هذا المشروع هو إضافة ومحول Serverless Framework يتيح نشر تطبيقات Next.js على AWS Lambda@Edge وAWS CloudFront. يعمل كجسر لتكييف العرض من جانب الخادم ومسارات API للتنفيذ على حوسبة الحافة بدون خادم. تؤتمت الإضافة توفير البنية التحتية السحابية، بما في ذلك تعبئة ونشر كود التطبيق إلى مواقع الحافة العالمية. وتتعامل مع مزامنة الأصول الثابتة إلى دلاء التخزين وتعيين مسارات Next.js إلى وظائف حافة متخصصة لتقليل زمن الانتقال العالمي. يغطي المشروع قدرات واسعة النطاق بما في ذلك تسليم المحتوى العالمي، وتعيين النطاق المخصص وDNS، وإدارة حركة المرور القائمة على الحافة لإعادة توجيه النطاق. كما يدير تكوينات موارد الحوسبة، وأذونات IAM، وسياسات ذاكرة التخزين المؤقت لحافة الشبكة، بما في ذلك دعم التجديد الثابت التزايدي والتوليد المسبق التلقائي.

    Acts as a bridge adapting Next.js server-side rendering and API routes for execution on serverless edge compute.

    TypeScript
    عرض على GitHub↗4,464
  • saltyshiomix/nextronالصورة الرمزية لـ saltyshiomix

    saltyshiomix/nextron

    4,420عرض على GitHub↗

    Nextron هو إطار عمل لبناء تطبيقات سطح مكتب متعددة المنصات من خلال دمج Next.js مع غلاف Electron. يعمل كأداة بناء تقوم بتجميع واجهات المستخدم القائمة على الويب في حزم سطح مكتب مستقلة قابلة للتثبيت. يوفر المشروع قوالب تطبيقات سطح مكتب جاهزة لتهيئة المشاريع. ويتضمن معالج مخطط URL مخصص يسمح بتسجيل بروتوكولات فريدة لتشغيل تطبيق سطح المكتب مباشرة من متصفح الويب. تغطي مجموعة الأدوات أتمتة بناء تطبيقات سطح المكتب، بما في ذلك تجميع وتغليف الكود المصدري في مثبتات قابلة للتوزيع لأنظمة تشغيل متعددة. يدعم عرض التصدير الثابت ويوفر وضع تطوير للتكرار السريع مع تحديثات حية.

    Integrates the Next.js web framework with an Electron native shell to create cross-platform installable applications.

    TypeScript
    عرض على GitHub↗4,420
  • vvo/iron-sessionالصورة الرمزية لـ vvo

    vvo/iron-session

    4,130عرض على GitHub↗

    iron-session هي مكتبة إدارة جلسات عديمة الحالة (stateless) لـ JavaScript تخزن بيانات الجلسة المشفرة والموقعة مباشرة في ملفات تعريف ارتباط المتصفح (cookies). تعمل كبرمجية وسيطة للمصادقة للتحقق من هوية المستخدم دون الحاجة إلى قاعدة بيانات من جانب الخادم أو عمليات بحث في الشبكة لاسترجاع الجلسة. يوفر المشروع أداة تشفير بمفتاح متماثل تدعم تدوير كلمات المرور ذات الإصدارات. وهذا يسمح بتحديث مفاتيح التشفير عبر النظام دون إبطال جلسات المستخدم النشطة. بعيداً عن إدارة الجلسة، تتضمن المكتبة أدوات لختم كائنات البيانات التعسفية في سلاسل موقعة آمنة وفك ختمها لضمان عدم العبث بالمحتوى. تدعم هذه الإمكانيات توليد رموز آمنة وروابط تسجيل دخول سحرية.

    Provides a secure authentication and state persistence workflow specifically for Next.js applications.

    TypeScriptauthenticationcookiesexpressjs
    عرض على GitHub↗4,130
  • vvo/next-iron-sessionالصورة الرمزية لـ vvo

    vvo/next-iron-session

    4,125عرض على GitHub↗

    next-iron-session هي مكتبة لإدارة الجلسات لتطبيقات Next.js تقوم بتخزين حالة المستخدم المشفرة في ملفات تعريف ارتباط (cookies) آمنة في المتصفح. يتيح هذا النظام إدارة الجلسات بدون حالة (stateless)، مما يسمح للتطبيقات بالحفاظ على هوية المستخدم دون الحاجة إلى قاعدة بيانات من جانب الخادم لتتبع الجلسة. يوفر المشروع أدوات لتأمين حمولات البيانات من خلال التشفير بالمفتاح المتماثل والتوقيع، بما في ذلك دعم تدوير مفاتيح التشفير ذات الإصدارات. يتضمن أدوات لتنفيذ المصادقة بدون كلمة مرور عبر روابط سحرية آمنة لمرة واحدة، ودمج موفري الهوية الخارجيين من خلال سير عمل OAuth. تغطي المكتبة مجالات قدرات واسعة بما في ذلك حماية الوصول إلى المسارات عبر البرمجيات الوسيطة (middleware)، وإدارة دورة حياة الجلسة لتدفقات تسجيل الدخول والخروج، وإنشاء رموز مميزة مختومة (sealed tokens) لإعادة التوجيه الآمن.

    Provides a cookie-based system for storing encrypted user state in Next.js applications without a server-side database.

    TypeScript
    عرض على GitHub↗4,125
  • uptrace/uptraceالصورة الرمزية لـ uptrace

    uptrace/uptrace

    4,098عرض على GitHub↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Automatically captures spans for HTTP requests, server actions, and database queries specifically for Next.js applications.

    Goapmapplication-monitoringclickhouse
    عرض على GitHub↗4,098
  • shadowwalker/next-pwaالصورة الرمزية لـ shadowwalker

    shadowwalker/next-pwa

    4,084عرض على GitHub↗

    next-pwa هو إضافة لإضافة إمكانيات تطبيقات الويب التقدمية (PWA) ودعم العمل دون اتصال لتطبيقات Next.js. يوفر طبقة تكوين ومولداً يعتمد على Workbox لأتمتة إنشاء وتسجيل وتثبيت عمال الخدمة (service workers) وبيانات تطبيقات الويب. تمكن الأداة المطورين من تنفيذ منطق مخصص لعمال الخدمة عن طريق حقن نصوص TypeScript أو JavaScript لتحديد استراتيجيات التخزين المؤقت المتخصصة وسلوكيات اعتراض الطلبات. كما تتضمن آليات لاكتشاف تحديثات التطبيق ومطالبة المستخدمين بتحديث الصفحة عند توفر إصدار جديد. يغطي المشروع وظائف PWA الأوسع بما في ذلك تكوين وقت التشغيل والتخزين المؤقت المسبق، والتخزين المؤقت للمحتوى دون اتصال، وتنفيذ صفحات احتياطية لإخفاقات الشبكة. كما يدعم إشعارات الويب الفورية للمراسلة عن بُعد.

    Integrates progressive web app capabilities and offline support specifically into the Next.js framework.

    JavaScript
    عرض على GitHub↗4,084
  • next-safe-action/next-safe-actionالصورة الرمزية لـ next-safe-action

    next-safe-action/next-safe-action

    3,046عرض على GitHub↗

    This library provides a framework for building type-safe server actions within Next.js, focusing on end-to-end validation and structured communication between the client and server. It wraps standard server functions to inject schema-based input validation, ensuring that only correctly formatted data reaches backend logic while providing consistent, typed error reporting for client-side consumption. The project distinguishes itself through a robust middleware orchestration system that allows developers to execute sequences of logic—such as authentication, logging, or data transformation—befor

    Provides a framework for building type-safe server actions within Next.js with end-to-end validation and structured communication.

    TypeScriptactionsapp-dirmutations
    عرض على GitHub↗3,046
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Framework-Specific Integrations
  5. Next.js Integrations

استكشف الوسوم الفرعية

  • Authentication WorkflowsSpecific implementation of sign-in and sign-out patterns and route protection for a framework. **Distinct from Next.js Integrations:** Focuses on the authentication lifecycle and route protection specifically, not general third-party service integration.
  • Server Action IntegrationsUtilities for invoking type-safe API procedures directly from Next.js server actions with full type safety. **Distinct from Next.js Integrations:** Distinct from general Next.js Integrations: focuses specifically on the server action pattern for form handling and data mutations, not broader framework integration.
  • Serverless Deployment WorkflowsAutomated processes for deploying specific web frameworks onto serverless cloud infrastructure. **Distinct from Next.js Integrations:** Focuses on the end-to-end deployment workflow rather than just general service integration.
  • Serverless Runtime AdaptersBridges that adapt framework-specific request/response cycles to serverless edge compute runtimes. **Distinct from Next.js Integrations:** Specifically targets the runtime adaptation layer for edge compute, not general third-party service integration.
  • Session ManagementUtilities for managing user sessions and state specifically within the Next.js environment. **Distinct from Next.js Integrations:** Specifically focuses on the session management aspect of the integration, not general third-party service adapters.
  • i18next IntegrationsPlugins that connect the i18next ecosystem to Next.js, supporting both App Router and Pages Router with unified translation management. **Distinct from Next.js Integrations:** Distinct from Next.js Integrations: focuses specifically on i18next ecosystem integration, not general third-party service integration.