Silgi
Integrations

Integrations

Use Silgi with Fastify, H3, Hono, Express, Remix, Astro, SolidStart, MessagePort, OpenAPI, and more.

Silgi integrates with the tools you already use. Each integration is a separate subpath import — you only ship what you actually import.

Which integration do I need?

ScenarioIntegration
You have an existing Fastify appFastify
You use H3 directlyH3
You use Nitro v3 or Nuxt 4Nitro
You use Hono (any runtime)Hono
You have an existing Express appExpress
You use RemixRemix
You use AstroAstro
You use SolidStartSolidStart
Deploying to AWS LambdaAWS Lambda
Electron, Web Workers, browser extensionsMessage Port
Consuming an external OpenAPI serviceOpenAPI Client
Next.js or TanStack Start with server actionsReact
React Query (or Vue/Solid/Svelte Query)TanStack Query
LLMs calling your API as toolsAI SDK

For standalone servers (no existing framework), you don't need any integration — just use s.serve() or s.handler() from the Server page.

On this page