Most of us already have a digital garden — we just haven't planted it yet. It's sitting in an Obsidian vault, a Notion workspace, or a folder of markdown files: notes that link to each other, ideas half-formed and evolving. This guide walks through what a digital garden actually is, how it differs from a blog, and how to turn those notes into a live, public site anyone can explore.

What is a digital garden?

A digital garden is a personal website of interconnected notes that you cultivate over time, rather than publish as finished, dated articles. Notes are planted as rough ideas, tended as you learn more, and linked to related notes — so the whole thing grows into a navigable web of knowledge instead of a chronological feed.

The gardening metaphor is deliberate. The term was popularized by designer and writer Maggie Appleton, whose 2020 essay "A Brief History & Ethos of the Digital Garden" remains its most-cited reference, building on Mark Bernstein's 1998 "Hypertext Gardens." The shared idea across all of them: knowledge should grow in public, non-linearly, and get better with tending.

In practice, a digital garden has a few defining traits:

  • Non-linear. Readers explore by following links between ideas, not by scrolling a reverse-chronological feed.
  • Always evolving. Notes are living documents you revise continuously — there's no "publish and forget."
  • Learning in public. Half-formed thoughts are welcome. A garden values growth over polish.
  • Connected by links. Wikilinks and backlinks weave individual notes into a map of how you think.

Digital garden vs blog: what's the difference?

A blog is chronological and finished; a digital garden is linked and always growing. The two overlap, but they optimize for different things — a blog for a timeline of polished posts, a garden for a living map of evolving ideas.

Digital gardenTraditional blog
StructureNon-linear, linked by associationReverse-chronological feed
StateAlways evolving, revised continuouslyPublished once, rarely updated
PolishRough notes welcome — grows over timeFinished, edited articles
NavigationBacklinks and knowledge graphTags, categories, dates
Best forLearning in public, connected thinkingAnnouncements, timely posts

Bottom line: choose a digital garden when you want your notes to interlink and grow; choose a blog when you're publishing standalone, time-stamped pieces. You don't have to pick just one — many people run a garden for their notes and a blog for their essays from the same set of markdown files.

What you need before you start

You need surprisingly little:

  1. A folder of notes in markdown. These can come from Obsidian, Logseq, Typora, VS Code, or plain text files. If you write in another tool, most export to markdown.
  2. A way to link notes together. Wikilinks ([[Note Title]]) are the standard. If you already use Obsidian, you're using them.
  3. Somewhere to publish. A hosting tool or platform that turns your markdown into a live site (covered below).

That's it. You don't need to know how to code, run a build step, or manage a server.

How to create and publish a digital garden

Here's the end-to-end process, from a blank folder to a live garden.

1. Write notes in markdown

Start writing in whatever editor you like. Each note is one .md file. Don't overthink structure — a digital garden grows organically, so you can start with a handful of notes and add more over time. Keep each note focused on a single idea; that makes it easier to link to later.

This is what makes a garden a garden. Whenever one note relates to another, link them with a wikilink:

I've been thinking about [[Spaced Repetition]] as a way to
make [[Note-Taking]] actually stick.

Good publishing tools resolve these [[wikilinks]] into real links automatically and generate backlinks — so the "Note-Taking" page will show that this note links to it, without you maintaining anything by hand. Over time, these links form the connective tissue of your garden.

3. Choose where to publish

You need a tool that turns your markdown into a hosted site. Your main options:

  • Flowershow — publishes markdown or an Obsidian vault as a live site with backlinks, an interactive knowledge graph, and full-text search. No build step, no code. Free to start.
  • Obsidian Publish — Obsidian's official hosting; tightly integrated but tied to the Obsidian ecosystem and priced per month.
  • Quartz — a free, open-source static-site generator for Obsidian vaults; powerful but requires setting up and deploying it yourself.
  • Jekyll / Hugo / Eleventy — general static-site generators you can bend into a garden with plugins and templates; the most work to configure.

If you want the shortest path from notes to a live garden, a hosted tool like Flowershow removes the setup entirely. If you enjoy tinkering and want full control of the build, a static-site generator like Quartz is worth a look.

4. Connect your notes and publish

With Flowershow, publishing takes one of a few shapes depending on how you work:

  • Obsidian — publish your vault directly; wikilinks and graph come along.
  • GitHub — connect a repo and every push republishes automatically.
  • Drag & drop — upload a folder of markdown in the browser.
  • CLI — publish straight from the terminal.

Point it at your notes and your garden goes live in seconds on a free flowershow.app subdomain — complete with an interactive knowledge graph. When you're ready, you can add a custom domain so it lives at your own address.

5. Tend your garden

A digital garden is never "done." Keep editing notes, adding new ones, and linking ideas as you learn. With a Git- or vault-connected workflow, every change republishes automatically, so the public garden always reflects your latest thinking. That ongoing tending is the whole point — the garden grows with you.

Tips for growing a healthy digital garden

  • Link generously. The value of a garden is in its connections. When in doubt, link.
  • Publish rough notes. Waiting for polish defeats the purpose. Plant seedlings and let them grow in public.
  • Use a graph and backlinks. Let readers (and yourself) navigate by association. This is where a garden beats a folder of files.
  • Keep some notes private. Not everything is ready to be seen. A tool with password protection lets you keep drafts private and open them up when they're ready.
  • Make it yours. A custom domain and theme turn a generic notes site into a place that feels like your corner of the internet.

Frequently asked questions

How do I turn my Obsidian vault into a digital garden?

Connect your vault to a publishing tool like Flowershow (via GitHub or the Obsidian workflow) and it publishes as a live site — wikilinks, backlinks, and knowledge graph included. Your notes stay in plain markdown; nothing about how you write in Obsidian has to change.

Is a digital garden the same as a second brain?

They overlap but aren't identical. A "second brain" usually refers to your private personal knowledge system, while a digital garden is the public version you cultivate and share. Many people grow a digital garden as the public face of their second brain.

Do I need to know how to code to build a digital garden?

No. Hosted tools like Flowershow require no code, no build step, and no server — if you can write markdown, you can publish a garden. Self-hosted options like Quartz do involve some technical setup.

How much does it cost to publish a digital garden?

It can be free. Flowershow's free plan publishes one garden on a flowershow.app subdomain with no time limit; paid plans (from $5/month) add custom domains and full-text search. Open-source generators like Quartz are free but you pay in setup time and hosting.

Will I be locked into a platform?

Not if you keep your content in plain markdown. Because your notes are portable .md files that you own, you can move them between tools — or take them with you entirely — at any time.

Start growing your digital garden

The hardest part of a digital garden isn't the tooling — it's planting the first note in public. Once you do, the rest grows from there.

If you'd like the shortest path from a folder of notes to a live, linked garden, publish a digital garden with Flowershow — free, no code, live in seconds.

Built with LogoFlowershow