¿Puedo vibecodear Obsidian Sync?
SÍ · se arma en una sentadaIf you already accept local Markdown files, syncing folders across devices is a solved problem; the hard part is not the app, it is conflict-free convenience.
Build me a sync setup for my Obsidian vault to replace Obsidian Sync. Requirements: - This is plumbing, not an app: the vault is a folder of Markdown files, sync it with git. Syncthing is the zero-history alternative; use git here because I want history. - A small watcher (Node + chokidar + simple-git, or a plain bash script on a systemd/launchd timer, pick the simpler) that debounces 30 seconds after the last change, commits with an auto message, and pushes to a private GitHub repo. - On start and every 5 minutes: pull with rebase. On conflict, never lose data: write the incoming version as <name>.conflict-YYYY-MM-DD.md, keep mine in place, and log it. - .gitignore for .obsidian/workspace* and .trash so device-local state does not ping- pong between machines. - A `vaultsync status` command showing last push/pull time and any outstanding conflict files. - Mobile: point a git client (Working Copy on iOS, MGit on Android) at the same repo. Document that in the README, do not build mobile anything. - The repo stays private; token in .env or the system git credential helper. No accounts beyond GitHub, no telemetry, notes stay plain Markdown on disk. - Out of scope: an encrypted-vault workflow and a version-history UI. git log is the history. - README: second-machine setup steps and the conflict-file convention.
$ á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 for no-drama sync across devices while keeping Obsidian's local-first model.
xofficial mobile sync polish
xconflict handling
xversion history UI
xencrypted vault workflow
xObsidian support
¿No quieres construirlo? Esta gente ya lo hizo gratis.
las 3 alternativas gratis de Obsidian Sync →· sin votos, sin pago por aparecer · solo lo que es real
Precio de Obsidian Sync
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| obsidian app | $0 | $0 | Free local Markdown app; 0 GB of hosted Sync storage included. |
| sync standard | $5/usuario | $4/usuario | 1 synced vault, 1 GB storage, 5 MB maximum file size, 1-month version history and unlimited devices. |
| sync plus | $10/usuario | $8/usuario | 10 synced vaults, 10 GB storage, 200 MB maximum file size, 12-month version history and unlimited devices. |
plan gratisno free Sync tier; the Obsidian app itself is free and stores local Markdown files
facturaciónmonthly + annual (20% off); 7-day refund window
costos ocultosEvery collaborator on a shared vault needs their own Sync subscription. Optional storage above 10 GB costs extra, but the current public amount was not found.
verificado 2026-08-11 · fuente ↗
¿Obsidian Sync es gratis?
Sync itself has no free tier, though the Obsidian app is free. El plan de pago es Sync a $5/mes (revisado 2026-08-07).
¿Puedo vibecodear Obsidian Sync?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de Obsidian Sync en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta Obsidian Sync?
Obsidian Sync cuesta unos $5/mes (Sync, revisado 2026-08-07), o sea $60 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo Obsidian Sync?
Con honestidad: official mobile sync polish; conflict handling; version history UI; encrypted vault workflow; Obsidian support. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Obsidian Sync?
Sí: Syncthing (Syncs the vault directly between computers; iPhones remain the awkward relative.) Nextcloud (Your own cloud, complete with the privilege of maintaining your own cloud.) iCloud Drive (Five free gigabytes and excellent Apple plumbing; everyone else gets a side door.) Las 3 alternativas gratis están en puedovibecodearlo.app/obsidian-sync/alternatives. El prompt es para cuando la quieres exactamente a tu modo.