Download it here or go to the 🌐 website.
This is a lightweight, standalone HTML version of the Lesspass password manager. In this version, you can download the single HTML file and have your favorite password manager with you forever, without depending on the website, repository, internet connection and without the need to install any app on your OS. Your system only needs a modern browser. You can also back up this file wherever you want.
It's simple. You can download it from here and open it in your browser app or use the 🌐 website
You can know how it work here.
To install the project in your machine you will need:
To run the project:
npm i
to install (only necessary the first time)npm run dev
to run the local servernpm run build
to generate the HTML file for productionnpm run preview
to preview the build file
This project use:
- Lesspass package
- water.css with some custom styles
- Vite build tool
- Vanilla JS