Privacy
Last updated: August 29, 2026
chiwardboard is a static site that publishes public city records. There is no account system, no login, no payment mechanism of any kind, and no advertising. Here is exactly what happens to information when you use it.
What we collect
- Nothing that identifies you, on our side. The site has no database, no server code of its own, and no way to store anything you do here. It is HTML, CSS, JavaScript, and two data files.
- No cookies for tracking. The site sets no cookies at all. It does not use localStorage, sessionStorage, or IndexedDB.
- No accounts and no payments. There is nothing to sign up for and nothing to buy.
“Use my location”
- If you press the location button, your browser asks your permission and hands your coordinates to the page.
- Those coordinates are not sent to any server. They are compared against the ward boundary file already downloaded to your browser, using a point-in-polygon check that runs on your device. The result is a ward number.
- We verified this in the code that ships with this site: the coordinate is read once and passed only to that local function. It is never placed in a network request, a URL, or a log.
- Nothing about your location is stored, even locally. Reload the page and it is gone.
The address box
- An address you type is sent to a server. It goes directly from your browser to the City of Chicago’s public data portal at data.cityofchicago.org, as part of a search query for 311 records at that address.
- It is not matched locally, and we are not trying to hide that. The city’s records are the only way to answer the question accurately.
- The address travels inside the web address of that request, which means the City of Chicago and its data platform may record it in ordinary server logs. Their handling of that request is governed by their policies, not ours.
- The request does not pass through us. We never receive the address, and we do not store it.
- If you would rather not send an address anywhere, use the location button, which stays on your device, or just click your ward on the map.
Analytics
- No analytics script runs on this site. We confirmed this two ways: there is no analytics code, package, or tag anywhere in the source, and the page as actually served loads exactly one script, which is our own chart and table code.
- NOT DETERMINED: whether our hosting provider’s built-in analytics product is switched on in its dashboard. That is an account setting that lives outside the source code, so we cannot confirm its state from the code alone. If it were switched on it would collect anonymous page-view data such as page path, referrer, country, and device type, without cookies. We will state a definite answer here once we can verify it.
- Server logs exist regardless. Like every website, requests reach a hosting provider (Vercel) that records standard technical information such as IP address, user agent, and the page requested, in order to serve the page. Google Fonts receives a similar request because the site loads a typeface from it.
Where the data comes from
Every figure on the board is computed from the City of Chicago’s public 311 Service Requests dataset and the city’s 2023 ward boundaries. These are public records about service requests, published by the city. We do not add anything to them and we do not collect anything about the people who read them.
chiwardboard is an independent project. It is not affiliated with, endorsed by, or speaking for the City of Chicago.
Questions, corrections, removal requests
Write to after.hours.builder@gmail.com. That includes anything you believe we have gotten wrong, and any request concerning a record that appears through this site. Note that the underlying records are published by the City of Chicago, so removing something at the source is the city’s decision, not ours - but tell us and we will point you to the right place and correct anything on our end.