<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>An Empirical History of the U.S. Income Tax</title>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <meta name="robots" content="noindex, nofollow">

  <style>

    body {

      font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

      margin: 0;

      padding: 40px 20px;

      background: #fafafa;

      color: #111;

    }

    .container {

      max-width: 760px;

      margin: 0 auto;

    }

    h1 {

      font-size: 32px;

      margin-bottom: 8px;

      letter-spacing: -0.02em;

    }

    h2 {

      font-size: 18px;

      font-weight: normal;

      color: #555;

      margin-top: 0;

      margin-bottom: 28px;

    }

    p {

      line-height: 1.55;

      margin-bottom: 18px;

    }

    .note {

      font-size: 14px;

      color: #666;

      margin-top: 32px;

    }

  </style>

</head>

<body>

  <div class="container">

    <h1>An Empirical History of the U.S. Income Tax</h1>

    <h2>

      Federal income tax analysis based on primary-source data and explicit arithmetic,

      from constitutional foundations through the modern era.

    </h2>


    <p>

      This site hosts an empirical analysis of the United States federal income tax, beginning

      with constitutional debates and early fiscal ideas that predate the Sixteenth Amendment,

      and extending through the major statutory regimes of the twentieth and twenty-first centuries.

      The project relies on original IRS Statistics of Income tables, statutory rate schedules,

      exemptions, filing thresholds, and contemporaneous macroeconomic aggregates. Claims are

      evaluated through direct computation and comparison rather than narrative inference.

    </p>


    <p>

      The analysis examines how tax systems operated in practice: who filed, what was taxed,

      at what rates, under what definitions, and with what observable behavioral responses.

      Particular attention is paid to changes in tax bases, reporting incentives, and

      participation thresholds that complicate simple comparisons over time.

    </p>


    <p>

      The project studies tax mechanics and their relationship to reported income, taxable

      bases, and broader measures of economic activity. Analysis is confined to quantities

      directly reported or computable from primary tax records and statutory definitions.

    </p>


    <div class="note">

      Draft site. Content subject to revision.

    </div>

  </div>

</body>

</html>