¿Puedo vibecodear Bitly?
SÍ · se arma en una sentadaA slug, a lookup, a 302, and a row in a table. Cloudflare Workers plus KV and D1 does the whole job on the free tier, and QR codes are one library call. The only thing you are really buying is that bit.ly resolves links created in 2012 and will presumably still resolve them in 2032, which is an institutional promise rather than a technical one. If the links are going in a magazine ad or on packaging, that promise is worth something. If they are going in this week's newsletter, it is worth nothing, and Growth is 420 USD a year.
Build me a link shortener with click analytics and QR codes to replace Bitly. Requirements:
- Cloudflare Workers via wrangler: KV for the slug lookup, D1 for the click
log. Free tier, and it runs on my own domain.
- A worker on go.mydomain.com/{slug} reads KV and 302s, writing the click to
D1 inside ctx.waitUntil so the redirect never waits on the database.
- Slugs are random 6-character base62 by default, but I can set a custom
back-half, and creating one that already exists fails loudly instead of
overwriting it.
- Log per click: slug, timestamp, country and city from request.cf,
device type parsed from the user-agent, and referer.
- Generate a PNG QR code for any link with the qrcode npm package, served at
/qr/{slug} and cached, so print material points at the same tracked link.
- Optional expiry and a click cap per link · past either, 302 to a fallback
URL I set instead of returning a 404.
- An /admin page behind one password (wrangler secret) listing links with
clicks per day, plus top countries and device split per link.
- Secrets via wrangler secret, never in wrangler.toml. No accounts, no
third-party analytics, no telemetry.
- README: wrangler setup, the KV namespace and D1 database, the DNS record,
and a warning that these links die with the domain, so use a domain you
intend to keep renewing.$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Bitly's actual product is a promise about the future: that a link printed on a box in 2019 still resolves today. No amount of code buys that, only an institution that intends to keep existing. Teams also pay for shared workspaces, SSO, and the audit trail, and marketing departments pay because the alternative is asking engineering for a redirect and waiting two weeks.
xlinks that outlive your own infrastructure · a domain you stop renewing takes every link with it
xbit.ly's recognition in the link itself, which cuts both ways now that shorteners get spam-filtered
xbundled QR code management, landing pages, and campaign grouping
xcity-level and device-level analytics rollups without building them
xan SLA and someone to call
¿No quieres construirlo? Esta gente ya lo hizo gratis.
las 4 alternativas gratis de Bitly →· sin votos, sin pago por aparecer · solo lo que es real
Precio de Bitly
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| free | $0/workspace | $0/workspace | 5 links/month; 2 QR codes/month; 2 landing pages; 3 custom back-halves/month; 1,000 API requests/month; unlimited clicks/scans |
| core | — | $10/workspace | 100 links/month; 5 QR codes/month; 5 landing pages; 5 redirects/month; 5,000 API requests/month; 30-day analytics history |
| growth | $35/workspace | $29/workspace | 500 links/month; 10 QR codes/month; 10 landing pages; 20 redirects/month; 25,000 API requests/month; 120-day history; 1 custom domain |
| premium | $300/workspace | $199/workspace | 3,000 links/month; 200 QR codes/month; 20 landing pages; 110 redirects/month; 50,000 API requests/month; 1-year history |
| enterprise | a medida | — | Custom links, QR codes, landing pages, API volume and users; 2-year analytics history |
plan gratis5 links/month, 2 QR codes/month, 2 landing pages, 3 custom back-halves/month, 1,000 API requests/month, and unlimited clicks/scans
facturaciónCore annual only; Growth and Premium monthly + annual; plans auto-renew and sales tax may apply
costos ocultosCore cannot be bought monthly. Feature quotas reset monthly; extra enterprise capabilities such as parameter passing can be separately purchasable, and sales tax may be added.
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear Bitly?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de Bitly en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta Bitly?
Bitly cuesta unos $35/mes (Growth, revisado 2026-07-30), o sea $420 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo Bitly?
Con honestidad: links that outlive your own infrastructure · a domain you stop renewing takes every link with it; bit.ly's recognition in the link itself, which cuts both ways now that shorteners get spam-filtered; bundled QR code management, landing pages, and campaign grouping; city-level and device-level analytics rollups without building them; an SLA and someone to call. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Bitly?
Sí: Dub (Bitly with deeper attribution; self-hosting means recreating half a startup's infrastructure.) Sink (A polished Bitly clone on Cloudflare; free hosting, several bindings, and no server to patch.) Shlink (Branded links, routing rules and serious click stats in one container; the QR endpoint is living on borrowed time.) Las 4 alternativas gratis están en puedovibecodearlo.app/bitly/alternatives. El prompt es para cuando la quieres exactamente a tu modo.