Appearance
Reference
Litebase is a cloud platform for immutable, versioned data. We provide flexible integration options through:
HTTP API
A comprehensive REST API that allows direct HTTP access to all Litebase features. The API supports:
- Storage operations for key-value data management
- Stream functionality for event processing
- Namespace management capabilities
JavaScript/TypeScript SDK
Official SDK packages available through JavaScript Registry (JSR) under @litebaseio:
- @litebaseio/storage - SDK for Storage
- @litebaseio/stream - SDK for Stream
The SDK provides a type-safe, idiomatic way to interact with Litebase services in JavaScript/TypeScript applications.