A programmable link-in-bio. Full API access, webhooks, custom domains, and zero vendor lock-in. Built for developers who ship.
→ Creating your link page...
✓ Deployed to nworthy.link/yourname
Define your entire link page in a single config file. Version control it, deploy it with CI/CD, or update it via API.
{
"name": "@yourhandle",
"bio": "Building things on the internet",
"theme": "minimal-dark",
"links": [
{
"title": "Latest Project",
"url": "https://myapp.dev",
"icon": "rocket"
},
{
"title": "GitHub",
"url": "https://github.com/you"
}
],
"analytics": true,
"customDomain": "links.yourdomain.com"
}
No drag-and-drop builders. No WYSIWYG. Just clean APIs and config files.
REST & GraphQL APIs. Update links, fetch analytics, manage everything programmatically.
Real-time events for clicks, conversions, and signups. Pipe data anywhere.
BYOD. Point any domain. Automatic SSL. Zero config DNS.
Export raw data. Build dashboards. No sampling, no limits.
Password-protect links. Token gating. Allowlists for private content.
Your data, your servers. Full export anytime. No lock-in.
The CLI you'll actually enjoy using.
$ nworthy init
→ Created nworthy.config.json
$ nworthy add link "My App" https://myapp.dev
→ Added link: My App
$ nworthy deploy
→ Deploying to nworthy.link/yourhandle...
✓ Live at https://nworthy.link/yourhandle
$ nworthy analytics --last 7d
Views: 1,247 | Clicks: 892 | CTR: 71.5%
Free for personal use. Scale when you need to.
PRO
$9/mo
For serious builders
Set up your link page in under 60 seconds.
npx create-nworthy-link