Skip to content

akeenkarkare/brain_squared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Squared

A multi-component project with web frontend, backend, and Chrome extension. We won SBU Hacks with this yay

Project Structure

brain_squared/
├── web/                    # Next.js web application with auth and chatbot
├── backend/               # Backend API services
├── chrome_extension/      # Chrome extension
└── README.md             # This file

Components

Web Application

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 dev

Backend

Backend API services (to be implemented).

Chrome Extension

Chrome browser extension (to be implemented).

Getting Started

Each component has its own setup instructions in its respective directory. Start with the component you want to work on.

Technologies

  • Web: Next.js 15, TypeScript, Tailwind CSS, React 19 RC
  • Backend: TBD
  • Extension: TBD

License

MIT

About

A second brain for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors