¿Puedo vibecodear Netlify?
PARCIAL · un fin de semanaStatic hosting and functions are easy to assemble, but Netlify's value is Git-based deploys, previews, forms, redirects, edge functions, and managed platform reliability.
Build me a personal static-site deploy pipeline to replace Netlify, running on my own VPS. Requirements: - A small deploy service: Node + Express receiving a GitHub webhook on localhost, with Caddy in front serving the built sites over HTTPS. - On push to main: pull the repo into /srv/sites/<repo>/, run the build command from a per-site config (sites.json: repo, branch, buildCmd, outputDir), and atomically swap a `current` symlink to the new build. - Keep the last 5 builds per site on disk so rollback is `deployctl rollback <site>`, a one-line CLI. - Branch previews: pushes to other branches deploy to <branch>.<site>.mydomain.com via a Caddy wildcard route. - Build logs go to /srv/sites/<repo>/logs/<timestamp>.log; `deployctl status` lists sites, last deploy time, and pass/fail. - Webhook secret and tokens in .env. The service binds to localhost behind Caddy; no accounts, no telemetry. - Out of scope: CDN/edge functions, form handling, and team features. This is one VPS, not a global network. Skip the dashboard UI, the CLI is enough. - README: the Caddy config snippet, GitHub webhook setup, and the wildcard DNS record previews need.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo · este prompt se genera del plan de build · mejorarlo con un PR
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
They pay because simple sites still need dependable CI/CD, routing, and previews.
xdeploy previews
xCDN/edge functions
xforms
xrollbacks
xteam workflows
xuptime/support
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Netlify
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| free | $0/workspace | $0/workspace | 300 credits/month hard cap; 1 member; 1 concurrent build; 1-day observability/analytics history. |
| personal | $9/workspace | — | 1,000 credits/month; 1 member; 1 concurrent build; 1 preview server; 7-day web analytics. |
| pro 3,000 credits | $20/workspace | — | 3,000 credits/month; unlimited members; 3 concurrent builds; 30-day analytics; no monthly-credit rollover. |
| pro 5,000 credits | $33/workspace | — | 5,000 credits/month; unlimited members; 3 concurrent builds; unused monthly credits roll for 1 additional cycle. |
| pro 10,000 credits | $63/workspace | — | 10,000 credits/month; unlimited members; 3 concurrent builds; unused monthly credits roll for 1 additional cycle. |
| pro 15,000 credits | $95/workspace | — | 15,000 credits/month; unlimited members; 3 concurrent builds; unused monthly credits roll for 1 additional cycle. |
| pro 20,000 credits | $126/workspace | — | 20,000 credits/month; unlimited members; 3 concurrent builds; unused monthly credits roll for 1 additional cycle. |
| enterprise | a medida | — | Custom credits, seats, builds, security, SLA and support. |
plan gratis300 credits/month hard cap, 1 member, 1 concurrent build, and 1-day observability/analytics history
facturaciónmonthly only for current credit-based self-serve plans; no public annual plan
costos ocultosProduction deploys cost 15 credits, compute 10 credits/GB-hour, bandwidth 20 credits/GB and web requests 2 credits/10,000. Pro auto-recharge is $10/1,500 credits; extra concurrent builds cost $40/month and extra preview servers $15/month. Changing a Pro credit tier deletes unused plan and rollover credits.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Netlify?
Parcial. El núcleo de Netlify se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: deploy previews, CDN/edge functions. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Netlify?
Netlify cuesta unos $20/mes (Pro, revisado 2026-07-30), o sea $240 al año.
¿Qué pierdo si reemplazo Netlify?
Con honestidad: deploy previews; CDN/edge functions; forms; rollbacks; team workflows; uptime/support. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Netlify?
Sí: Netlify Free (The same service covers a small production site indefinitely: Git deploys, previews, functions, forms, TLS, and 300 monthly credits.) El prompt es para cuando la quieres exactamente a tu modo.