RBrowser Core API¶
RBrowser Core is the developer-facing API of RBrowser, published on npm as @rbrowser/main. It lets you embed the RNA-centric browser into your own application, drive navigation, add data channels, and react to the live locus — either as a full browser with the native header, or as a headless renderer behind your own UI.
Get your first RBrowser instance running in five minutes.
Complete runnable example
For a ready-to-clone project, see the official example repo typekey/rbrowser-main-example — run npm install then npm run dev. It contains the install and mountBrowser usage shown in Quick Start.
