Nextpass

Simple password generator.

Built with

View live site View on Github

Background

For all of my passwords I use 1Password. However, if I’m on my phone or a device where I’m not signed into 1Password it can be a hassle to create a secure password.

That’s why I created Nextpass. A standalone application that isn’t tied into one specific password manager.

The application is built using Next.js and hosted on Vercel. It offers a number of options when generating a password including digits, symbols, and similar characters.

A screenshot of the Nextpass application. On screen is a form with 4 different controls. Letters, Digits, Symbols, and Similar Characters are the options displayed. At the top of the form is an input field with a random password. Beneath the form is a range slider to adjust the password length. A 'copy password' button is present at the bottom of the form.