<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Exit133</title>

  
  <link rel="icon" type="image/x-icon" href="/favicon.ico">
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  <link rel="manifest" href="/site.webmanifest">
  <meta name="theme-color" content="#1c3826">

  
  
  
  <meta property="og:type" content="website">
  <meta property="og:site_name" content="Exit133">
  <meta property="og:title" content="Exit133">
  <meta property="og:url" content="https://exit133.com/">
  
  <meta name="twitter:card" content="summary">
  
  <meta name="twitter:title" content="Exit133">

  <link rel="stylesheet" href="/themes.css?v=2">
  <link rel="stylesheet" href="/pagefind/pagefind-ui.css">
  <script src="/pagefind/pagefind-ui.js" defer></script>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-L5QYJL8PXB"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-L5QYJL8PXB');
  </script>
</head>
<body>
  <header class="site-header">
    <a href="/" class="brand">Exit133</a>
    <nav>
      <a href="/archive/">Archive</a>
      <a href="/visualize/">Visualize Tacoma</a>
      <a href="/imagine-tacoma/">Imagine Tacoma</a>
      <a href="/about/">About Exit133</a>
    </nav>
    <div id="search" class="site-search"></div>
  </header>
  <main>
    <section class="home">
  <h1>Welcome to Exit133</h1>
  <p class="lede">An archive of <em>Tacoma's original hyperlocal website</em>,
  chronicling civic life and happenings from 2005 to 2016.</p>

  <dl class="home-stats">
    <div class="stat narrative">
      <dt>Most-discussed entry</dt>
      <dd>
        
          <a href="/articles/view/the-year-of-the-sheep-monkeyshines-2015/">The Year of the Sheep - Monkeyshines 2015</a>
          <span class="n">460 comments</span>
        
      </dd>
    </div>
    <div class="stat narrative">
      <dt>Most prolific commenter</dt>
      <dd>
        <span class="who">RR Anderson</span>
        <span class="n">1,411 comments</span>
      </dd>
    </div>
    <div class="stat numeric">
      <dt>Entries archived</dt>
      <dd><span class="big">8,504</span></dd>
    </div>
    <div class="stat numeric">
      <dt>Reader comments</dt>
      <dd><span class="big">31,425</span></dd>
    </div>
  </dl>

  <div class="ctas">
    <a class="primary" href="/archive/">Browse the timeline</a>
    <a href="/about/">About this archive</a>
  </div>

  <aside class="home-also">
    <p class="kicker">Now</p>
    <div class="home-also-grid">
      <div class="home-also-card">
        <h2>Permit Pulse</h2>
        <p>Tacoma's building and liquor permits, refreshed daily.</p>
        <a class="more" href="/visualize/permit-pulse/">See Permit Pulse →</a>
      </div>
      <div class="home-also-card">
        <h2>Tacoma Sold</h2>
        <p>Tacoma property sales, mapped weekly. Going back to 1997.</p>
        <a class="more" href="/visualize/real-estate/">See Tacoma Sold →</a>
      </div>
    </div>
  </aside>
</section>

  </main>
  <footer>
    <p>© Exit133, 2005–2026. (an <a href="https://ungatto.com" target="_blank" rel="noopener">UnGatto project</a>)</p>
  </footer>
  <script>
    window.addEventListener("DOMContentLoaded", () => {
      const init = () => new PagefindUI({
        element: "#search",
        showSubResults: true,
        showImages: false,
        resetStyles: false,
        // Hide filter values whose match count would be zero — keeps
        // the author/year/channel chip lists tight to whatever the
        // current query actually returned.
        showEmptyFilters: false,
      });
      if (typeof PagefindUI === "function") init();
      else {
        const t = setInterval(() => {
          if (typeof PagefindUI === "function") { clearInterval(t); init(); }
        }, 50);
      }
    });
  </script>
</body>
</html>
