Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rampkit.com/llms.txt

Use this file to discover all available pages before exploring further.

const deviceInfo = RampKit.getDeviceInfo();

console.log(deviceInfo?.platform);    // "iOS"
console.log(deviceInfo?.deviceModel); // "iPhone 15 Pro"
console.log(deviceInfo?.isFirstLaunch); // true