NEW API v2 now available

Link in bio
for builders.

A programmable link-in-bio. Full API access, webhooks, custom domains, and zero vendor lock-in. Built for developers who ship.

terminal
$ npx create-nworthy-link

→ Creating your link page...

✓ Deployed to nworthy.link/yourname

Configure with code.

Define your entire link page in a single config file. Version control it, deploy it with CI/CD, or update it via API.

  • JSON or YAML config
  • Git-based deployments
  • Instant rollbacks
  • Preview branches
nworthy.config.json
{
  "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"
}

Built for the way you work.

No drag-and-drop builders. No WYSIWYG. Just clean APIs and config files.

Full API Access

REST & GraphQL APIs. Update links, fetch analytics, manage everything programmatically.

Webhooks

Real-time events for clicks, conversions, and signups. Pipe data anywhere.

Custom Domains

BYOD. Point any domain. Automatic SSL. Zero config DNS.

Analytics API

Export raw data. Build dashboards. No sampling, no limits.

Auth & Access

Password-protect links. Token gating. Allowlists for private content.

Data Export

Your data, your servers. Full export anytime. No lock-in.

Ship from your terminal.

The CLI you'll actually enjoy using.

~/projects/my-links

$ 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%

Simple pricing.

Free for personal use. Scale when you need to.

FREE

$0

Forever

  • Unlimited links
  • Basic analytics
  • API access
  • CLI
  • - Custom domain
Get Started
PRO

PRO

$9/mo

For serious builders

  • Everything in Free
  • Custom domains
  • Webhooks
  • Advanced analytics
  • Priority support
Start Free Trial

Ready to ship?

Set up your link page in under 60 seconds.

npx create-nworthy-link