Skip to main content

SDK / Playground

SDK playground

Pick a tool, tweak theme and locale, preview the widget, and copy embed code for HTML, web components, or iframe.

Configure

JavaScript SDK

<div id="mysutra-widget"></div>
<script src="https://tools.1dollars.org/sdk/v1/mysutra.min.js"></script>
<script>
  MySutra.render({
    target: "#mysutra-widget",
    tool: "emi-calculator",
    theme: "auto",
    locale: "en-IN",
    currency: "INR",
    width: "100%",
  });
</script>

Web Component

<script src="https://tools.1dollars.org/sdk/v1/mysutra.min.js"></script>
<mysutra-tool
  tool="emi-calculator"
  theme="auto"
  locale="en-IN"
  currency="INR"
  width="100%">
</mysutra-tool>

iframe (legacy)

<iframe
  src="https://tools.1dollars.org/sdk/playground/?tool=emi-calculator&embed=1"
  title="mySutra emi-calculator"
  style="width:100%;min-height:520px;border:0;border-radius:12px;"
  loading="lazy">
</iframe>

Live preview

Preview loads the published v1 bundle from this site.