Giving ToolsTheodore Roosevelt Presidential Library

Tools for tax-smart giving

Free, open-source calculators and guides that help supporters of the Theodore Roosevelt Presidential Library — and their advisors — find the smartest way to give. Every tool drops onto any web page with one line of JavaScript.

Giving Navigator

Seven questions that point a visitor to the right giving method, with reasons, links, and questions for their advisor. Built for the top of the Support page.

North Dakota Charitable Giving Tax Credit

North Dakota’s 40% state credit for endowment and planned gifts: credit size, how much a donor can use, the federal-deduction interplay, and net cost.

IRA Qualified Charitable Distribution Calculator

Eligibility check, RMD estimate, and a side-by-side of giving from an IRA versus withdrawing and giving cash.

Appreciated Stock Gift Calculator

Give shares or sell-then-give: capital gains avoided, deduction value, net cost, and transfer steps.

Bunching & Standard Deduction Comparison

Every-year giving versus bunching two or three years into one, with the new ½%-of-AGI floor built in.

Donor-Advised Fund Grant Guide

Sponsor-specific grant steps, a copyable grant recommendation, and a DAF-or-direct decision helper.

Bequest Language Builder

Builds sample will or trust language — percentage, residuary, amount, or asset — with the Foundation’s legal details.

Beneficiary Designation Guide

Account-by-account instructions for naming the Foundation as a beneficiary and which assets are best left to charity.

Letter of Intent (Heritage Society)

The “I’ve included the Library in my plans” form. Embeds a DonorPerfect form when configured; otherwise a pre-filled email.

Estate Tax & Charitable Bequest Estimator

Federal estate tax exposure, how a charitable bequest changes it, and a flag for the 18 states with their own death taxes.

Life-Income Gift Illustrator

Educational illustrations of a gift annuity, unitrust, and annuity trust using ACGA rates and the current §7520 rate.

Employer Matching Gift Impact

What a gift becomes with an employer match, and how to claim it.

Monthly Giving Calculator

A slider that turns a monthly amount into yearly and multi-year impact and links to the monthly giving form.

How to embed

Each tool is a single JavaScript file that carries its own styles, the current tax figures, and the Foundation’s details. Paste one snippet where you want the tool to appear. Several tools can share a page.

<div data-trpl-tool="navigator"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/navigator.js" async></script>

Options go on the div as data attributes: data-theme="dark", data-accent="#1B4532", data-hide-header="true", data-intent-form-url="https://…" (DonorPerfect intent form), data-contact-email, data-contact-name, data-contact-phone. Full reference in docs/EMBED.md.

Tax figures are reviewed every year. All rates and limits live in one file (src/tax-data.js) stamped with the tax year and review date, and every tool prints that stamp in its footer. A scheduled reminder opens a review issue each November when the IRS publishes the next year’s figures. See docs/TAX-REVIEW.md.

Embed snippets

Giving Navigator

<div data-trpl-tool="navigator"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/navigator.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/navigator/embed" style="width:100%;height:900px;border:0"></iframe>

North Dakota Charitable Giving Tax Credit

<div data-trpl-tool="ndcredit"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/ndcredit.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/ndcredit/embed" style="width:100%;height:900px;border:0"></iframe>

IRA Qualified Charitable Distribution Calculator

<div data-trpl-tool="qcd"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/qcd.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/qcd/embed" style="width:100%;height:900px;border:0"></iframe>

Appreciated Stock Gift Calculator

<div data-trpl-tool="stock"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/stock.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/stock/embed" style="width:100%;height:900px;border:0"></iframe>

Bunching & Standard Deduction Comparison

<div data-trpl-tool="bunching"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/bunching.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/bunching/embed" style="width:100%;height:900px;border:0"></iframe>

Donor-Advised Fund Grant Guide

<div data-trpl-tool="daf"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/daf.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/daf/embed" style="width:100%;height:900px;border:0"></iframe>

Bequest Language Builder

<div data-trpl-tool="bequest"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/bequest.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/bequest/embed" style="width:100%;height:900px;border:0"></iframe>

Beneficiary Designation Guide

<div data-trpl-tool="beneficiary"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/beneficiary.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/beneficiary/embed" style="width:100%;height:900px;border:0"></iframe>

Letter of Intent (Heritage Society)

<div data-trpl-tool="intent"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/intent.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/intent/embed" style="width:100%;height:900px;border:0"></iframe>

Estate Tax & Charitable Bequest Estimator

<div data-trpl-tool="estate"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/estate.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/estate/embed" style="width:100%;height:900px;border:0"></iframe>

Life-Income Gift Illustrator

<div data-trpl-tool="lifeincome"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/lifeincome.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/lifeincome/embed" style="width:100%;height:900px;border:0"></iframe>

Employer Matching Gift Impact

<div data-trpl-tool="matching"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/matching.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/matching/embed" style="width:100%;height:900px;border:0"></iframe>

Monthly Giving Calculator

<div data-trpl-tool="monthly"></div>
<script src="https://givingtools.labs.trlibrary.com/dist/monthly.js" async></script>

Or as an iframe: <iframe src="https://givingtools.labs.trlibrary.com/support/tools/monthly/embed" style="width:100%;height:900px;border:0"></iframe>

Try them together

A live demo of the Navigator, the way it would sit at the top of the Support page: