Sensory Boards

User Guide

Create communication boards in Open Board Format (OBF/OBZ)

Getting Started

Quick Start (With Pre-built Bundles)

If the symbol and annotation bundles have already been built:

  1. Double-click index.html to open in your web browser
  2. The application will load with symbols and annotations ready to use
  3. No internet connection or web server required!

Using the Application

Home Screen

When you open the application, you'll see three options:

Creating a New Board

  1. Click Create New on the home screen
  2. Enter a name for your board
  3. Choose the grid size (columns x rows)
  4. Click Create

Editing Cells

Click any cell on your board to edit it. You can:

Finding Symbols

In the cell editor, use the Symbol Library tab:

  1. Type in the search box to filter symbols
  2. Click a symbol to add it to the selected cell
  3. You can also:

Saving Your Work

Your boards are automatically saved to your browser's storage as you work.

To export a board:

  1. Click the Save button in the toolbar
  2. Choose a format:
  3. The file will download to your computer

Loading Boards

To load a previously saved board:

  1. Click Load Board on the home screen
  2. Either:

Settings

Keyboard Shortcuts

Supported File Formats

Import:

Export:

Symbol Libraries:

Tips and Tricks

Troubleshooting

Symbols not loading

Board not saving

Images not displaying

Application is slow

Browser Compatibility

The application works best in:

Note: Internet Explorer is not supported.

Getting Help

For more information, visit:
https://www.sensoryapphouse.com

File Structure

Sensory Boards/
├── index.html              ← Main application file
├── main.js                  ← Application logic
├── styles.css               ← Styling
├── translations.js          ← Language files
├── symbols-bundle.js        ← Built symbol library
├── annotations-bundle.js    ← Built annotation library
├── build-symbols.js         ← Symbol build script
├── build-annotations.js     ← Annotation build script
├── Symbols/
│   └── Symbols.zip           ← Source symbol library
└── Annotations/
    └── Archive.zip           ← Source annotation library