Muin is in private beta.Watch the public release announcement —talk to us.
Falaah Falaah AI
Live demo: Real calculator + donation blocks for Hope Springs Community Center — live cross-origin embeds. · Fundraising widgets · Form patterns
Live demo

Calculators & donate blocks

Self-contained widgets that drop onto any page with one <script> tag — a Zakat calculator and a donation block. Same widget.js loader as the thermometers; just a different data-type.

Smart Zakat calculator

Calculate zakat, then give it — in one block

Donors enter their assets, the calculator applies the current nisab threshold and the 2.5% rate, and the resulting amount flows straight into a donation. No spreadsheet, no separate "what do I owe" step.

  • Nisab-aware. Configurable madhhab and nisab basis (gold or silver) via data-madhhab / data-nisab-basis.
  • Calculate → give. The computed amount pre-fills a real charge form, so the calculator converts, it doesn't just inform.
  • One script tag. Same loader as every other widget — set data-type="zakat".
Embed the Zakat calculator
<script src="https://muin-api-stg.falaah.ai/embed/widget.js" data-tenant="muin-demo" data-type="zakat" async></script>
/embed/zakat/muin-demo

Live embed of the real muin-demo Smart Zakat calculator.

Donate block

A complete donation form, inline

Preset amounts, custom amount, fund picker, and card entry — the whole donation flow as a single embedded block. Point it at a specific fund with data-fund-id, or let donors choose.

Embed an inline donate block
<script src="https://muin-api-stg.falaah.ai/embed/widget.js" data-tenant="muin-demo" data-type="form" async></script>

Want a button, popup, floating action button, or banner instead? Same script — see the data-type menu below.

/embed/donate-block/muin-demo

Live embed of the real muin-demo donate block.

One loader, every widget

Every widget on this page and the Fundraising widgets page loads from the same widget.js. You only ever change data-type.

button
Donate button
Branded button that opens the donation flow.
form
Inline form
Full donation form embedded in the page (Stripe Elements).
thermometer
Thermometer
Campaign progress — see Fundraising widgets.
popup
Popup
Modal overlay donation form (Shadow DOM isolated).
floating
Floating button
Corner-pinned FAB that expands a donate panel.
banner
Banner
Fixed top/bottom bar with a donate CTA.
zakat
Zakat calculator
Nisab-aware calculator that routes to a charge form.
support
Support widget
AI support chat — see Public surfaces.

See every public surface

Donation forms, fundraising widgets, a public events calendar, and full donor / vendor / board portals — the complete set of surfaces Muin publishes for you.

All live demos