URL Shortener

Server-side URL mapping with SQLite persistence and custom-domain support.


API

POST /api/shorten
Content-Type: application/json

{ "url": "https://example.com" }