LavaLink Logo
Obsidian,  Publishing,  Guides

How to Access an Obsidian Vault on the Web

Date Published

Featured image for the How to Publish an Obsidian Vault on the Web blog post

There’s a moment that tends to catch people off guard.

You’ve built this incredible system in Obsidian. Notes linked together, ideas flowing, everything exactly where you want it. It feels like your brain finally has a home.

Then you sit down at your work laptop.

You try to open Obsidian, and you can’t install it. IT restrictions. Locked-down environment. Suddenly, the system you rely on most is just… not there.

That’s the gap.

And once you notice it, it becomes hard to ignore.


The practical way to bring your vault to the web

One of the most reliable ways to bridge that gap is:

  1. Sync your Obsidian vault to GitHub
  2. Connect that repository to LavaLink
  3. Access your notes through the browser, anywhere

This setup lets you keep your writing workflow exactly as it is, while making your vault accessible in environments where desktop apps are not an option.


First, decide what you actually want

Before setting anything up, it helps to get clear on one thing.

Do you want your notes to be public, or just accessible?

Those are very different goals.

If you want to publish your notes for others to read, something like Obsidian Publish is built for that. It turns your vault into a public-facing website.

But if your goal is simply to access your notes from anywhere, especially in restricted environments, then you’re solving a different problem.

That’s where a platform like LavaLink comes in.


Why this matters more than it seems

A lot of people already have their most valuable thinking inside Obsidian.

  • Meeting notes
  • Research
  • Half-baked ideas
  • Personal systems

But those notes often live on one machine. Usually a personal laptop.

The friction shows up during the workday. You’re in a meeting, or trying to reference something important, and your notes are just out of reach.

Not gone, just inaccessible.

That disconnect between where knowledge lives and where it’s needed is subtle, but it compounds over time.


Step 1: Install the Obsidian Git plugin

On the machine where you do have Obsidian installed, start by adding the Obsidian Git community plugin.

This lets you sync your vault to a Git repository without needing to constantly jump into the terminal.

Once installed, connect your vault to a GitHub repository (set to private if that's important to you). In most cases, creating a dedicated repo for your vault is the cleanest approach.


Step 2: Sync your vault to GitHub

Now your vault has a private online repo.

You can choose how you want to sync:

  • Manual commits when you’re done writing
  • Automatic pushes on a schedule
  • A mix of both

The exact setup matters less than the outcome. Your GitHub repository becomes a reliable, up-to-date version of your vault.

You keep writing in Obsidian like normal. GitHub quietly keeps everything in sync.


Step 3: Connect your repository to LavaLink

Once your vault is on GitHub, you can connect that repository to LavaLink.

From there, your notes become accessible through a clean, browser-based interface.

Not just as raw files, but as something that still feels like a system:

  • Readable markdown
  • Backlinks between notes
  • Graph-style exploration

If your vault is built around connections, this part really matters. It preserves the shape of your thinking, not just the content.


When Obsidian Publish makes more sense

If your intention is to share your notes publicly, Obsidian Publish is the better tool.

It’s designed for open access. Digital gardens, public knowledge bases, writing that’s meant to be seen.


When LavaLink makes more sense

If your intention is access, not publishing, LavaLink is a better fit.

It’s designed for private, secure viewing of your vault through the browser.

This becomes especially valuable in environments where:

  • You can’t install apps
  • You’re switching between devices
  • You just need quick, reliable access to your notes

A simple way to think about it

You can think of the whole setup like a flow:

  1. Obsidian is where you write
  2. Obsidian Git is how you sync
  3. GitHub is where your vault lives online
  4. LavaLink is how you access it

Each piece has a clear role. Together, they remove the friction.


Bottom line

If you rely on Obsidian, the biggest risk isn’t losing your notes.

It’s not being able to reach them when you actually need them.

Syncing your vault to GitHub, and accessing it through LavaLink, turns your notes into something that’s available wherever you are, whenever you need it.


Frequently asked questions

Do I need to know Git to set this up?

The Obsidian Git plugin abstracts most of the complexity away. You do not need to be comfortable with the command line or advanced Git workflows. In most cases, you are just committing and pushing changes with a button or on a schedule. If you can follow a basic setup guide, you can get this working.

Is my vault public if I put it on GitHub?

It depends on how you configure your repository. If you set it as a private GitHub repository, your vault is not publicly accessible. LavaLink can connect to private repositories securely, so your notes stay protected. If you use a public repository, then yes, anyone could technically view the raw files.

How often do my notes update in LavaLink?

That depends on how often you sync your vault to GitHub. If you are pushing changes regularly (manually or automatically), LavaLink will reflect those updates accordingly. The fresher your GitHub repo, the fresher your web access experience.

Can I edit my notes from LavaLink?

Not currently. LavaLink is built as a read and explore experience, not a writing environment (yet). You will still do your writing and editing inside Obsidian. For now, think of LavaLink as your access layer, not your creation layer. More capabilities are always being worked on, so editing will be coming soon.

Why not just use Obsidian Sync?

Obsidian Sync is great, but it solves a different problem. It keeps your vault in sync across devices that already have Obsidian installed. LavaLink is useful in situations where you cannot install Obsidian at all, such as work-managed laptops or shared/public devices. It gives you access through the browser instead.

Is this secure enough for sensitive notes?

It can be, depending on how you set it up. Using a private GitHub repository and secure authentication with LavaLink keeps your vault protected.

What happens if I stop syncing my vault?

Your notes will still be accessible in LavaLink, but they will become outdated over time. LavaLink reflects whatever exists in your GitHub repository. If you stop syncing, the web version simply stops updating.

Can I use this setup across multiple vaults?

Yes. You can connect any Obsidian repositories you have to LavaLink. This works well if you separate personal, work, or experimental vaults.

Does this replace Obsidian?

No, and it is not meant to. Obsidian is still where you think, write, and build your system. LavaLink extends that system so you can access it anywhere. They work best together.