Visual editing, real files

Your website is the files.

Sitefold changes your HTML and CSS in place. Every edit is an edit to the file — there is no export step, because there is no second copy to export from.

Open Sitefold
index.htmlsite.cssSiteHeader.vue

Studio

We build calm software

Small teams, long horizons, and interfaces that stay out of the way.

See the work
<main class="hero">
  <p class="eyebrow">Studio</p>

  <h1 class="display">
    We build calm software
  </h1>

  <p class="lede">
    Small teams, long horizons, and
    interfaces that stay out of the way.
  </p>

  <a class="button" href="/work">
    See the work
  </a>
</main>