Browse topics
On this page
Custom Resources
Build and distribute custom resources for RightPlace.
Custom Resources
Custom resources 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 resource
- 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