Self-Hosting & Trust
We believe in transparency. That's why SnapPwd is 100% Open Source.
Verifiable Security
SnapPwd is open source so anyone can audit the code. We have nothing to hide. The version running on snappwd.com is the exact same code available in our public repository.
Don't Trust Us? Run It Yourself.
If you handle extremely sensitive data or just prefer total control, you can host your own instance of SnapPwd easily using Docker.
View on GitHubDocker Compose Ready
Getting started is as simple as cloning the repo and running one command:
git clone https://github.com/SnapPwd/snappwd-web.git
cd snappwd-web
docker-compose up -d