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
Start Empty
Start Empty
The board starts completely empty. No toolbar, no sidebar, no settings panel — just a blank canvas with a grid.
Everything is a Plugin
Everything is a Plugin
Even the Plugin Manager is a plugin. The core kernel is ~100 lines. Everything else is modular and optional.
Simple to Build
Simple to Build
Plugins are standalone ES modules. No build step, no frameworks, no dependencies. Just a
.js file with meta and setup.Community Driven
Community Driven
Community plugins live in a separate repository. Anyone can create and share plugins via Pull Request.
Tech Stack
| Component | Technology |
|---|---|
| Language | Vanilla JavaScript (ES Modules) |
| Architecture | Micro-kernel |
| Plugin Loading | Dynamic import() |
| Communication | Event Bus + Hook System |
| Storage | LocalStorage (extendable) |
| Deployment | Netlify |