Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.09 KB

Neurosity Next.js Starter

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

Getting Started

  1. Clone this repository

  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Neurosity Integration

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:

  1. Power on your device
  2. Ensure it's connected to the same network as your computer
  3. The app will automatically detect and connect to your device

Learn More