SnipIt is a lightweight yet powerful
code snippet manager for developers.
Save, organize, and retrieve your code effortlessly.
No more digging through old projects—just save, search, and copy.
- ✅ Offline-first – Works locally for instant access.
- 🏷️ Tagging System – Organize snippets by language, project type, and custom tags.
- ☁️ GitHub Backup – Sync snippets to a public or private GitHub repository. (Planned)
- 🔍 Fast Search – Quickly find stored snippets with keyword and tag filtering.
⚠️ Note:
- The latest version for the app you have to build yourself, otherwise you will have to wait for my build to download the latest version.
- For now, MacOS & Linux users will have to build the app themselves as Tauri cannot build cross-platform.
- "Tauri relies heavily on native libraries and toolchains, so meaningful cross-compilation is not possible at the current moment."
- Website Download (Coming Soon!)
Visit SnipIt Official Website and download the latest version. - GitHub Releases
Go to the Releases section and download the latest version for your OS.
- Clone the repository:
- Install dependencies:
- Run in development mode:
- Build the application:
git clone https://github.com/kxffie/snipit.git cd snipit
# Using npm npm install # OR using yarn yarn install
# Using npm npm run tauri dev # OR using yarn yarn tauri dev
# Using npm npm run tauri build # OR using yarn yarn tauri build
- 📌 Add a snippet – Paste your reusable code and tag it for easy retrieval.
- 📌 Search – Use keywords or filters to find saved snippets.
- 📌 Copy & Use – Click to copy and insert it into your project instantly.
SnipIt is open to contributions! If you'd like to contribute:
- Fork the repository.
- Create a new branch:
- Make your changes and commit:
- Push to your fork:
- Open a pull request on GitHub.
git checkout -b feature-name
git commit -m "Added feature"
git push origin feature-name
- 🖥️ Frontend: Vite + React + TypeScript
- ⚙️ Backend: Tauri (Rust)
- 🎨 UI Components: ShadCN, Lucide Icons
This project is licensed under the MIT License. See the LICENSE file for details.
If you find this project helpful, please ⭐ the repo! Have feedback? Open an issue or join the discussion.
- 💬 Discord Server: SnipIt Discord
- 📩 Discord: kxffie
- 🐦 Twitter: @kxffie