Your thoughts, strictly yours.
Notify is a lightweight, local-first note-taking application designed for speed and privacy. Built with SvelteKit and TailwindCSS, it stores your data directly in your browser—no servers, no logins, no tracking. Just like Excalidraw, but for Markdown.
- 🔒 Private by Default: Your notes live in your browser's local storage. They never leave your device unless you export them.
- ⚡ Blazing Fast: No API calls, no loading spinners. Instant startup and navigation.
- 📝 Advanced Markdown: Support for standard GFM, LaTeX Mathematics, Mermaid Diagrams, and GitHub Alerts.
- 🌓 Dynamic Themes: Beautifully crafted Light and Dark modes with a seamless toggle.
- 📱 Responsive: Works perfectly on desktop, tablet, and mobile.
Get up and running in seconds.
# 1. Clone the repo
git clone https://github.com/ifsvivek/Notify.git
# 2. Enter the directory
cd Notify
# 3. Install dependencies
npm install
# 4. Start coding
npm run dev- Framework: SvelteKit
- Styling: TailwindCSS
- Storage: LocalStorage
- Markdown: marked
- Mathematics: KaTeX
- Diagrams: Mermaid.js
- Syntax Highlighting: highlight.js
Got an idea? Found a bug? We'd love your help making Notify better.
- Fork it
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT © Vivek Sharma