> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apitally.io/llms.txt
> Use this file to discover all available pages before exploring further.

# JavaScript Serverless SDK reference

> Overview of the Apitally Serverless SDK for JavaScript.

<CardGroup cols={2}>
  <Card title="GitHub repository" icon="github" href="https://github.com/apitally/apitally-js-serverless" target="_blank">
    apitally/apitally-js-serverless
  </Card>

  <Card title="npm package" icon="npm" href="https://www.npmjs.com/package/@apitally/serverless" target="_blank">
    @apitally/serverless
  </Card>
</CardGroup>

## Installation

```shell theme={null}
npm install @apitally/serverless
```

## Supported frameworks

The JavaScript Serverless SDK currently supports the web frameworks listed below. If your framework is not listed, please [let us know](/support) and we'll consider adding support for it.

Click on a framework for a detailed setup guide.

<CardGroup cols={3}>
  <Card
    title="Hono"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/hono-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="Hono icon"
  />
}
    href="/setup-guides/hono-cloudflare-workers"
  >
    Cloudflare Workers
  </Card>
</CardGroup>
