Sample consumer site
The Compounding Ledger
This is a dummy third-party site. It exists so that Instacalc's external features — embeds, share links, saved calcs, themed widgets — are exercised exactly the way a real blogger's site would exercise them. The status watchdog probes these pages every five minutes; if an embed stops rendering or a link 404s, an alert fires before a real author ever notices.
Each post deliberately uses a different external integration path:
-
What does a 0.5% rate change actually cost you?
An inline calc embed (typed-in calc text) plus a themed variant and a one-click "open in Instacalc" share link.
-
A freelance rate calculator you can actually edit
Loads a pinned saved calc by ID (the live Firebase path) and the canonical
/embed/<id>iframe side by side. -
The real cost of your daily coffee
Inline embed plus several plain share/formula links and a social-preview image — the lightweight integration path.
-
Five ways to drop a calculator into a page
The robust iframe path: saved calcs by ID, named gallery calcs, formulas defined entirely in the URL, and the legacy
/<id>/embedredirect. Every one computes live on instacalc.com.
Everything here points at instacalc.com over the public,
documented embed API (ic.js, /embed/<id>,
formula URLs). Nothing is special-cased. If it works here, it works on a
real customer's site.