Type-Safe RPC.Composable Server Actions.
Build server-side procedures with full type safety, minimal boilerplate, and a clean, composable API. Bridges client-side queries and server-side execution seamlessly.
Built for Production Type-Safety
Actyx RPC eliminates boilerplate and bridges the gap between client and server with full end-to-end type safety.
Type-Safe Procedures
Define server actions with full type inference from server to client. Input validation, context injection, and typed outputs — all inferred automatically.
Schema-Agnostic Resolvers
Bring your own validation library. Supports Zod, Valibot, ArkType, Joi, and Yup out of the box with a clean resolver interface.
Built-in Caching
Pluggable cache adapters including MemoryCache and RedisCache with configurable TTL, max size, and automatic invalidation strategies.
Real-Time SSE
Stream server-sent events directly to the client with automatic reconnection. Perfect for live data feeds, notifications, and progress updates.
Resilience Layer
Automatic retries with configurable backoff, circuit breaker pattern, request timeouts, and response compression for production-grade reliability.
React Integration
First-class React hooks including useQuery, useMutation, useSuspenseQuery, useInfiniteQuery, and SSE subscriptions with Suspense support.
See It In Action
Clean procedure definitions paired with type-safe client execution. Open your browser console to inspect the network calls.
Live Actyx RPC Instance
Execute queries against the server and inspect responses below.
Every query flows through the full type pipeline — from the procedure definition on the server to the useQuery hook on the client. Errors are caught at compile time, not runtime. Open your DevTools Network tab to inspect the underlying HTTP calls.