This is a starter template for building Neurosity applications with Next.js. It includes:
- Next.js 13 with App Router
- TypeScript
- Tailwind CSS
- Neurosity SDK integration
- Real-time brainwave data visualization
-
Clone this repository
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
This starter comes with basic Neurosity SDK integration that:
- Automatically connects to your device
- Streams real-time brainwave data
- Displays power by band measurements
To use with your Neurosity device:
- Power on your device
- Ensure it's connected to the same network as your computer
- The app will automatically detect and connect to your device
- Neurosity SDK Documentation
- Next.js Documentation
- Tailwind CSS Documentation # neurosity-next-web-starter