Vibecode LnkFlow

track this build5 steps, step by step
KINDA · weekend project
price $10.39/moyou'd save $124.68/yrbuild time one sittingcategory 📊 analyticsreplaced by 0 people

A short link that 302s, logs the click, and injects UTMs is genuinely one sitting on Cloudflare Workers and KV, and the prompt below builds exactly that. What is not one sitting is the loop back out to the ad platforms. Meta and Google bid against the conversion events you send them, and since ATT the browser pixel misses a large share of purchases, which is the entire reason the Conversions API and offline conversion import exist. Closing that loop means persisting fbclid and gclid at redirect time, carrying that identity to a sale that happens days later on another device, posting a Purchase with a stable event_id so it deduplicates against the pixel, rebuilding fbc in Meta's fb.1.{timestamp}.{fbclid} form, importing offline conversions to Google on gclid, gbraid, or wbraid, and reversing all of it on refund. Every one of those fails silently. That is the expensive part: the dashboard still shows clicks while the bidder optimizes against nothing.

the project pack4 files · fastest path to a working personal build
README.md
# LnkFlow indie build

## Goal

Build the smallest trustworthy replacement for the core LnkFlow workflow for one developer or a tiny team.

## Scope

Resolve a slug to a destination at the edge, log the click, inject UTMs, pass ad click ids through untouched, and 302.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Purchase events delivered back to Meta CAPI with stable event_id deduplication against the browser pixel
- Google offline conversion import keyed on gclid, gbraid, or wbraid
- click to lead to sale attribution that survives a multi-day gap, with refund reversal
- TLS on a customer's branded domain (Cloudflare for SaaS and 90-day DCV renewals, not one DNS record)
- per-creator performance and commission reporting

If those capabilities are essential, use Dub instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

The redirect is commodity and nobody should pay much for it. What is not commodity is staying current with Meta and Google as they change conversion endpoints, identifier formats, and consent requirements, which they do continuously and without waiting for you. Paying outsources that upkeep plus the attribution store that connects a click to a sale days later on a different device. Agencies pay for a second reason: issuing and renewing TLS for a client's branded domain is a genuinely different problem from pointing your own DNS record at a worker.

what you lose

xPurchase events delivered back to Meta CAPI with stable event_id deduplication against the browser pixel

xGoogle offline conversion import keyed on gclid, gbraid, or wbraid

xclick to lead to sale attribution that survives a multi-day gap, with refund reversal

xTLS on a customer's branded domain (Cloudflare for SaaS and 90-day DCV renewals, not one DNS record)

xper-creator performance and commission reporting

prior art · use these instead of building, if you'd ratherDubThe most complete open-source link platform · analytics, custom domains, and a conversion API. Self-hostable.ShlinkSelf-hosted URL shortener with a REST API, click stats, and QR codes.YOURLSThe long-running PHP shortener · drop it on any LAMP host and it works.
share on X ↗"I just replaced LnkFlow ($10.39/mo) with one prompt"
the numbers

LnkFlow pricing

planmonthlyannual (per mo)what you get
starter$10.39/workspace$10.39/workspace10,000 tracked clicks/month, 50 active links, 1 branded domain, 1 month history, and 1 user
growth$45.01/workspace$22.50/workspace100,000 tracked clicks/month, 500 active links, 3 branded domains, 1 year history, and unlimited team seats
scale$114.25/workspace$57.12/workspace500,000 tracked clicks/month, unlimited active links, 10 branded domains, 2 years history, and unlimited team seats
enterprisecustomCustom traffic, link, domain, history, and team allowances

free tierno free tier

billingmonthly + annual; 7-day trial with no card; 14-day money-back guarantee; prices exclude possible taxes

hidden costsGrowth and Scale annual prices are capacity-limited launch offers rather than normal list prices; going beyond the click, active-link, branded-domain, or history caps requires a higher plan or custom terms.

verified 2026-08-12 · source ↗

questions
Vibecode LnkFlow

Kinda. The core of LnkFlow is buildable in a weekend with the prompt on this page, but there are real gaps: Purchase events delivered back to Meta CAPI with stable event_id deduplication against the browser pixel, Google offline conversion import keyed on gclid, gbraid, or wbraid. Read the honest list above before committing.

How much does LnkFlow cost?

LnkFlow costs about $10.39/month (Starter, checked 2026-08-12), which is $124.68 per year.

What do I lose by replacing LnkFlow?

Honestly: Purchase events delivered back to Meta CAPI with stable event_id deduplication against the browser pixel; Google offline conversion import keyed on gclid, gbraid, or wbraid; click to lead to sale attribution that survives a multi-day gap, with refund reversal; TLS on a customer's branded domain (Cloudflare for SaaS and 90-day DCV renewals, not one DNS record); per-creator performance and commission reporting. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to LnkFlow?

Yes: Dub (The most complete open-source link platform · analytics, custom domains, and a conversion API. Self-hostable.), Shlink (Self-hosted URL shortener with a REST API, click stats, and QR codes.), YOURLS (The long-running PHP shortener · drop it on any LAMP host and it works.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.