next-server-actions
Type-safe server action handling for Next.js — effortless server action validation with Zod, built-in middleware, and great developer ergonomics.
Uses Native APIs
Built entirely on top of Next.js native <Form>
and React APIs. No custom handlers, no magic — just the platform as intended.
Validation with Zod
Define your schema once using Zod and get automatic, type-safe validation on both the client and server — without duplicating logic.
Works Without JavaScript
Progressive enhancement at its core — forms work even if JavaScript is disabled. Ideal for performance, accessibility, and graceful degradation.