¿Puedo vibecodear Rankhog?
PARCIAL · un fin de semanaThe code here is the easy half, and it is worth building. A script that watches subreddits, keeps the threads already ranking in Google, and drafts a reply against the sub's rules is a one-sitting build that will genuinely find you the conversations worth joining. The gap is what happens next. No agent writes you a Reddit account with a year of comment history in the subs you care about, and Reddit's spam enforcement is aimed exactly at accounts that show up new and start mentioning a product. A shadowban is silent: your comments look live to you and are invisible to everyone else, so you learn about it weeks later. Build the finder, then spend the weeks yourself, or pay someone to have already spent them.
Build me a Reddit opportunity finder and reply drafter to replace Rankhog, personal scale. Requirements: - A Node CLI plus a local page: node find.js runs the sweep, then a page on 127.0.0.1:3000 lists the hits with a draft beside each thread. - My keywords and target subs live in keywords.json. Sweeps hit Reddit's public JSON endpoints (/r/<sub>/search.json, no OAuth) with a real User-Agent, one request every two seconds. - Keep only the threads already ranking in Google for the keyword, checked via Serper.dev (key in .env), those are the ones the models read back. - Store hits in SQLite (better-sqlite3) with age, upvotes, comment count, and whether my keyword appears in the top comments. Never resurface one I dismissed. - Draft each reply with an LLM (key in .env), fed the thread text and the sub's rules from /r/<sub>/about/rules.json, told to answer first and name my product only where it fits. Store the draft, do not send it. - The page shows title, score, the rule summary, and the draft in an editable box with a copy button and a link out. Everything stays on my machine, localhost only, no accounts, no telemetry. I post by hand, from my own account. - Out of scope: anything that posts, comments, upvotes, or logs into Reddit for me. Automated posting is what gets accounts shadowbanned, say so in the README. - README: the Serper and LLM keys, cost per sweep, and a note to spend a few weeks commenting in my target subs before I mention the product.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$1188/año si dejas de pagar Rankhog.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Because the failure mode is invisible and expensive. Getting a product mentioned on Reddit needs an account people and moderators already trust, and building one is weeks of participation before the first mention. People pay to skip the warm-up, to have posting happen through a real browser session instead of an API that gets flagged, and to have someone else carry the ban risk.
xantigüedad de la cuenta, karma e historial de comentarios en los subs que importan
xel calentamiento: semanas de participación ordinaria antes de que puedas mencionar un producto
xpublicar a través de una sesión real de navegador en lugar de la API, que es lo que mantiene las cuentas sin ser marcadas
xconocimiento de las reglas por subreddit y criterio de ritmo
xcuentas compartidas en un equipo y el servicio administrado
Precio de Rankhog
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| standard | $99/workspace | — | 1 producto; monitoreo, estrategia y calentamiento; 1 calentamiento de cuenta de Reddit; compañeros de equipo ilimitados. |
| managed reddit growth | $1000/workspace | — | Servicio administrado desde $1,000 al mes; los entregables exactos de publicación, alcance e informes son personalizados. |
plan gratissin plan gratuito (solo prueba de 3 días con tarjeta requerida)
facturaciónsolo mensual; sin plan anual público
costos ocultosCada producto adicional requiere otra suscripción Standard de $99 al mes.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Rankhog?
Parcial. El núcleo de Rankhog se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: antigüedad de la cuenta, karma e historial de comentarios en los subs que importan, el calentamiento: semanas de participación ordinaria antes de que puedas mencionar un producto. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Rankhog?
Rankhog cuesta unos $99/mes (Standard, revisado 2026-07-30), o sea $1188 al año.
¿Qué pierdo si reemplazo Rankhog?
Con honestidad: antigüedad de la cuenta, karma e historial de comentarios en los subs que importan; el calentamiento: semanas de participación ordinaria antes de que puedas mencionar un producto; publicar a través de una sesión real de navegador en lugar de la API, que es lo que mantiene las cuentas sin ser marcadas; conocimiento de las reglas por subreddit y criterio de ritmo; cuentas compartidas en un equipo y el servicio administrado. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Rankhog?
Sí: redsignal (Monitorea subreddits en busca de coincidencias de palabras clave, filtra el ruido con un LLM y redacta respuestas. Cubre la mitad de búsqueda, sin licencia declarada.). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.