Search Documentation
Search for functions, classes, interfaces, and more
MobyApps SDK
@mobyapps/sdk
MobyApps SDK
Welcome to the MobyApps SDK documentation.
Overview
The MobyApps SDK is a comprehensive toolkit for building mobile applications with MobyApps platform integration.
Features
- Cross-platform support: Works seamlessly across iOS and Android
- Type-safe APIs: Built with TypeScript for better developer experience
- Modular architecture: Import only what you need
- Comprehensive documentation: Well-documented APIs with examples
Getting Started
Installation
npm install @mobyapps/sdk # or pnpm add @mobyapps/sdk # or yarn add @mobyapps/sdk
Basic Usage
import { MobyAppsSDK } from '@mobyapps/sdk'; const sdk = new MobyAppsSDK({ // configuration options });
Core Modules
App Management
Manage app lifecycle and configuration.
Browser Integration
Seamless integration with in-app browsers.
Mini Apps
Build and deploy mini applications within the MobyApps ecosystem.
SQLite
Local database support for offline-first applications.
Examples
Check out the examples in the documentation to see how to use the SDK in your projects.
Support
For questions and support, please refer to the main documentation or contact the development team.