A modern, fast, and fully offline desktop application for managing code snippets and AI prompts.
Organize, search, and share your code snippets, terminal commands, and prompts—all in one place.
CodeSnip is a modern Electron application designed for developers, designers, and AI enthusiasts. Organize your code snippets into categories, search them instantly, copy them with a single click, and generate Base64-based sharing links. All data is stored locally on your device, allowing the application to work without an internet connection.
Tip
Since CodeSnip runs entirely offline, your data always stays on your device.
- Liquid Glass user interface
- Global Spotlight Search (
Ctrl + Space) - Base64-based sharing system
- English and Turkish language support
- Fully offline operation
- Local data storage
- Built-in category system
- Fast search and filtering
- Electron-based desktop application
- Node.js (v18 or later)
- npm
git clone https://github.com/Light-Bulb-Team/CodeSnip.gitcd codesnipnpm install
npm install electron --save-devnpm run distNote
Since there is no beta versions available, there is no beta screenshots. Stay tuned for the beta releases!
| Shortcut | Description |
|---|---|
Ctrl + Shift + S |
Global Shortcut: Brings CodeSnip to the foreground and opens Spotlight Search, even when the application is running in the background. |
Ctrl + Space |
Quickly open or close the Spotlight Search panel while using the application. |
Esc |
Close the currently open Spotlight Search panel. |
Space |
Open the Quick Look preview for the selected snippet while navigating Spotlight Search results. |
Arrow Up / Down |
Navigate through Spotlight Search results. |
Enter |
Send the selected snippet to the main search bar. If the selected item is in the +category format, it instantly creates a new snippet under that category. |
- Electron
- JavaScript
- HTML5
- CSS3
- Node.js
-
v1.0 — Initial Release
- v1.1 — Bug Fixes & Favorites Feature
-
26Q2 (v2.0) — Spotlight Search, Sharing System, and Redesigned Liquid Glass UI
- 26Q2.5 — JSON Import/Export, Improved Spotlight Search, and Versioning System Update
-
26Q3 — and Linux (Debian, Arch, Red Hat) Support, Improved Appearence and new Category Management
-
26Q4 — App Optimization, macOS Support and Full Support for Linux (Slackware and Gentoo)
-
27Q1 — Plugin System and Snippet Previews
Note
The roadmap may change over time as new features are added or bugs are discovered.
Want to help improve CodeSnip?
-
Fork this repository.
-
Create a new branch for your feature.
git checkout -b feature-name
-
Commit your changes.
git commit -m "Add awesome feature" -
Push your branch.
git push origin feature-name
-
Open a Pull Request.
If you find a bug, feel free to report it through the Issues section!
This project is licensed under the MIT License. See the LICENSE file for more information.
- Mustafa Selim AYDENİZ
- Ali Kerem YILMAZ

