Central Hub
Dev Portal
Manage your Kelaner SDK credentials and spatial integration. Empower your applications with archipelago-grade GPS filtering.
Mint SDK Key
Create a unique key to authorize your application with the KeMOE Spatial Engine.
Authorized Credentials
Zero keys found
Generate your first key to activate the engine.
Instant Integration
Our SDK is a zero-config spatial engine. Just copy your key and initialize the Kelaner object in your React Native or Web project.
// Zero-config Spatial Activation
import { Kelaner } from '@kelaner/sdk';
Kelaner.initialize({
apiKey: 'YOUR_KEY_HERE',
environment: 'production'
environment: 'production'
});