Server adapters integrating Vike with various server frameworks.
| Package | Framework |
|---|---|
@vikejs/hono |
Hono |
@vikejs/express |
Express |
@vikejs/fastify |
Fastify |
@vikejs/h3 |
H3 |
@vikejs/elysia |
Elysia |
@vikejs/hattip |
HatTip |
@vikejs/srvx |
srvx |
Each package exposes an addVikeMiddleware() helper that registers Vike's middleware on your server app. They also re-export the full @universal-middleware API for the corresponding framework.
pnpm install
pnpm build