Private by design

Your passwords. One secure place.

SkelPass keeps the password-management experience focused: save, search, copy and control your credentials without unnecessary complexity.

Encrypted in browser Supabase RLS No password analytics
SkelPass
Password vault
Unlocked
Search passwords...⌘ K
G

GitHub

github.com · shermsql@skelvric.com

L

Linear

linear.app · hello@skelvric.com

V

Vercel

vercel.com · shermsql@skelvric.com

Built for a calm, focused workflow

PersonalFreelancersFoundersEngineering teams

Everything you need

A smaller surface area for better control.

Only the pieces required to manage passwords safely and efficiently.

Fast search

Find a credential instantly by title, username or domain.

Encrypted vault

Vault records are encrypted in the browser before they are written to Supabase.

One-click copy

Copy a password or username without exposing it in the interface.

Generator-ready

A strong password generator is built into the item editor.

How It Works?

From account creation to a working vault in minutes.

SkelPass keeps the setup path short so the dashboard can stay focused on the job: managing passwords.

Create your vault
01

Create your account

Register with your email and account password.

02

Complete onboarding

Add your identity details and choose your vault master password.

03

Unlock your vault

Your vault key is derived locally and stays in browser memory while unlocked.

04

Manage passwords

Add, search, copy, edit and remove encrypted password records from one workspace.

Windows desktop app

A native SkelPass workspace for Windows.

Use SkelPass in your browser or download the Electron desktop application for a focused Windows experience.

Native Windows desktop experience.
The same password workflow as the web app.
Quick search and one-click password access.
Download the current installer directly.
Download for WindowsWindows 10/11 · .exe installer
SkelPass for Windows

Secure vault

Ready to protect your passwords

Encrypted locally78% secure setup

Quick search

Focused access to the passwords you use most.

One-click copy

Focused access to the passwords you use most.

Security model

The database does not need to know your passwords.

SkelPass uses client-side AES-GCM encryption with a PBKDF2-derived key. Supabase stores ciphertext plus metadata, while the vault key remains in browser memory.

01

Supabase Auth uses cookie-backed SSR sessions.

02

Row Level Security limits rows to the authenticated user.

03

The vault master password is never sent to Supabase.

04

Locking the vault clears the in-memory encryption key.

FAQ

Answers before you create your vault.

The essentials about encryption, access and the Windows application.

Where are my passwords stored?+

Encrypted password records are stored in Supabase. The application encrypts vault data in the browser before it is written to the database.

Does SkelPass store my vault master password?+

No. The vault master password is not stored as plaintext and is never sent to Supabase. A verifier and key-derivation parameters are stored so the vault can validate an unlock attempt.

What happens if I forget my vault password?+

There is currently no server-side reset path for the vault password. Losing it can permanently prevent access to the encrypted vault data.

Can I use SkelPass on Windows?+

Yes. A Windows desktop application built with Electron is available as an .exe installer.

Do I need the desktop application?+

No. The browser application is the primary SkelPass experience. The Windows app is an additional native workspace.

Get started

Keep your password workflow simple.

Create your vault in the browser or download the Windows app and get back to work with less friction.

Built around a small, security-focused surface.

SkelPass intentionally does less. Fewer moving parts make the product easier to understand, easier to use and easier to reason about.

Password-only product scope
Client-side AES-GCM encryption
PBKDF2-derived vault key
Per-user Supabase Row Level Security