electron-code-notes
Electron Code Notes — Desktop Developer Notepad
A beautiful, offline-first desktop notes app built with Electron.js. Designed for developers to store, organize, and syntax-highlight code snippets locally.
Features
- Code snippet storage with language tagging (JS, Python, SQL, Bash, etc.)
- Prism.js syntax highlighting for 30+ languages
- Full-text search across all snippets
- Local JSON persistence — no cloud, fully private
- Split-screen editor + live syntax preview
- Premium glassmorphic dark UI
Setup
npm install
npm start
Tech Stack
- Electron.js v28
- Vanilla JS / HTML / CSS
- Prism.js (syntax highlighting)
- localStorage (data persistence)
Use Cases
- Store reusable code snippets offline
- Build a personal dev knowledge base
- Syntax-preview code before sharing
- Offline-first developer productivity tool
Link copied!