loading…
$ cat ~/projects/codevault.md
A personal code snippet manager with tagging, syntax highlighting, and instant search for daily dev workflows.
CodeVault is a snippet manager I built to solve my own problem: losing reusable code across a dozen scattered gists. It gives every snippet a home: tagged, searchable, and beautifully highlighted.
A React + Node.js core backed by MongoDB, chosen for its flexible document model that fits arbitrary snippet metadata. UI primitives from shadcn/ui keep the surface consistent.
$ next project
TaskFlow
A Kanban-style project management app with drag-and-drop boards and real-time collaboration.