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
Quick filters
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
No source files match. Try a filename, extension, or purpose, or clear the filter.
HomepagePrimary interface, navigation, metadata, and accessibility structure
ExploreTimestamped, return-aware live theme counts, theme-aware surprise routes, direct improvement jumps, and curated discovery routes through History
HighlightsCurated turning points and recent standout improvements
Keyboard shortcutsPage-by-page guide to navigation, controls, and exports
Not-found recoveryBranded fallback, suggested searches, and recovery routes
Shared page behaviorFocus-restoring informational page sharing, timestamped and return-aware Explore discovery controls, Site Map and Colophon copying, and source filtering
Site MapHuman-readable directory with the latest milestone clearly marked
Milestone snapshotsRunnable versions derived from the first change and each tenth change
Archive presentationSearch, patches, evidence, snapshots, and responsive layouts
Archive behaviorLocal record loading, filtering, patch inspection, and snapshot selection
StatsLive counts, counting method, source status, and milestones
Stats behaviorTimestamped, return-aware and focus-restoring source synchronization, focus-restoring and refresh-safe snapshot sharing and copying, controls, and fallbacks
Milestone archivePublished checkpoints, progress, filters, ordering, and sharing
Milestone archive behaviorTimestamped, return-aware and focus-restoring History synchronization, refresh shortcut, advanced filtering, ordering, focus-restoring and refresh-safe result copying and sharing, and navigation
Milestone presentationStats, archives, checkpoint pages, progress, and responsive layouts
Milestone navigationPage shortcuts, Help discovery, and previous or next checkpoint navigation
Milestone sharingCoordinated theme-and-range sharing, connected visible controls, announcements, and composition-safe shortcut keys, named recaps, linked exports, focus restoration, and clipboard fallback
PrivacyData practices, on-device storage, and user controls
Privacy controlsCoordinated storage actions, focus-returning resets and cleanup, stable progress feedback, timestamped refresh, live reporting, and clipboard-only storage reports
Keyboard: Shift+F copies the visible source paths in display order.
Inspect the record
Every changeTitles, commit identities, exact public patches, and evidence
Milestone snapshotsThe working site at improvement 1 and every tenth improvement
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.