An AI-powered personal knowledge management system built with TypeScript, React, Node.js, and MongoDB.
Think of it as your digital "second brain" β where you can save links, notes, images, and discover insights.
- π Save and organize links, images, and notes
- πΊ YouTube video embedding with correct timestamp support
- π Authentication (JWT-based)
- π¨ Modern UI with TailwindCSS
- π Dark/Light mode
- π Backend powered by Express + MongoDB
- π File uploads via Cloudinary
This repo is designed with AI-readability in mind.
Context Builder helps LLMs understand the project quickly by surfacing:
-
Repository Overview: Subrat0802/second-brain
-
Primary Language: TypeScript
-
Code Hotspots: Which files are actively changing
-
Design Intentions: Why components are structured this way
-
Developer Guide: How to extend the system (adding new forms, dashboard widgets, etc.)
π This means whether itβs an AI assistant or a new developer, they can ramp up instantly without digging through every file.
cd backend
npm install
npm run dev