All Projects

CodeVault

A native macOS app for developers to securely store, organize, and quickly access code snippets, API keys, and dev notes.

App macOS
#swift#swiftui#productivity

CodeVault is a native macOS app built for developers who need a fast, secure place to store code snippets, API keys, environment variables, and quick notes.

The Problem

Developers constantly juggle small but critical pieces of information — API keys, regex patterns, shell one-liners, config snippets. These end up scattered across text files, sticky notes, and Slack messages.

The Solution

CodeVault provides a single, searchable, encrypted vault that lives in your menu bar. It’s built entirely in SwiftUI with native macOS conventions:

  • Spotlight-style search — find any snippet in milliseconds
  • Encrypted storage — AES-256 encryption at rest
  • Syntax highlighting — for 50+ languages
  • Menu bar access — always one click away
  • iCloud sync — available on all your Macs

Technical Details

Built with Swift and SwiftUI, targeting macOS 14+. Uses the Keychain for encryption key management and CloudKit for sync. The editor component leverages TextKit 2 for performant syntax highlighting.