nedivut

A live giving-campaign dashboard for shuls and small nonprofits — teams, goal thermometer, dedications — run entirely from a Google Sheet and embedded on your own website.

This is the demo campaign — live, reading a Google Sheet right now, embedded on this page the same way it would sit on your site.

See the whole thing →

Also try projector mode · sheet check

Lives on your website, not ours

The dashboard goes wherever you can paste into your site’s editor — Wix, Squarespace, WordPress, hand-written HTML — and sizes itself to fit. One paste is the whole install.

What you’ll be pasting
<iframe
  src="https://www.nedivut.app/c/your-campaign"
  id="nedivut-frame"
  title="Giving campaign"
  style="width:100%;border:0;min-height:600px;"
  loading="lazy"
></iframe>
<script>
  window.addEventListener("message", function (e) {
    var f = document.getElementById("nedivut-frame");
    if (f && e.source === f.contentWindow && e.data && e.data.type === "nedivut:height") {
      f.style.height = e.data.height + "px";
    }
  });
</script>

How it works

  1. Your campaign lives in a Google Sheet (we set it up and share it with you).
  2. You add teams and record donations as rows — that’s the whole admin.
  3. The dashboard updates itself within about a minute.

Start your campaign →