Mini Apps and Widgets
Write reusable mini app and widget scripts with JavaScript.
Mini apps and widgets, scripted in JavaScript
OneScript is an app for iOS and iPadOS that lets you build mini apps and widgets with JavaScript. Compose app information, network requests, and system capabilities with familiar scripts to create useful mobile experiences.
const app = await $app.info()
console.log(app.packageName)
await $ui.toast("Hello, OneScript!")Write reusable mini app and widget scripts with JavaScript.
Access app information, runtime state, toasts, and network requests through $app, Script, $ui, http, and console.
Combine scripts, app information, and system prompts into focused mobile tools.