A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.
- Knowledge of JavaScript/TypeScript, Next.js, Git
- IDE (VS Code, WebStorm, ...)
- Package manager (pnpm, npm, ...)
- Go to the project folder using
cd url-shortener/ - Install all dependecies using
pnpm install - Copy
.env.exampleto.envand update the properties accordingly
- 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://url.ksprptr.dev/ |
This software is developed by Petr Kašpar and is licensed for non-commercial use only. Commercial use is prohibited without permission. For more details, please refer to the LICENSE file.