Your Second Brain for Every Document — an AI-powered knowledge base for uploading, organizing, and querying documents with an intelligent chat interface.
- 📄 Document Management — Upload, organize, and search through your documents
- 🧠 AI Chat — Ask questions about your documents using natural language
- 🌙 Dark/Light Mode — Comfortable viewing in any environment
- React — UI framework
- TypeScript — Type-safe JavaScript
- Turbopack — Fast build tool and dev server
- Tailwind CSS — Utility-first CSS framework
- radix-ui — Accessible component library
- zustand — State Management
- Node.js 18+
- npm
# Clone the repository
git clone git@github.com:code-blooded-developer/neuronote.git
# Navigate to the project directory
cd neuronote
# Install dependencies
npm install
# Start the development server
npm run devThe app will be available at http://localhost:3000
npm run dev— Start development servernpm run build— Build for productionnpm run lint— Run ESLint
MIT