KoaichJoin waitlist
/ EMBED · FREE FOR ANY BLOG OR SITE

Put Koaich's interactive tools on your site.

Two free, embeddable widgets. Paste one iframe tag and either tool runs natively on your blog, newsletter, or docs. No reader signup required. No tracking on your readers — we only count anonymous interactions.

/ WORKSPACE EXPOSURE SCORECARD

For privacy / security blogs

60-second test. Pick your tools, see what each vendor can read. Best for general-audience privacy content.

/ BLAST-RADIUS SIMULATOR

For security / infosec writers

Pick a tool + breach scenario; see the side-by-side outcome vs. Koaich. Best for breach-post-mortem coverage.

/ ATTORNEY-CLIENT PRIVILEGE AUDIT

For legal-tech publications

Six-question audit. Shows whether a firm's setup keeps privilege defensible at the cryptography layer. Best for law firm and legal-tech sites.

The scorecard iframe

Copy this into the body of your post or template. The scorecard renders in a self-contained dark-mode card with a "Powered by Koaich" footer.

<iframe
  src="https://koaich.com/embed/scorecard"
  width="100%"
  height="900"
  frameborder="0"
  style="max-width: 720px; border: 1px solid #1a1820; border-radius: 8px;"
  title="Workspace Exposure Scorecard"
  loading="lazy">
</iframe>

The default height="900" works for most layouts. The result page is taller — if you want it to grow automatically, see the responsive variant below.

Live preview

This is what your readers see:

The blast-radius simulator iframe

Pairs naturally with breach-post-mortem coverage on security blogs. Lets your readers swap in their own tool + scenario.

<iframe
  src="https://koaich.com/embed/blast-radius-sim"
  width="100%"
  height="900"
  frameborder="0"
  style="max-width: 720px; border: 1px solid #1a1820; border-radius: 8px;"
  title="Blast-radius simulator"
  loading="lazy">
</iframe>

The privilege-audit iframe

For legal-tech writers and bar publications. Renders six attorney-client-privilege questions; output classifies the firm's posture as exposed / questionable / defensible at the cryptography layer.

<iframe
  src="https://koaich.com/embed/privilege-audit"
  width="100%"
  height="1100"
  frameborder="0"
  style="max-width: 720px; border: 1px solid #1a1820; border-radius: 8px;"
  title="Attorney-Client Privilege Audit"
  loading="lazy">
</iframe>

Default height="1100" fits all six questions on the picker step. The result step is shorter — auto-resize if you want it tight.

Live preview · privilege audit

Responsive height

The scorecard's height changes between the picker step and the result step. If you want the iframe to grow automatically, use any auto-height iframe library — for example, iframe-resizer:

<!-- Responsive embed (uses iframe-resizer for auto-height) -->
<iframe
  src="https://koaich.com/embed/scorecard"
  width="100%"
  height="900"
  frameborder="0"
  style="max-width: 720px; border: 1px solid #1a1820; border-radius: 8px;"
  title="Workspace Exposure Scorecard"
  loading="lazy"
  id="koaich-scorecard">
</iframe>

We'll publish a small auto-height script at koaich.com/embed/resizer.js in the near future. Until then, set a static height (900px works for most cases).

What's allowed

  • · Embed it anywhere you want — blog, newsletter, internal docs, Notion (via the embed block), Substack (via paid embed URL), Ghost, WordPress, Webflow, Wix, anywhere that supports iframes.
  • · Use it in commercial contexts. No license required.
  • · Resize / theme the surrounding iframe to fit your layout. The scorecard's internal styling stays dark-mode (we're working on a light-mode variant).
  • · Take screenshots, use it in articles, reference it in talks.

What's not allowed

  • · Don't modify the scorecard's scoring logic to lie about a competitor's exposure. The risk ratings cite each vendor's public documentation; modifying them downstream would be misleading.
  • · Don't strip the "Powered by Koaich" footer. It's the only way readers know where the test came from.
  • · Don't scrape the scorecard's underlying data and republish it as your own. The source is open on GitHub — fork and credit instead.

Open-source

The scoring methodology, tool catalog, and risk ratings are open-source on GitHub. Audit the methodology, suggest corrections, or fork it for your own use.

github.com/heysteamer/workspace-exposure-scorecard →

Questions

Bug, broken layout in your CMS, feature request, or partnership idea? hello@koaich.com

See the full scorecard.

Take the test on koaich.com without the embed wrapper.

Take the test →