Developer Vault

API keys, SSH configs, and database credentials — in one vault.

You have credentials scattered across your filesystem, spread between .env files, password managers, Slack DMs, and random text files. Claspt puts your notes and secrets in one encrypted, searchable, Git-versioned vault.


The Problem

Your credentials are everywhere except where you need them.

API keys in .env files, scattered across projects

Every project has its own .env, .env.local, .env.production. You grep through directories hoping the key you need is in the right file. Half the time it's outdated.

SSH configs in terminal, passwords in 1Password, notes in Notion

Your server credentials are in three different tools. Context is permanently fragmented. You copy-paste between apps like it's 2005.

Onboarding a new project means hunting through Slack, wikis, and email

Where's the staging URL? What's the database password? Who has the API key for the third-party service? You spend 30 minutes before you write a single line of code.


How Claspt Fits

One page per project. Notes + secrets. Done.

One page per project — notes and secrets together

Create a page for each project. Write your architecture notes, deployment procedures, and environment setup in markdown. Embed encrypted secret blocks for API keys, database credentials, and SSH configs — all in the same document.

  • Context and credentials in one place
  • No more copy-pasting between apps
  • Onboard new projects in minutes, not hours
projects/saas-api.md
# SaaS API — Production
Deployment notes and credentials for the main API service.
 
## Environment
Region: `us-east-1` · Runtime: Node 20 · DB: Postgres 16
 
Stripe Production API Key
Public Key pk_live_51N...
Secret Key ••••••••••••••••

Git versioning built in — every change tracked

Every save is a Git commit. Roll back to any previous version of your notes or secrets. See exactly when a credential was last updated. Your vault is a Git repo — diff it, branch it, push it to a private remote.

  • Full commit history for every page
  • Built-in diff viewer for changes
  • Push to GitHub, GitLab, or self-hosted remotes (Pro)
Version History
commit 4a3f2b1 — 2 hours ago
  Updated Stripe API keys for v2 migration
 
commit 8e7c1d9 — 3 days ago
  Added deployment checklist for staging
 
commit f2a9b4c — 1 week ago
  Initial project setup with AWS credentials
 
  3 commits · 1 page · 2 secrets

Cmd+K search — find any credential in < 100ms

Full-text search across your entire vault. Find any API key, any note, any tag instantly. Fuzzy matching means typos don't slow you down. Search works across note content and secret labels simultaneously.

  • Search notes and secret labels together
  • Fuzzy matching — typo-tolerant
  • Filter by tags, type, or date
Quick Search

CodeMirror 6 editor — syntax highlighting, Vim bindings

A real editor, not a "notes field." Built on CodeMirror 6 with syntax highlighting for 50+ languages, Vim keybindings, split-view preview, and table support. Write technical documentation as comfortably as you write code.

  • 50+ language syntax highlighting
  • Vim mode for keyboard purists
  • 14 built-in themes including dark favorites
deploy-notes.md
# Deploy Checklist   ```bash docker build -t api:v2.1 . docker push registry.io/api:v2.1 kubectl apply -f k8s/production.yml ```   - [x] Run migrations - [x] Verify health endpoint - [ ] Update DNS records

What a developer vault looks like

A single page with your project notes and credentials together — encrypted where it matters, searchable everywhere.

projects/aws-production.md
# AWS Production
Main infrastructure for the SaaS platform. Region: us-east-1.
 
## Architecture
ECS Fargate + RDS Postgres + ElastiCache Redis
Load balancer: ALB with ACM cert auto-renewal
 
AWS IAM Credentials
Cloud
Access Key AKIAIOSFODNN7EXAMPLE
Secret Key wJalrXUtnFEMI/K7MDENG/bP...
Region us-east-1
 
RDS Database
Database
Host ••••••••••••
Password ••••••••••••••••
 
Last updated: Feb 24, 2026 · 12 revisions

Stop scattering your credentials.

Free on desktop. No account required. Your vault is a Git repo you own forever.

Download Free Explore All Features