A collection of useful utilities.
- Password Generator - Generate secure, random passwords with customizable options
- Days Counter - Calculate days between dates with presets
- JSON Prettify - Format and beautify JSON data
- Random Key Generator - Generate WPA and WEP encryption keys
- Text Diff - Compare two texts and highlight differences
- And more...
Install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildPreview the production build locally:
npm run previewGenerate static files:
npm run generateCopy .output/public to your server, then configure Caddy:
yourdomain.com {
root * /var/www/perkakas
file_server
try_files {path} /index.html
}
The try_files directive ensures client-side routing works correctly.
- Framework: Nuxt 4
- Styling: Tailwind CSS
- Language: JavaScript with JSDoc
MIT