¿Puedo vibecodear DataFast?
PARCIAL · un fin de semanaThe pageview half of DataFast is the same weekend build as Plausible or Umami. The revenue half is where it stops being a weekend. Attribution is only worth anything if the anonymous visitor who found your launch post on a phone is still recognisably the customer who pays from a laptop three weeks later, and that stitching is exactly what an agent will hand you a naive version of. A localStorage id plus an email match at signup does get you a channel table that is directionally right for a single-domain solo product, which is genuinely worth having. It also quietly under-counts every cross-device path, every privacy browser that clears storage between visits, and every customer who pays with a different address than they signed up with. You can build the dashboard in a weekend. Trusting it enough to move ad spend is the part that keeps costing you weekends.
Build me a revenue attribution dashboard for one site, to replace DataFast. Requirements: - Node + Express + better-sqlite3, one process behind Caddy on my own VPS. Server-rendered pages, no frontend framework, no build step. - A tracker snippet under 2 KB: navigator.sendBeacon sends path, referrer and any utm_* params, keyed to a first-party visitor id in localStorage. No third-party cookies. - Attribution is the whole point. Per visitor store first-touch and last-touch channel, from utm_source/utm_medium/utm_campaign, else by parsing the referrer host into google / x / reddit / hn / direct. Never overwrite first-touch. - An /identify endpoint I call after signup with the user's email, which binds the anonymous visitor id to a customer row. - A Stripe webhook for checkout.session.completed, invoice.paid and customer.subscription.deleted: verify the signature, match on email, write revenue against that visitor. Webhook secret and API key from .env. - Dashboard on localhost behind one bearer token from .env: a channel table with visitors, signups, customers, MRR and revenue per visitor over 7/30/90 days. Tables and one inline SVG bar chart, nothing else. - Drop known bots against a user-agent blocklist before anything is counted. No accounts, no telemetry, one SQLite file I can copy off the box. - Out of scope: cross-device identity stitching, multi-touch models, the live visitor feed, purchase-likelihood scoring, team seats and an MCP server. One domain, single-touch, single-device. - README: the script tag, the /identify call, `stripe listen` for testing webhooks locally, and an honest paragraph on where the numbers lie · a phone-to-laptop journey counts as two visitors, cleared localStorage counts as a new one, and a customer who pays from a different address never matches at all.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$108/año si dejas de pagar DataFast.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
An attribution number you do not trust is worse than no number, because you spend against it. Paying keeps someone else maintaining the bot filters, the Stripe and Shopify connectors and the retention window while you sell, and at $9 a month that is cheaper than the weekend each quarter you would spend keeping your own version honest.
xunión de identidad entre dispositivos, navegadores y almacenamiento borrado
xfiltrado de bots y rastreadores de IA que se mantiene actualizado sin que tengas que hacer nada
xinstalaciones en un clic para Shopify, Webflow, WordPress y otras 20 plataformas
xel feed de visitantes en vivo y la puntuación de probabilidad de compra
xel servidor MCP alojado y la CLI para consultar los datos en lenguaje natural
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de DataFast
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| starter | — | $9/workspace | Base mostrada: 10.000 eventos/mes, 1 sitio web, 1 miembro del equipo, retención de 3 años; topes de eventos seleccionables de 10 mil a más de 10M |
| growth | — | $19/workspace | Base mostrada: 10.000 eventos/mes, 30 sitios web, 30 miembros del equipo, retención de más de 5 años; topes de eventos seleccionables de 10 mil a más de 10M |
plan gratissin plan gratuito
facturaciónmensual y anual (el anual te da 2 meses gratis); prueba de 14 días sin tarjeta
costos ocultosCada página vista, evento de pago, registro de prueba y objetivo personalizado cuenta por igual, sumado entre todos los sitios. Al 75% de uso DataFast te avisa; por encima del 100% bloquea el panel hasta que mejores el plan, aunque sigue recolectando eventos.
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear DataFast?
Parcial. El núcleo de DataFast se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: unión de identidad entre dispositivos, navegadores y almacenamiento borrado, filtrado de bots y rastreadores de IA que se mantiene actualizado sin que tengas que hacer nada. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta DataFast?
DataFast cuesta unos $9/mes (Starter, revisado 2026-08-02), o sea $108 al año.
¿Qué pierdo si reemplazo DataFast?
Con honestidad: unión de identidad entre dispositivos, navegadores y almacenamiento borrado; filtrado de bots y rastreadores de IA que se mantiene actualizado sin que tengas que hacer nada; instalaciones en un clic para Shopify, Webflow, WordPress y otras 20 plataformas; el feed de visitantes en vivo y la puntuación de probabilidad de compra; el servidor MCP alojado y la CLI para consultar los datos en lenguaje natural. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a DataFast?
Sí: Umami (Campañas, conversiones e ingresos en un solo panel, con atribución que no requiere una sesión de espiritismo con hojas de cálculo.) Matomo (Atribución de campañas y de ingresos de ecommerce con tus datos en tu servidor; la interfaz recuerda con cariño a 2014.) El prompt es para cuando la quieres exactamente a tu modo.