ctx·links
A static-JSON multi-domain URL shortener.
Short links are stored in data/links.json and served as permanent 301 redirects.
3
active links
3
host domains
301
redirect type
How it works
- 1.Use /create to generate a JSON entry for a new short link.
- 2.Paste the object into
data/links.json, commit, and push. - 3.Redeploy on Vercel — the new slug is live immediately.
- 4.Requests to
https://<host>/<slug>redirect permanently (301).