Contessa CMS SDK
A powerful TypeScript SDK for fetching and managing content from Contessa CMS with zero dependencies.
Get Started
Install and set up the SDK in minutes
API Reference
Explore all available methods and types
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/sdkThen import and initialize the SDK. See Quick Start for more details.
Requirements
- Node.js 18+ (for native fetch support)
- TypeScript 5.0+ (for development)