¿Puedo vibecodear SnitchFeed?
NO TANTO · sigue valiendo pagarloA weekend build gets you a keyword matcher; SnitchFeed is a signal refinery. Five platforms in one stream (Reddit, X, LinkedIn, Bluesky, Hacker News), run through layered filtering: boolean queries, AI scoring for relevance, sentiment, and buying intent, and noise auditing that keeps trimming. What comes out is a shortlist of threads worth answering, delivered where you act: Slack, Discord, a live dashboard, or your own AI agent via MCP and REST API. To be fair: if you only care about Reddit and Hacker News, a DIY build gets you further than the verdict suggests. It's the X and LinkedIn coverage, the cross-platform aggregation, and the tuned scoring that a one-shot build can't reach.
Build a personal social-listening tool inspired by SnitchFeed, starting from an empty folder. This is an honest consolation build: it watches free, open feeds only and does not replace SnitchFeed's aggregation, tuned scoring, or automation layer. Stack (use exactly this): Next.js 15 + TypeScript + PostgreSQL + BullMQ + Redis. Core loop: - Let me define keywords/brand terms and a poll interval per source. - Poll Reddit's API, Bluesky's search, and Hacker News's Algolia API via a BullMQ worker on a cron schedule; dedupe matches by source + id. - Score each match's relevance and sentiment with one LLM call (OpenAI or Anthropic); store both alongside the raw post. - Push new matches to a Slack or Discord incoming webhook. - Smallest polished UI that closes the loop: add a keyword, watch matches stream in, mark them read or irrelevant. Rules: - Single-user and private by default; all data in local Postgres. - Every API key, app password, and webhook URL in .env, with .env.example provided; never log secrets; validate untrusted input. - No analytics, telemetry, ads, or accounts beyond what's declared. - Clear empty, loading, validation, success, and failure states. Deliberately out of scope (do not fake these): X/Twitter and LinkedIn coverage, cross-platform aggregation and dedup at scale, continuously tuned relevance scoring and noise auditing, a live real-time dashboard, and any agent-facing API/MCP layer. Finish line: - Unit tests for the dedupe logic and the scoring call, plus one end-to-end smoke test: keyword added, fake match flows through to a webhook call. - README covering setup, the exact free APIs used and their rate limits, and this build's limitations versus a paid multi-source listening tool. - Scripts for install, development, test, build, and a production-style local run. - Run the tests and the build before finishing; fix errors rather than describing them.
$ á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.
Because a mention here isn't something to read, it's something to act on. Someone posting 'what tool does X?' is at peak intent, and that window closes in hours; SnitchFeed hands you that thread scored and tagged, then feeds the follow-up: webhooks into outreach stacks like Clay and HeyReach, or an AI agent working the queue over MCP. A DIY matcher can find mentions; it can't power a pipeline.
xCobertura total de X/Twitter y LinkedIn (ninguna tiene una API pública gratuita de búsqueda), así que dos de las cinco plataformas simplemente desaparecen
xun único flujo agregado y sin duplicados en cinco plataformas en lugar de cinco rastreadores a medias
xel stack de reducción de ruido: gramática de consultas booleanas, puntajes de relevancia con IA, sentimiento, etiquetas de intención y auditoría automatizada de ruido que sigue afinando lo que pasa el filtro
xun panel en tiempo real con feeds curados, vistas guardadas e informes analíticos en lugar de una notificación de Slack que terminas ignorando
xuna superficie nativa para agentes: un servidor MCP y una API REST pública para que tus propios agentes de IA puedan buscar menciones, crear listeners y actuar directamente sobre la intención
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de SnitchFeed
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| starter | $59 | $47 | 7,000 créditos, 10 términos/perfiles rastreados, 3 listeners, 1 usuario, retención de 3 meses |
| pro | $119 | $95 | 21,000 créditos, 30 términos/perfiles rastreados, 10 listeners, 5 usuarios, retención de 6 meses |
| enterprise | $399 | — | Créditos/términos/listeners personalizados, usuarios y retención ilimitados |
plan gratissin plan gratuito
facturaciónmensual + anual; prueba de 7 días con 800 créditos, sin tarjeta de crédito
costos ocultosLos créditos se consumen por escaneo/acción: escaneo/búsqueda en X 2, escaneo/búsqueda en LinkedIn 4, puntuación de mención con IA 0.5; no hay precio público por créditos excedentes.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear SnitchFeed?
No tanto. El valor de SnitchFeed no es el código. Mira el desglose honesto arriba.
¿Cuánto cuesta SnitchFeed?
SnitchFeed cuesta unos $59/mes (Starter, revisado 2026-08-05), o sea $708 al año.
¿Qué pierdo si reemplazo SnitchFeed?
Con honestidad: Cobertura total de X/Twitter y LinkedIn (ninguna tiene una API pública gratuita de búsqueda), así que dos de las cinco plataformas simplemente desaparecen; un único flujo agregado y sin duplicados en cinco plataformas en lugar de cinco rastreadores a medias; el stack de reducción de ruido: gramática de consultas booleanas, puntajes de relevancia con IA, sentimiento, etiquetas de intención y auditoría automatizada de ruido que sigue afinando lo que pasa el filtro; un panel en tiempo real con feeds curados, vistas guardadas e informes analíticos en lugar de una notificación de Slack que terminas ignorando; una superficie nativa para agentes: un servidor MCP y una API REST pública para que tus propios agentes de IA puedan buscar menciones, crear listeners y actuar directamente sobre la intención. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a SnitchFeed?
Sí: F5Bot (Te envía un email cuando una palabra clave aparece en Reddit, Hacker News o Lobsters. Sin puntuación, sin panel, sin X ni LinkedIn · gratis y nunca duerme.) El prompt es para cuando la quieres exactamente a tu modo.