/brainsatplay

The Platform for Brain-Responsive Applications

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

brainsatplay.js

Brains@Play is the platform for deploying brain-responsive applications. The entire software stack behind our platform contained here as brainsatplay.js: an open-source framework for developing durable brain-responsive applications using modern web technologies.

Explore our documentation here.

Brains@Play Github GPLv3 stability-alpha

Building the App in this Repo

Clone this repo and unzip contents to a folder.

Open Folder via command line (VS Code recommended, latest NodeLTS with latest NPM required)

npm install
npm start

Follow the url given for localhost (usually localhost:1234) for the local build. Hot reloading is enabled for editing via Parcel.

Installation

npm install brainsatplay

Usage

ES Modules
import * as brainsatplay from 'brainsatplay'

Script Tag

<script src="https://cdn.jsdelivr.net/npm/brainsatplay"></script>

Examples

Our open-source content management system for brainsatplay.js applications.

Support

If you have questions about developing with Brains@Play, feel free to start a conversation on Discord or reach out directly to our team at contact@brainsatplay.com.