Vibecode Obsidian Sync

track this build6 phases, 12 steps, beginner friendly
YES · one-shottable
price $5/moyou'd save $60/yrbuild time one sittingcategory 🧠 notes & knowledgereplaced by 0 people

If 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.

the project pack5 files · written for this build, step by step
README.md
# Obsidian Sync · indie build

Sync for your Obsidian vault using git: a watcher commits and pushes after you stop typing, pulls with rebase on a timer, never loses either side of a conflict, refuses to push a suspicious mass deletion, and a status command tells you where things stand. Your phone uses a git client against the same repository.

Estimated effort: **one sitting**. Work `BUILD_PLAN.md` top to bottom · every phase ends in a check that has to pass before the next one starts.

## Stack

| Part | Choice | Why |
| --- | --- | --- |
| Sync | git with a private remote | history for free; the conflict model is understood |
| Watcher | A bash script on a systemd timer or launchd agent, or Node with chokidar | the simpler one for your machine |
| Mobile | Working Copy on iOS, a git client on Android | no mobile code to build |

## Before you start

Have every one of these ready. The plan assumes them from step one.

- [ ] **A terminal and a code editor** · free
  - Why: Every step below is a command you type or a file you edit.
  - Get it: VS Code (code.visualstudio.com), Cursor or Zed. Open a folder for the project and use the editor's built-in terminal.
  - Verify: You can open a folder and run a command in its terminal
- [ ] **Git** · free
  - Why: History for your code, and the way most hosts deploy.
  - Get it: Install from git-scm.com or with your package manager, then run git init in the project folder once it exists.
  - Verify: git --version prints a version
- [ ] **Your Obsidian vault folder, backed up once by hand first** · free
  - Why: You are about to automate commits in it. Take a plain copy before Phase 1 so nothing is at risk while you learn.
  - Get it: Copy the vault folder to an external drive or a zip.
- [ ] **A private git repository (GitHub, GitLab or Codeberg)** · free
  - Why: The remote is the sync point. Private, because these are your notes.
  - Get it: Create an empty private repository. For pushing without passwords, add an SSH key: ssh-keygen -t ed25519, then add the public key in the host's SSH keys settings.
  - Verify: ssh -T git@github.com greets you
- [ ] **A second machine or a phone** · free
  - Why: Every phase is tested across two devices; one machine cannot test sync.
  - Get it: Another computer, or a phone with a git client.
- [ ] **A mobile git client (optional)** (optional) · free to about $20 one-time
  - Why: Phase 6: the phone reads and writes the same repository.
  - Get it: Working Copy on iOS (one-time purchase for push), MGit or GitJournal on Android.

## Quick start

```sh
cd $VAULT_PATH && git init && git remote add origin git@github.com:you/notes.git
```

Then copy `.env.example` to `.env` and fill in the values it documents.

## Honest limits

This build deliberately does not replace:

- An encrypted-vault workflow by default; it is a different design with mobile costs.
- A version-history UI; git log is the history.
- Mobile beyond configuring an existing client.
- official mobile sync polish
- conflict handling
- version history UI
- encrypted vault workflow
- Obsidian support

If one of those is essential to you, that is the reason to keep paying for Obsidian Sync, and the README should say so rather than pretend.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

They pay for no-drama sync across devices while keeping Obsidian's local-first model.

what you lose

xofficial mobile sync polish

xconflict handling

xversion history UI

xencrypted vault workflow

xObsidian support

share on X ↗"I just replaced Obsidian Sync ($5/mo) with one prompt"
the escape hatch

Don't feel like building it? These folks already made it free.

SyncthingSyncs the vault directly between computers; iPhones remain the awkward relative.87kaug 2026open sourceNextcloudYour own cloud, complete with the privilege of maintaining your own cloud.36kaug 2026open sourceiCloud DriveFive free gigabytes and excellent Apple plumbing; everyone else gets a side door.$0free

all 3 free alternatives to Obsidian Sync →· no votes, no pay-to-list · just what's real

the numbers

Obsidian Sync pricing

planmonthlyannual (per mo)what you get
obsidian app$0$0Free local Markdown app; 0 GB of hosted Sync storage included.
sync standard$5/user$4/user1 synced vault, 1 GB storage, 5 MB maximum file size, 1-month version history and unlimited devices.
sync plus$10/user$8/user10 synced vaults, 10 GB storage, 200 MB maximum file size, 12-month version history and unlimited devices.

free tierno free Sync tier; the Obsidian app itself is free and stores local Markdown files

billingmonthly + annual (20% off); 7-day refund window

hidden costsEvery 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.

verified 2026-08-11 · source ↗

questions
Is Obsidian Sync free?

Sync itself has no free tier, though the Obsidian app is free. Paid is Sync at $5/mo (checked 2026-08-07).

Vibecode Obsidian Sync

Yes. A competent AI coding agent (Claude Code, Codex, Cursor) can build a usable personal Obsidian Sync replacement in one session with the prompt on this page. It runs on your own machine or server with no subscription.

How much does Obsidian Sync cost?

Obsidian Sync costs about $5/month (Sync, checked 2026-08-07), which is $60 per year. That's what you save by replacing it with one prompt.

What do I lose by replacing Obsidian Sync?

Honestly: official mobile sync polish; conflict handling; version history UI; encrypted vault workflow; Obsidian support. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Obsidian Sync?

Yes: 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.) All 3 curated free alternatives are at vibecodeit.com/obsidian-sync/alternatives. The prompt is for when you want it exactly your way.