Overview
Mount Silgi into any framework or deploy to any platform.
Mount Silgi into an existing framework or deploy to a specific platform. Each adapter is a separate subpath import — you only ship what you actually import.
Nitro
Modular server entry with Nitro v3 — analytics, tracing, and typed procedures.
Nuxt
Nuxt 4 with typed client composable, Vue pages, analytics, and WebSocket support.
Next.js
App Router with server actions, TanStack Query, and SSR prefetching.
Express
Mount Silgi as Express middleware alongside existing REST routes.
SvelteKit
Server-side API routes with catch-all endpoint.
Remix
Catch-all splat route with action and loader exports.
Astro
Server-side API routes with catch-all endpoint.
SolidStart
File-based API routes with catch-all endpoint.
NestJS
Module-based integration with NestJS controllers.
AWS Lambda
Deploy as a serverless Lambda function — API Gateway v1 and v2.
Message Port
Run over MessagePort — Electron, browser extensions, Web Workers.
Peer
Peer-to-peer RPC over WebRTC data channels.
For standalone servers (no existing framework), use s.serve() or s.handler() from the Server page.