Skip to content

A minimal, responsive snippet manager for developers – built with Next.js, Tailwind CSS and local JSON storage.

License

Notifications You must be signed in to change notification settings

1Jul1an/devdrops

Repository files navigation

DevDrops – Developer Snippet Manager

Last Commit License: CC BY-NC 4.0


Overview

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.


Preview

Screenshot 2025-07-12 152621

Features

  • 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)

🔍 Test it out

👉 Live Frontend-MVP: devdrops.vercel.app
Includes example snippets, dark mode, filtering and edit modals.

Use Cases

  • 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

Tech Stack

Next.js TypeScript TailwindCSS Headless UI Framer Motion Lucide JSON


Getting Started

Clone the repository and install dependencies:

git clone https://github.com/1Jul1an/devdrops.git
cd devdrops
pnpm install
pnpm dev

About

A minimal, responsive snippet manager for developers – built with Next.js, Tailwind CSS and local JSON storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published