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

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

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

3 مستودعات

Awesome GitHub RepositoriesServer Action Integrations

Utilities 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.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Server Action Integrations. Refine with filters or upvote what's useful.

Awesome Server Action Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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
  • 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
  6. Server Action Integrations