Generate concise, AI-powered notes from any topic or prompt in seconds.
EndNotes.AI is a sleek, dark-themed web app that lets users input a topic and instantly generate structured notes using AI. Built with Next.js, TypeScript, and a beautiful UI, it offers a smooth, interactive experience inspired by apps like Bolt and Notion AI.
- 🎯 Prompt-based AI note generation
- 🎨 Typing animation and suggestion buttons (like "Surprise Me")
- 📄 Interactive chat UI with LLM-style responses
- 💾 LocalStorage-based prompt persistence
- ✨ Clean dark UI with professional components
- ⚙️ Built with modular and reusable components
git clone https://github.com/srisailamkakurala/endnotes.ai.git
cd endnotes.ai
npm install
# or
yarn install
npm run dev
App will be live at http://localhost:3000
No API keys are required for local development unless integrated with OpenAI/Gemini/etc. (Optional future setup)
endnotes.ai/
│
├── app/ # Pages and routing (Next.js App Router)
├── components/ # Reusable UI components (ChatUI, etc.)
├── lib/ # Utility files (prompt list, helpers)
├── public/ # Static assets
├── styles/ # Global styles (if needed)
└── README.md
- Integrate real-time AI backend (OpenAI / Gemini)
- Downloadable notes (PDF/Markdown export)
- Shareable note links
- User authentication (optional)
- Mobile responsiveness
- Prompt history + edit feature
- Fork the repository
- Create a new branch:
git checkout -b feat/your-feature-name
- Make your changes
- Submit a pull request 🙌
MIT License © 2025 Sri
If you like this project, consider buying me a coffee!