Contessa CMS SDK

A powerful TypeScript SDK for fetching and managing content from Contessa CMS with zero dependencies.

Key Features

Zero Dependencies

Uses native fetch API, no external dependencies

Full TypeScript Support

Complete type safety with exported interfaces

Auto Environment Detection

Automatically detects dev vs production

Quick Installation

npm install @mybe/sdk

Then import and initialize the SDK. See Quick Start for more details.

Requirements

  • Node.js 18+ (for native fetch support)
  • TypeScript 5.0+ (for development)