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
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • middleapi/orpcAvatar middleapi

    middleapi/orpc

    4,862Vezi pe 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
    Vezi pe GitHub↗4,862
  • ethanniser/nextfasterAvatar ethanniser

    ethanniser/NextFaster

    4,860Vezi pe 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
    Vezi pe GitHub↗4,860
  • next-safe-action/next-safe-actionAvatar next-safe-action

    next-safe-action/next-safe-action

    3,046Vezi pe 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
    Vezi pe GitHub↗3,046
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Framework-Specific Integrations
  5. Next.js Integrations
  6. Server Action Integrations