LinkPeas LinkPeas

Short links, biolinks, embeds

LinkPeas

A Cloudflare-native link platform for teams that need branded redirects, portable profile pages, custom domains, QR sharing, UTM discipline, and analytics without slowing the click.

  • KV-fast redirects
  • Biolink pages
  • Iframe embeds
  • Custom domains

Implementation plan, made visible

The homepage leads with the product work that matters.

Publishing

Embeddable biolink pages

Profiles, buttons, social blocks, and branded pages can run as hosted pages or as framed widgets inside another site.

Measurement

Analytics that never block redirects

Click capture runs behind the response path, then rolls up into clean daily views for links, domains, devices, and referrers.

Operations

Custom domains, QR codes, UTM rules, and OG previews

The table-stakes link tools are visible from the start, so teams can publish, share, inspect, and tune every destination.

Redirect architecture

Fast first, durable underneath.

The v2 plan centers on a KV cache-aside hot path, D1 as source of truth, and async click capture through the event ingest queue. The page now teaches that structure visually, not as a footnote.

  1. 01 Host and slug arrive
  2. 02 KV cache answers first
  3. 03 D1 fills misses
  4. 04 Queue records the click

Plug-and-play surface

One biolink, many homes.

Phase 7 makes embeds a core product requirement. The front page treats the script loader and React wrapper as first-class delivery paths.

<div data-linkpeas-embed="creator-stack"></div>
<script src="https://linkpeas.link/embed/v1.js" async></script>
<LinkPeasBiolink uuid="creator-stack" theme="mint" />