Skip to main content
Blank Board Hero

What is Blank Board?

Blank Board is a minimal, blank canvas where every feature is a plugin. No built-in tools. No bloat. Just a tiny micro-kernel and a powerful plugin system that lets you build your perfect personal workspace.

Quick Start

Get up and running in 2 minutes

Build a Plugin

Create your first plugin step by step

API Reference

Full API documentation

Philosophy

Why Blank Board exists

Core Philosophy

The board starts completely empty. No toolbar, no sidebar, no settings panel — just a blank canvas with a grid.
Even the Plugin Manager is a plugin. The core kernel is ~100 lines. Everything else is modular and optional.
Plugins are standalone ES modules. No build step, no frameworks, no dependencies. Just a .js file with meta and setup.
Community plugins live in a separate repository. Anyone can create and share plugins via Pull Request.

Tech Stack

ComponentTechnology
LanguageVanilla JavaScript (ES Modules)
ArchitectureMicro-kernel
Plugin LoadingDynamic import()
CommunicationEvent Bus + Hook System
StorageLocalStorage (extendable)
DeploymentNetlify

Community