Skip to main content

Installation

1

Clone the repository

2

Start a local server

Or simply open index.html in your browser.
3

Open the Plugin Manager

Right-click anywhere on the board to open the Plugin Manager.
4

Browse plugins

Switch to the Community Store tab to browse and install plugins.

Your First Plugin

Create a file at plugins/hello-world/plugin.js:
Install it via the Plugin Manager (right-click → Install manually by URL) or add it to plugins.json:
Open browser DevTools and type window.blankBoard to access the core API for debugging.

What’s Next?

Build Your First Plugin

Full walkthrough with storage, events, and UI

Architecture Overview

Understand how the kernel works