WithNotes is a lightweight LLM chat application — similar to ChatGPT — with a built-in notes panel for easier learning and organization.
As you chat, you can take notes in real time, keeping your thoughts, summaries, and insights side-by-side with the conversation.
- 💬 LLM-powered chat interface
- 🗒️ Integrated notes editor per chat
- 💾 Notes are stored alongside each conversation
- 🔄 Future plans:
- Streaming responses
- Support for multiple models
- Mobile responsiveness
- Next.js
- React
- TypeScript
- Tailwind CSS (if applicable)
- (Add other relevant tools/libraries here)
Check out the app here: [(https://withnotes.vercel.app/)]
If you want to run this locally:
git clone https://github.com/your-username/withnotes.git
cd withnotes
npm install
npm run dev