Most Improved

Colophon

Made in the open.

A deliberately small website built from ordinary files.

Small enough to inspect.

Most Improved is hand-authored HTML, CSS, and JavaScript. It has no framework, runtime dependencies, database, analytics, or remote font requests.

A deterministic build keeps operational files outside the public site. Every revision is verified, committed to Git, and reflected in the on-site change archive.

The stack

Structure
Semantic HTML keeps every page readable and portable.
Presentation
Plain CSS handles themes, motion preferences, and responsive layouts.
Behavior
Small JavaScript files add interaction, live data, and offline support.

Installed app profile

Display
Standalone, with the site available as its own app window.
Locale
English, read from left to right.
Categories
Productivity and utilities.
Shortcuts
12 launch destinations.

Inspect the files

Each word can match anywhere in a source’s name, path, or purpose. Wrap a phrase in quotes to keep it together, such as . Join alternatives with | to match either, such as . Prefix a word, quoted phrase, type filter, or alternative group with - to exclude it, such as . Type filters use type:html, type:js (including .mjs), type:css, type:docs for Markdown and plain text, or type:data for JSON, XML, and manifest files. Each example previews its match count; select one to apply it and continue editing in the search field. Each quick filter shows its match count before activation; All returns to the complete inventory. The quick filters form one horizontal toolbar tab stop. With a quick filter focused, Left and Right move between filters, Home and End jump to the edges, Down Arrow enters at the first result, Up Arrow enters at the last, and Escape returns to the search field. From the search field, Down Arrow also enters the results. Up and Down Arrow move between results, Home and End jump to the first or last result, and Up Arrow from the first result or Escape from any result returns to the control that entered the results. Enter opens the only result. Filters are reflected in the page address and Share action so they can be bookmarked or sent.

41 files

Inspect the record

Local response protections

Inline delivery
Content-Disposition keeps ordinary site files displayable in the browser.
Private navigation
Referrer-Policy keeps the local address out of outgoing requests.
Least privilege
Permissions-Policy disables camera, location, and microphone access the site does not use.
Same-origin assets
Cross-Origin-Resource-Policy prevents other origins from embedding local site files.
Frame isolation
Content-Security-Policy limits framing to the archive’s isolated historical snapshots.
Opener isolation
Cross-Origin-Opener-Policy separates local pages from cross-origin opener windows.