Skip to content

infra for indies

Minimal, git‑based admin that edits your GitHub repo via a secure proxy.
HTML/CSS/JS only. Cloud optional, one‑click self-host.

Git‑first
Content lives in your repo. Commit‑to‑main by default.
No frameworks
Just HTML, CSS, and vanilla JS. Easy to fork and host.
Seeds
Drop‑in widgets (status badge, changelog, more).

Seeds

Drop‑in widgets you can embed anywhere. Copy the snippet and paste into your site.

Status
<script src="https://YOUR-BEANSTALK-SITE/seeds/status.js"
  data-beanstalk-owner="OWNER"
  data-beanstalk-repo="REPO"
  data-path="pods/status/content/status.json"
  defer></script>
<div id="beanstalk-status"></div>