GLINK
Short links that ship in seconds.
Try it now. Paste any URL and get a short glinr.us link in your browser, free. No sign-up needed.
Try a real .com link. Preview links expire in 15 minutes.
blog.glinr.com/launching-glink
0
links free / mo
sub-0ms
redirect latency
0.0%
uptime SLA
Works where you ship
In your dashboard
Everything in one view.
Custom slugs
Pick a memorable path like /launch or /q4. Slugs are reserved instantly and work across all your workspaces.
Click analytics
See every click by day, referrer, and time of day. No tracking scripts needed on your destination page.
Link expiry
Set an expiry date and visitors see a clean expiry page instead of a broken redirect. Click history is preserved.
REST API
Create, update, and delete links programmatically. API keys are scoped per account. OpenAPI spec ships with v1.
QR export
Generate a QR code for any link in one click. Download as SVG or PNG for print, slides, and packaging.
Built for makers and teams
The full feature surface.
Every feature you need to manage, share, and track links across projects.
Workspaces
Keep personal links, client projects, and team campaigns in separate workspaces. Switch contexts without mixing your data.
Click analytics
Clicks by day, referrer, and time. No third-party scripts.
Bulk import
Upload a CSV to create hundreds of links at once. Ideal for campaign launches and migrations.
Custom slugs
Every link you create can have a memorable path. Set once, share everywhere.
REST API
Integrate link creation into your CI pipeline, content tool, or backend.
Request
POST /api/links
{
"url": "example.com/q4-report",
"slug": "q4"
}Response
201 Created{
"short_url": "glinr.us/q4",
"slug": "q4",
"created_at": "2026-06-22T10:00:00Z"
}QR codes
Every short link gets a QR code. Export as SVG or PNG in one click.
Your data, your terms
Analytics that respect your audience.
No third-party tracking scripts. Click data lives in your account.
Clicks over time
Last 30 days
Top countries
Preview, synthetic data
Your link, your data
Real analytics, no black box.
Every click is yours. Export anytime, delete anytime.
Real-time clicks
See every click as it happens, grouped by day and referrer.
Bring your own export
CSV export of clicks, referrers, and countries with one click.
Privacy respected
No third-party scripts on your destination page.
Clicks over time
Last 14 days
Top referrers
- X / Twitter8
- Direct5
- Notion3
- Newsletter2
Recent activity
liveEarly days
You are early. That is the point.
Glink is new and built in the open. Start free today, tell us what is missing, and help decide what ships next. Early adopters get a direct line to the people building it.
No paid reviews, no fake logos. Just an honest tool you can try today.
Use Glink
Start free, no card needed.
Create up to 50 links per month on the free tier. Custom slugs and basic analytics included from day one.
Create accountIntegrate via API
Build link creation into your workflow.
The Glink REST API lets you create, update, and delete links from any backend, CI pipeline, or automation.
Read the docs