URL shortener

A simple HTTP server application for shortening URI addresses.

Screenshot of URL shortener

Provides shortened codes for given URI addresses. Each URI address can be defined multiple times and will receive a new code each time. Data is stored in an SQLite database. The server does not record any traffic or code usage. The tool is designed for self-hosting in a local environment.

Copilot says: AI-generated

A no-frills URL shortener you can self-host in seconds — just spin up the container, throw URLs at it, and get short codes back without any tracking or analytics nonsense.

Key features:

  • 🔗 Simple GET request creates short codes for any URL
  • 💾 SQLite storage keeps everything in a single portable database file
  • 🐳 Scratch-based container image means its tiny and dependency-free
  • 🔒 Zero traffic logging because your links are your business

This summary was generated by GitHub Copilot based on the project README.