Logokeyset
  • Product
  • Pricing
  • Docs
  • Contact
LoginGet Started
keyset
Navigation
  • Product
  • Pricing
  • Docs
  • Contact
Login to AccountGet Started Free
keyset

A powerful configuration and content management system for modern applications.

Product

  • Features
  • Pricing
  • Use Cases
  • Documentation

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

Follow Us

TwitterGitHub

© 2026 Keyset. All rights reserved.

Logokeyset
  • Product
  • Pricing
  • Docs
  • Contact
LoginGet Started
keyset
Navigation
  • Product
  • Pricing
  • Docs
  • Contact
Login to AccountGet Started Free
Docs/Getting Started/Installation
Getting Started
  • Overview
  • Installation
  • Quick Start
Reference
Guides

Installation

Requirements

  • Node.js 18 or later
  • React 19+ (only required if using the React integration)

Install the package

Shell
npm install keysetapp
Shell
pnpm add keysetapp
Shell
yarn add keysetapp

React peer dependency

If you plan to use the React hooks and provider, React must be installed separately as a peer dependency:

Shell
npm install react

The SDK ships as both ESM and CJS so it works in:

  • Node.js backends (API routes, server-side rendering)
  • Browser bundlers (Vite, webpack, Next.js, etc.)
  • Edge runtimes that support the Fetch API

Verify the installation

TypeScript
import { Keyset } from "keysetapp";

const client = new Keyset({ apiKey: "pkey_your_key_here", cacheTTL: 60000 });
console.log(client); // Keyset {}

If the import resolves without error you are good to go. Continue to Quick Start.

PreviousOverview
NextQuick Start

Use with AI

Copy the full Keyset SDK reference as a ready-to-use AI prompt. Paste it into any AI tool to get instant, accurate integration help.

Resources

  • FAQ
  • Privacy Policy
keyset

A powerful configuration and content management system for modern applications.

Product

  • Features
  • Pricing
  • Use Cases
  • Documentation

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

Follow Us

TwitterGitHub

© 2026 Keyset. All rights reserved.