DEV Community

Walter White
Walter White

Posted on • Originally published at github.com

Linkkit: a self-hosted URL shortener with click counts

Linkkit: a self-hosted URL shortener with click counts

I needed short links I control — no SaaS account, no tracking I don't understand — so I built Linkkit.

Features

  • Shorten any http(s) URL
  • Optional custom slug
  • Click counts
  • Docker or local npm
  • React dashboard to copy / delete links

Quick start

git clone https://github.com/mamyan2001-gif/linkkit.git
cd linkkit
docker compose up --build
# → http://localhost:5090
Enter fullscreen mode Exit fullscreen mode

I'm Artyom — full-stack in Yerevan, open to remote. Also: Formbox, Seal, Hookbox.

GitHub: mamyan2001-gif/linkkit

Top comments (0)