Instant notes. Zero friction. Total privacy.
A lightweight Chrome extension for capturing quick notes and checklists directly inside your browser — opens instantly, saves automatically, and syncs across your Chrome devices with no login, no tracking, and full offline support.
- ⚡ Instant Notes — Clean popup that opens in a click
- ☁️ Cross-Device Sync — Notes sync across all your Chrome devices automatically
- 📌 Pin Important Tasks — Keep priority items at the top
- ✔️ Checklist Support — Quick completion toggles for tasks
- ✏️ Inline Editing — Fast updates without any extra steps
↕️ Drag-and-Drop Reordering — Organise notes the way you want- 🌙 Auto Dark Mode — Follows your system theme
- 🔒 Privacy-First — Zero analytics, zero data collection
- 📴 Works Fully Offline — No internet connection needed
| Layer | Technology |
|---|---|
| UI | React + TypeScript |
| Build Tool | Vite |
| Styling | Tailwind CSS |
| Extension | Chrome Manifest V3 |
| Storage | chrome.storage.local + chrome.storage.sync |
| Testing | Vitest |
- Node.js v18+
- Google Chrome
# 1. Clone the repository
git clone https://github.com/UtkarshK95/swiftmemo.git
cd swiftmemo
# 2. Install dependencies
npm install
# 3. Build the extension
npm run buildThen load it into Chrome:
- Open
chrome://extensionsin your browser - Enable Developer mode (top right toggle)
- Click Load unpacked
- Select the
dist/folder
SwiftMemo will appear in your extensions bar — click to start taking notes.
swiftmemo/
├── public/ # Extension icons and static assets
├── src/ # React components and extension logic
├── index.html
├── vite.config.js # Vite + Chrome extension build config
├── tailwind.config.js
├── tsconfig.json
└── package.json
SwiftMemo stores notes exclusively inside your browser using chrome.storage.local and chrome.storage.sync. No personal data is ever collected, transmitted, or shared.
Full privacy policy: utkarshk95.github.io/swiftmemo-privacy
- GitHub: https://github.com/UtkarshK95/swiftmemo
- Buy Me a Coffee: https://buymeacoffee.com/utkarshk95
This project is licensed under the MIT License.