Lightweight web-based utility for generating secure and unique UUIDs, passwords, MACs, and IPs.
- Knowledge of JavaScript/TypeScript, Next.js, Git
- IDE (VS Code, WebStorm, ...)
- Package manager (pnpm (recommended), npm, ...)
- Go to the project folder:
cd vaultify/ - Install all dependecies:
pnpm install - Copy
.env.exampleto.envand update the properties accordingly- Windows (CMD):
copy .env.example .env, Linux/macOS:cp .env.example .env
- Windows (CMD):
- Development server:
pnpm run dev - Production:
pnpm run build & pnpm run start
| Description | Values |
|---|---|
| Ports: | 3000 |
| Technologies: | Next.js |
| URL: | http://localhost:3000/ |
| Description | Values |
|---|---|
| Server: | Coolify |
| URL: | https://vaultify.ksprptr.dev |
This software is developed by Petr Kašpar and is licensed under the MIT License.
For more details, please refer to the LICENSE file.