For Nir · seven tools, ready to embed

Your frameworks, as tools your readers use.

Each tool is a single page styled to match nirandfar.com (Questrial, Open Sans, your gold), with no backend and no dependencies beyond Google Fonts. There are two ways to use them, below.

Recommended for your site: host the files yourself

Since nirandfar.com is your product, the cleanest setup is to own the files. Each tool is three static files (the page, widget.css, and widgets.js), with no backend, no tracking, and nothing loaded from anyone else's domain. They live on your own site, and they are yours to keep and change. I am happy to send you the folder whenever you would like it.

The quick way: embed with one line

Good for trying a tool, or for a bonus page or email landing. It loads from this preview link, so prefer the self-hosted files for anything permanent on your main site. No developer needed.

  1. 1
    Copy the one line. Under any tool below, copy the line of code in the dark box.
  2. 2
    Paste it into a code block. On the page where you want the tool, add a “Custom HTML”, “Embed”, or “Code” block and paste it in.
  3. 3
    Save and preview. The tool appears, already styled to match your site. That is it.

Where that block lives: Teachable → a Code/Embed block in a lesson. Kajabi → Custom Code. WordPress → a Custom HTML block. Podia, Circle, Kartra → look for “Embed” or “HTML”. A plain website → paste into the page's HTML.

Optional: to make a tool resize itself with no inner scrollbar, paste the short script at the bottom of this page once on the same page. Everything works without it too.

Guided · new · from Indistractable

The Indistractable Playbook

A guided journey, one question at a time, through all four parts of the model. It ends in a short personal plan the reader can act on this week, with a calendar block and links back to your own articles. This is the guided style, not a page of form fields.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/playbook"
        style="width:100%;border:0;height:900px" loading="lazy"></iframe>
Guided · from Hooked

The Hook Model Builder

A guided walkthrough for anyone building a product. Answer seven questions and get a habit-loop blueprint (trigger, action, variable reward, investment) plus an honest ethics check from the Manipulation Matrix.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/hook"
        style="width:100%;border:0;height:900px" loading="lazy"></iframe>
Guided · from Beyond Belief

The Belief Rewrite Journey

A guided, six-step version of the belief work. Name a limiting belief, trace it through the three powers, choose how to reframe it, and leave with a rewritten belief and an experiment to test it.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/belief-journey"
        style="width:100%;border:0;height:1000px" loading="lazy"></iframe>

Quick tools

Single-screen versions, for when you want a fast result.

From Indistractable

The Indistractable Scorecard

Twelve questions across the four parts of the model, returning a score, a radar of the reader's four strengths, their weakest link, and a plan.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/scorecard"
        style="width:100%;border:0;height:1400px" loading="lazy"></iframe>
From Hooked

The Manipulation Matrix

Two sliders place a product as Facilitator, Entertainer, Peddler, or Dealer, with a live ethical read. Perfect for a product or builder audience.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/matrix"
        style="width:100%;border:0;height:700px" loading="lazy"></iframe>
From Beyond Belief

The Limiting Belief Rewriter

Name a limiting belief, walk it through Attention, Anticipation, and Agency, and leave with a rewritten belief and an experiment to test it.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/belief"
        style="width:100%;border:0;height:1100px" loading="lazy"></iframe>
From Indistractable

The Values Timebox Builder

Set importance and hours for the three life domains, get an alignment score and a week bar, and download a calendar block for the gap.

<iframe class="nf-tool" src="https://nir-tools.swapniltamse.com/embed/timebox"
        style="width:100%;border:0;height:1100px" loading="lazy"></iframe>

Optional: make the iframe resize itself

Each tool posts its height to the parent page as it grows (when a result appears). Paste this once, anywhere on the page that holds the iframes, and they will size themselves with no scrollbars:

<script>
addEventListener("message", function (e) {
  if (e.data && e.data.type === "nf-tool-height") {
    document.querySelectorAll("iframe.nf-tool").forEach(function (f) {
      if (f.contentWindow === e.source) f.style.height = e.data.height + "px";
    });
  }
});
</script>

Works in Teachable, Kajabi, Podia, WordPress (a Custom HTML block), Circle, and plain HTML. If a platform strips <script>, the fixed height in the iframe still works fine.

Built by Swapnil Tamse on Nir Eyal's published frameworks, as a gift. Styled to match nirandfar.com. No affiliation implied.