Skip to content

A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.

License

Notifications You must be signed in to change notification settings

ksprptr/url-shortener

Repository files navigation

URL Shortener

A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.

Prerequisites

  • Knowledge of JavaScript/TypeScript, Next.js, Git
  • IDE (VS Code, WebStorm, ...)
  • Package manager (pnpm, npm, ...)

Installation

  • Go to the project folder using cd url-shortener/
  • Install all dependecies using pnpm install
  • Copy .env.example to .env and update the properties accordingly

Run

  • Development server: pnpm run dev
  • Production: pnpm run build & pnpm run start

Configuration

Description Values
Ports: 3000
Technologies: Next.js
URL: http://localhost:3000/

Deployment

Description Values
Server: Coolify
URL: https://url.ksprptr.dev/

License

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.

About

A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.

Topics

Resources

License

Stars

Watchers

Forks