¿Puedo vibecodear Yado?
PARCIAL · un fin de semanaClaude Code was never built to leave the laptop. A chat interface is easy. A terminal into a remote container, also fine. The pain starts when you want Claude, the container, and the app to forget they're three completely distinct entities and behave as one thing: signing in with one tap, when on paper that can only happen in a terminal. A chat, when underneath it is always a terminal. Infra that's fast and that keeps one person's AI away from everyone else's code. I thought that was weeks of work. It was months.
Build me a phone-reachable Claude Code setup to replace Yado. Requirements: - Runs on one always-on Ubuntu box I already own, a $5 VPS is fine. I reach it from Safari on my phone, there is nothing to install on the phone. - Install Claude Code on the box and log it in by hand once over SSH, so the credentials sit on disk and nothing has to handle auth later. This step needs a laptop, say so in the README. - Serve the terminal with ttyd running `tmux new -A -s claude`, so the session survives a dropped connection and keeps working while my phone is locked. - Put Caddy in front for automatic HTTPS on a subdomain, with basic auth credentials read from .env. If I already run Tailscale, bind ttyd to the tailnet address instead and skip Caddy. No accounts, no telemetry, everything stays on my box. - Make it usable with a thumb: start ttyd with `-t fontSize=18`, and write a ~/.tmux.conf with mouse mode on so I can scroll and switch panes by tapping. - Add a Claude Code Stop hook in ~/.claude/settings.json that curls a private ntfy.sh topic, so my phone buzzes when a turn finishes instead of me sitting there watching output. - A `work <repo>` shell function that attaches to the tmux session, cds into ~/code/<repo> and starts claude there. Repos live in ~/code, there is no database and nothing to migrate. - Out of scope: multiple users and isolation between projects. Do not build a chat UI over `claude -p`, that is a far bigger project than this one. - README: the one time SSH login, the DNS record for the subdomain, the ntfy topic name, and an honest warning that if the box goes down there is no way back in from the phone.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$228/año si dejas de pagar Yado.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Because the weekend build is a pet. You keep the box alive, you keep the proxy alive, you patch it every time Claude Code shifts under you, and you pay for a machine that idles all week. Some people like pets, and if that's you, keep it. Yado is the version where none of that is yours. It wakes when you open the app and costs nothing the rest of the time, signing in is one tap instead of an SSH session, and when Claude Code moves, that's my problem now. You still bring your own Claude account. You're paying me for the boring half.
xun chat real con tu cuenta de Claude en lugar de una terminal manejada con el teclado del teléfono
xuna máquina que descansa en cero y despierta antes de que escribas en lugar de una caja que pagas toda la semana
xinicio de sesión con un toque; la versión hazlo tú mismo necesita una laptop y una sesión SSH para iniciar sesión en Claude una vez
xdiferencias que puedes leer en una pantalla pequeña, capturas que puedes pegar y una vista previa en vivo de la app que estás creando
xaislamiento; una sola caja significa que todo lo que hay en ella puede alcanzar todo lo demás que hay en ella
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Yado
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| yado pro | $19/usuario | $9.50/usuario | 1 contenedor remoto por cuenta de GitHub; acceso móvil a Claude Code. |
plan gratissin nivel gratuito permanente; solo prueba de 7 días
facturaciónSuscripción de renovación automática mensual o anual de Apple; cancela al menos 24 horas antes de la renovación
costos ocultosEl uso de Claude Code, modelo o API no está incluido y debes proporcionarlo por separado; solo se provee un contenedor por cuenta de GitHub.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Yado?
Parcial. El núcleo de Yado se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: un chat real con tu cuenta de Claude en lugar de una terminal manejada con el teclado del teléfono, una máquina que descansa en cero y despierta antes de que escribas en lugar de una caja que pagas toda la semana. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Yado?
Yado cuesta unos $19/mes (Yado Pro, revisado 2026-08-14), o sea $228 al año.
¿Qué pierdo si reemplazo Yado?
Con honestidad: un chat real con tu cuenta de Claude en lugar de una terminal manejada con el teclado del teléfono; una máquina que descansa en cero y despierta antes de que escribas en lugar de una caja que pagas toda la semana; inicio de sesión con un toque; la versión hazlo tú mismo necesita una laptop y una sesión SSH para iniciar sesión en Claude una vez; diferencias que puedes leer en una pantalla pequeña, capturas que puedes pegar y una vista previa en vivo de la app que estás creando; aislamiento; una sola caja significa que todo lo que hay en ella puede alcanzar todo lo demás que hay en ella. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Yado?
Sí: Happy (Un control remoto desde el teléfono para Claude Code y Codex; pon la CLI en un servidor si la laptop debe quedar fuera.) Paseo (Control desde el teléfono para agentes de código en una máquina remota; tú sigues proporcionando esa máquina.) El prompt es para cuando la quieres exactamente a tu modo.