¿Puedo vibecodear ReSlug?
SÍ · se arma en una sentadaThe redirect is a slug, a lookup, a 302, and a row in a table · Cloudflare Workers with KV and D1 does the whole job on the free tier, and the QR code is one library call. Routing rules, expiry, and password links are an afternoon more. What you cannot build in a sitting is permanence: your links only outlive the project if you keep renewing the domain and the account. The wrinkle with ReSlug specifically is that its free plan already includes a custom domain and real analytics at personal scale, so the DIY build is competing with 0 USD rather than 9 · build it for the ownership, not the savings.
Build me a link shortener with click analytics and QR codes to replace ReSlug. 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. Drop clicks whose user-agent
matches a known bot list before they reach the stats.
- Per-link routing rules: an optional country-to-URL and device-to-URL map
checked before the default destination.
- Optional expiry date, click cap, and password per link · expired or capped
links 302 to a fallback URL I set, password links show a minimal form first.
- 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.
- An /admin page behind one password (wrangler secret) listing links with
clicks per day, top countries, top referrers, and device split per link.
- Secrets via wrangler secret, never in wrangler.toml. No accounts, no
third-party analytics, no telemetry.
- Out of scope: bio pages, teams, and a public API.
- 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.
The redirect was never the product. What the subscription buys is a redirect that stays up when your side project does not, analytics you did not have to build or debug, and routing, expiry, and password controls behind a dashboard instead of a config file. ReSlug's own twist is that most of that is on the free plan, custom domain included, so the paid tier is really about unlimited tracked clicks, longer analytics retention, and API access · the people paying 9 USD are past personal scale anyway.
xlinks that outlive your own infrastructure · a domain you stop renewing takes every link with it
xbot filtering that actually works · the heuristics take iteration you will not do for one project
xgeo and device routing rules, scheduled links, and click caps behind a dashboard instead of a config file
xbio pages and branded QR codes
xa REST API and webhooks other tools can call
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de ReSlug
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| free | $0/workspace | $0/workspace | 500 active links, 1,000 tracked clicks/month, 1 custom domain, 30-day analytics, 1 bio page, 25 tags, 3 folders, a 100-row CSV import/upload cap, 1 seat, and 50 lead captures/month |
| pro | $9/workspace | $6.58/workspace | Unlimited links and tracked clicks, 10 custom domains, 365-day analytics, 5 bio pages, 10 API keys at 200 requests/minute, a 1,000-row CSV import/upload cap, and 5 seats |
plan gratis500 active links; 1,000 tracked clicks/month; 1 custom domain; 30-day analytics; 1 bio page; 25 tags; 3 folders; 100-row CSV import/upload cap; 1 seat; 50 lead captures/month
facturaciónmonthly + annual ($79/year, about 27% below $9 monthly); auto-renewal terms were not numerically detailed on the pricing page
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear ReSlug?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de ReSlug en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta ReSlug?
ReSlug cuesta unos $9/mes (Pro, revisado 2026-08-03), o sea $108 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo ReSlug?
Con honestidad: links that outlive your own infrastructure · a domain you stop renewing takes every link with it; bot filtering that actually works · the heuristics take iteration you will not do for one project; geo and device routing rules, scheduled links, and click caps behind a dashboard instead of a config file; bio pages and branded QR codes; a REST API and webhooks other tools can call. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a ReSlug?
Sí: Short.io (Short links, analytics, QR codes, mobile routing and link-in-bio pages on a genuinely useful free plan.) El prompt es para cuando la quieres exactamente a tu modo.