Browse topics
RobinPath Overview
On this page
Custom Applets
Build and distribute custom applets for RightPlace.
Custom Applets
Custom applets are self-contained packages that extend RightPlace with new functionality. They run in a sandboxed iframe with access to platform APIs through a capability-based permission system.
Quick Start
- Create a folder with
resource.jsonanddist/index.html - Link it to RightPlace for development
- Use the
@rightplace/sdkto interact with the platform
See Getting Started for a step-by-step guide.
Guides
- Getting Started - your first applet
- Manifest Reference - resource.json schema
- Frontend SDK - iframe communication
- Backend SDK - optional Node.js backend
API Reference
- HTTP API - outbound HTTP requests
- Storage API - key-value storage