DevDrops is a modern, responsive snippet manager designed for developers who want to store, categorize, and reuse code efficiently.
Whether you're working with AI prompts, code templates, or daily CLI snippets — DevDrops gives you a clean interface and structure to manage your knowledge base.
It's a fast, client-side MVP that focuses on accessibility, and expandability — built as a practical tool for real-world use.
- Light/dark mode toggle with smooth theme transitions
- Full-text search across snippet titles
- Tag-based and language-based filtering
- Favorite system for quick access
- Modal-based prompt preview with edit and delete support
- Clean, responsive UI for desktop and mobile
- Local JSON-based storage (MVP)
👉 Live Frontend-MVP: devdrops.vercel.app
Includes example snippets, dark mode, filtering and edit modals.
- Save frequently used shell commands, SQL queries, or API calls
- Organize ChatGPT/Claude prompt templates by use case
- Collect reusable UI code, regex patterns, or documentation snippets
- Build a lightweight, personal knowledge base for development
Clone the repository and install dependencies:
git clone https://github.com/1Jul1an/devdrops.git
cd devdrops
pnpm install
pnpm dev