Search Documentation
Search guides, functions, classes, interfaces, and more
How to start
Recommended order of guides. For the platform model first, read What is MobyApps?.
Recommended order
- Install packages — point your project at npm.mobyapps.dev and add
@mobyapps/bridge,@mobyapps/sdk, and@mobyapps/omapi. - Scaffold — create a miniapp with the CLI, or a static splash with
@mobyapps/splashif you only need a launch screen. - Wire the host — follow lifecycle, theming, and performance guides for splash; use theming and Cursor setup for miniapps.
- Read the API — package docs for SDK, Bridge, OMAPI, and Splash.js are linked from the home page.
Start with Install @mobyapps packages, then use the sidebar to open the next guide.