attr.so
FeaturesAboutChrome ExtensionFree toolsBlogPricingSign inSign up free
FeaturesAboutChrome ExtensionFree toolsBlogPricingSign inSign up free
/ about
Built in Australia · Since 2024

A link tool built
for the people clicking it.

No ad-tech beacons. No cookie banner on the redirect. No paid-tier wall around your own data. The boring, useful version of a link platform, built by one developer who still uses it every day.

Apptimistic Pty Ltd Melbourne, AU Self-funded Status: ● Operational
“
Most shorteners are either an enterprise sales funnel or a tracker dressed up as a tool. I built Attr.sobecause I wanted the boring, useful version: a short URL that redirects fast, tells me where the click came from, and doesn't load a single ad-tech beacon on the way.
Attr.so· FOUNDER'S NOTE · 2024
/ The name

Short links tell you where someone went.
Attr tells you why.

The name comes from “attribute” - the hidden information attached to every digital interaction.

We believe links shouldn't be anonymous.

They should carry context, attribution, and insight.

That's Attr.

/ Why I built it

From a personal tool to a product.

Three things I kept running into. Three problems that turned a weekend hack into the product.

01 WHERE IT STARTED

I just wanted to track my own links.

It started as a personal tool. I had links scattered everywhere and no simple way to see what got clicked. Every “free” shortener I tried wanted a sales call before it would do the basics: custom domains, CSV export, an API.

So I built the small thing I actually wanted, and drew a line: paid plans unlock more, never the basics.

B
Bitly Enterprise
Schedule a call with sales →
9:41
R
Rebrandly
Upgrade to unlock CSV export
10:22
S
Short.io
You've hit your free limit
11:07
A
Attr.so · API token created
Ready to ship. Docs attached.
2 min
02 WHEN CLIENTS GOT INVOLVED

Privacy stopped being optional.

Then I started using it for client links at my software dev agency, Apptimistic.com. The moment other people's campaigns ran through it, the “free” model most shorteners use - cookies on click, ad-tech beacons, aggregated data on-sold - was a non-starter.

So I rebuilt the redirect to carry nothing: no cookies, no third-party scripts, IP truncated after 30 days.

Common pattern✕ Cookies on the redirect✕ Third-party pixels loaded✕ Aggregated data on-sold✕ IP stored indefinitely
Attr.so✓ Zero cookies on redirect✓ No third-party scripts✓ Your data, never sold✓ IP truncated after 30 days
03 WIRING IT INTO REAL WORK

The plumbing was never obvious.

To use it across agency projects I needed a real API, not one hidden behind a paywall or a five-step onboarding that ends with “contact us to enable.” I wanted to curl in a link in 60 seconds.

So every signup gets a token and the docs on day one. No quotas. No gatekeeping.

# 60 seconds after signup. No call required.
$ curl -X POST https://api.attr.so/v1/links \
-H "Authorization: Bearer atr_••••••" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com/launch"}'
→ HTTP/2 201
{
"slug": "a8f2k",
"short_url": "attr.so/a8f2k",
"created_at": "2026-05-12T23:33Z"
}
/ What I believe

Three opinions that
shape every decision.

When two product paths fight each other, these three pick the winner. Always.

01

Privacy is a feature, not a compliance task.

Visitors should never be the product. Cookie-free redirects, no third-party trackers, IP truncation after 30 days. Your audience never gets profiled to make our analytics richer.

0 trackers loaded on the redirect
02

Plumbing should be obvious.

Real REST API, signed webhooks, OpenAPI spec, server-to-server postbacks. No SDK lock-in, no five-step onboarding to get a token, no enterprise call to enable the API.

REST API on every paid plan, no enterprise gating
03

Honest pricing.

A free tier you can actually use. Custom domains on every plan. No "starting from $X" pages that hide the real cost. Attr.so stays sustainable on subscription revenue, not by selling visitor data.

Every published price is the price
/ Who I am

I built this tool to
scratch your own itch.

Attr.sostarted as a personal tool and grew up inside Apptimistic, my software dev agency, where client privacy was non-negotiable.

If you have a question, a bug, or a feature idea, the fastest path is the support form. I read every message myself.

Operating companyApptimistic Pty Ltd
Started2024 · a personal side project
FundingSelf-funded · No outside investors
Built byOne founder · Apptimistic
SupportEmail-first · Answered by the person who built it
LIVE · MELBOURNE OFFICE
Melbourne · −37.8136°
Apptimistic Pty Ltd
2024
Started
1
Founder
100%
Bootstrapped
/ The short version

How it got here.

No funding round. No pivots. The unglamorous version.

2024

A tool for my agency.

I built it for my own software development agency, Apptimistic. One place to keep track of our client and project links and see what actually got clicked.

2025

Sharpened for client work.

I run a boutique software dev agency, Apptimistic. Once it was handling client links, privacy stopped being optional, so I rebuilt it properly: no trackers, custom domains, analytics, campaigns, bio pages, REST API.

EARLY 2026

Public REST API.

OpenAPI spec, signed webhooks, server-to-server postbacks. Available on every paid plan from day one.

NOW

You, reading this page.

Roadmap is public. Changelog is honest. Pricing fits in one screen.

/ By the numbers

A few things I'm proud of.

The metrics that tell you whether the manifesto is real.

01
0
third-party trackers loaded on the redirect - verified by every Lighthouse audit
02
CNAME
to add a custom domain - generated in the dashboard, you add it at your DNS, propagation does the rest
03
0
enterprise sales calls to unlock the REST API - it ships on every paid plan
04
100%
of your click data is exportable as CSV at any time - your data, your call
/ Get in touch

I read every message.

Two doors in. Both opened by a real person within a day.

Support & bugs

The fastest path. Bug reports, billing questions, account help. Replies come from a person, usually the same day.

Open the support form →

Roadmap & ideas

Public. The roadmap board accepts up-votes and “wish I had this” notes. We ship the most-requested first.

See the public roadmap →
Ready when you are

Want to see it in action?

Free forever. No credit card required. Your first short link takes about 60 seconds.

Sign up free →See the features
attr.so

Privacy-first, developer-friendly link management software

Product
  • Features
  • Chrome Extension
  • Free tools
  • Pricing
  • Docs
  • API reference
  • Changelog
  • Roadmap
Company
  • About
  • Blog
  • Help
  • Feature requests
  • Support
  • Status
Legal
  • Privacy
  • Terms
  • Security
© 2026 Attr.so - All rights reserved
Built by Apptimistic