A little baby link shortener that doesn't track you.
https://t.l.lc/
- Go 77.1%
- HTML 22.9%
| cmd/tllc | Fresh coat of paint | |
| .gitignore | Go rewrite | |
| AGENTS.md | Go rewrite | |
| go.mod | Go rewrite | |
| go.sum | Go rewrite | |
| LICENSE | Initial commit | |
| README.md | Go rewrite | |
tllc
This code was written by a human-led AI agent.
A little baby link shortener. Zero trackers.
Usage
Use the web frontend at t.l.lc, or make a POST request:
curl -X POST 'https://t.l.lc/?url=https://example.com/'
Building
go build -o tllc ./cmd/tllc
# Cross-compile
GOOS=linux GOARCH=amd64 go build -o tllc ./cmd/tllc