A multi-component project with web frontend, backend, and Chrome extension. We won SBU Hacks with this yay
brain_squared/
├── web/ # Next.js web application with auth and chatbot
├── backend/ # Backend API services
├── chrome_extension/ # Chrome extension
└── README.md # This file
The web application is a Next.js app with TypeScript, featuring:
- Authentication system (login/signup)
- Protected chatbot interface
- Session management
- Responsive UI with dark mode
See web/README.md for detailed documentation.
Quick Start:
cd web
npm install
npm run devBackend API services (to be implemented).
Chrome browser extension (to be implemented).
Each component has its own setup instructions in its respective directory. Start with the component you want to work on.
- Web: Next.js 15, TypeScript, Tailwind CSS, React 19 RC
- Backend: TBD
- Extension: TBD
MIT