Blazeway

Comparison

Your "Decisions" folder is missing the decisions.

A vault note that says "the new headline worked" is a story your past self is telling your future self. It is only as good as your memory. The headline change that "worked" lives somewhere else, on a server that already deleted last quarter's logs. Blazeway is the layer that makes the note self-verifying.

Last updated: May 2026 · Daniel Janisch, Founder of Blazeway

Add the proof layer to your vault →

Free plan available. No credit card.

If you are searching for "Obsidian decision journal" or wondering how to track product experiments in a vault, this comparison is for you. Obsidian users are some of the most thoughtful documenters in software. Plain-text durability, local-first storage, no cloud lock-in, the daily note as a deliberate practice. The values match what a serious experiment journal needs. There is one thing missing, and it cannot be added with a plugin: the actual A/B test. Vault notes can record the hypothesis and the lesson learned. They cannot prove the hypothesis was tested at all. This guide covers what Obsidian does brilliantly, the structural reason a plugin will never close the gap, and how Blazeway sits underneath the vault as the proof layer.

The Core Difference

A vault stores what you wrote. Blazeway stores what your visitors did. Both matter, both are real, both answer opposite questions. Obsidian links your thinking. Blazeway provides the evidence the thinking was reacting to. The vault crowd believes in compounding knowledge, durability, and plain text. They are right. They have also built a system that compounds beautifully on the thinking side and barely at all on the proof side. Blazeway closes that gap, with a clean markdown export back into the vault when each test ends.

The vault is good at storing the hypothesis as a daily note. It is good at backlinking the hypothesis to a strategic theme. It is good at letting your future self find the pattern across six months of decisions. What it cannot do is verify that the hypothesis was ever tested against real users. That part lives outside the vault. It always has. It always will.

The vault stores the thinking. Blazeway stores the proof. Markdown export connects them. Your "Decisions" folder finally has the decisions.

Feature Comparison

Feature Blazeway Obsidian
Hypothesis schemaBuilt-in, requiredBuild your own template
Run an actual A/B testYes, snippetNot possible
Variant assignmentServer-side, deterministicNot possible
Conversion measurementNativeNot possible
Statistical significanceComputed automaticallyNot possible
Backlinks and graph viewNoBest in class
Daily notesPer-test markdown exportExcellent
Local-first storageCloud-hostedYes, fully local
Plain-text durabilityMarkdown exportNative
Privacy-by-designCookieless trackingLocal vault
Plugin ecosystemNoneMassive
Cross-device syncAccount-basedObsidian Sync paid
LLM export of test historyOne-click structured promptVault-wide via separate tools
Setup time per new testUnder 5 minutesVault setup, then ongoing
Free plan1,000 events/monthFree (paid Sync optional)
Paid plan$20/month flatSync $5/mo, Publish $10/mo
Best forCompounding experiment proofCompounding personal knowledge

The Vault Already Believes

Plain-text durability. Local-first. No cloud lock-in. Decision journal as a deliberate practice. Anyone running an Obsidian setup with a "Decisions" folder has already accepted the entire premise of compounding institutional knowledge. The argument has nothing to do with whether to document. The question is whether your documentation is connected to anything outside your own memory.

If you have been running a vault for a year or more, you already know the failure mode. The decisions folder fills up with notes that refer to changes ("rolled out the new pricing page in May, results good"), but the changes themselves live nowhere in the vault. They live in a Stripe dashboard, a feature-flag tool, a deployment log. Six months later, when you want to revisit the decision, the note exists and the proof is gone.

Blazeway is the proof layer that the vault was built to be linked from.

What Markdown Cannot Do

Assigning a real visitor to variant B requires server-side infrastructure. So does counting a conversion, and hashing a session deterministically without a cookie. These problems live outside any local-first vault, by design. The vault is good at thinking. The server is good at running tests.

Blazeway is the server piece, with a markdown export that closes the loop back into your vault. The export includes the hypothesis (in your chosen schema), the variant descriptions, the conversion result, and the structured insight you wrote when the test ended. Drop it into your daily note or your /tests/ folder, and the backlinks light up the graph just like any other vault content.

Obsidian does not fail here. The test mechanism was always going to live somewhere else, and Blazeway is the somewhere else, designed to close the loop.

The Plugin Trap

Every PKM crowd produces three "experiment tracker" plugins. They are clever. None of them run a real A/B test. They cannot, because variant assignment requires server-side hashing, and the Obsidian plugin runtime is your laptop. A plugin can format your hypothesis. It can build a database view of your past experiments. It cannot route a real visitor to variant B, because the plugin only runs when your vault is open, and your visitors are on a server somewhere else.

The trap is investing weekends building a plugin that, when finished, still cannot do the one thing the workflow needs. Better to recognize the architectural reality early: the test runs on a server, the documentation runs in your vault, and a markdown export connects them.

Your vault stays sacred. Blazeway is the part of the stack that lives outside it.

Privacy Alignment

The Obsidian community values privacy and data ownership at a level most software users do not. Local vault, no telemetry by default, optional encryption, plain-text storage that no vendor can take away. Blazeway shares the underlying philosophy at the test-runner layer: the variant assignment is server-side and cookieless, no fingerprinting, no localStorage, no consent banner needed.

The combination is unusual. A local-first thinking layer (Obsidian) and a privacy-by-design experiment runner (Blazeway). Most experiment tools force a tradeoff between rigor and privacy compliance. Most PKM tools cannot run experiments at all. The pattern recommended here, vault for thinking and Blazeway for proof, gives both layers their privacy stance without compromise.

For more on the underlying mechanism, see the cookieless A/B testing guide and the GDPR A/B testing legal guide.

The Recommended Workflow

The hypothesis lives as a daily note in the vault. The Blazeway test link drops in as a backlinked reference. When the test closes, Blazeway exports the result as markdown with frontmatter, and that file lands in your /tests/ folder. The graph view picks up the new node. Backlinks connect the new test to the original hypothesis note, the relevant strategic theme, and any past tests on the same surface.

Six months later, when you ask "what have we learned about pricing pages," you can search across the vault graph (for thinking) and across Blazeway's LLM export (for proof). Both layers stay clean. Neither one is asked to do the other's job.

When the Vault Alone Is Enough

  • · You only want a personal decision journal, no live tests
  • · Offline-first is non-negotiable
  • · You trust your memory for which version Bob saw
  • · Your "experiments" are all process changes, never traffic-based tests

When to Add Blazeway

  • · You have written "the new headline worked" in your vault and could not find the headline
  • · You want the proof exported back as a markdown block
  • · You want past tests queryable by an LLM alongside your vault
  • · You want the cookieless test runner that your privacy stance has always implied

Frequently Asked Questions

Can I export Blazeway tests into my Obsidian vault? +
Yes. Markdown export includes YAML frontmatter, the structured hypothesis, variant descriptions, conversion result, and the insight you documented when the test ended. The file drops into a daily note, a /tests/ folder, or anywhere in your vault. Backlinks resolve normally.
Is there an Obsidian plugin? +
Not yet. The recommended pattern is to run tests in Blazeway and drop the markdown export into your vault. A plugin cannot run a real A/B test for architectural reasons (the test runs on a server; the plugin runs on your laptop), so a plugin would only add a thin convenience layer over the export workflow.
Does Blazeway respect the local-first philosophy? +
Partially. Tracking is cookieless and runs server-side, which is necessary for experiments to work at all. The data layer is hosted by Blazeway. The markdown export gives you full ownership of every test result inside your local vault. The two halves of the stack respect different layers of privacy.
Will Blazeway ever self-host? +
Self-hosting is on the long-term roadmap. It is not the immediate focus, because the operational complexity for a single founder is high. The markdown export is the practical answer for users who want their experiment data fully local.
Can I link a Blazeway test from a vault note? +
Yes. Every test has a permalink. Paste it into a daily note, a project page, or a strategic theme document. Blazeway updates the live status; your vault note stays as the link target.
Logseq vs Obsidian for this workflow? +
Both work the same way for Blazeway purposes. Markdown export drops into either. The choice between them is paradigm-driven (block-outliner vs document-vault).
What about Reflect, Capacities, or Tana? +
Same pattern. Any plain-text or markdown-friendly PKM tool can receive Blazeway exports. The structural argument is identical: the PKM tool stores thinking, Blazeway runs the test, the export closes the loop.
Is this overkill for a solo founder? +
For one or two experiments, yes. The vault alone is fine. The pattern starts paying off around test ten, when memory of past tests stops being reliable and the export-back-to-vault loop becomes the only durable record of what was actually proved.

Start your first Blazeway test in under five minutes

Free plan available. No credit card required.

Start free →