From c041641634650c31e03c70dcad132fd94cb08e63 Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 9 Apr 2026 16:10:08 +0800 Subject: Rework landing page with editorial layout, new demo, and LLM CTA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the generic SaaS template look with a left-aligned editorial design — Fraunces serif headlines, monospace section markers (§ 01, § 02 …), hairline rules, and a quieter palette where the blue earns its place rather than splashing on every surface. The hero now leads with a real product demo (§ 01): one IRS 990 dataset shown in three consumption shapes — a single normalized JSON record, a JSONL bulk slice, and a token-efficient prose summary — instead of the old fake-macOS code window. Each shape carries source-link receipts back to the original filing, which doubles as a credibility signal and a working illustration of the "every record has a receipt" promise. § 03 introduces a coverage widget driven by data/catalog.toml: four auto-scrolling category windows (securities, government, regulatory, science) showing 60 hand-picked datasets with seamless CSS-only infinite-scroll loops, fade masks, hover-pause, and a prefers-reduced-motion fallback that converts the windows into manually scrollable lists. Adds a discoverable /llms.txt at the static root — a markdown-light, human-readable site description aimed at LLM agents — wired up via in , a comment in robots.txt, and a small mono "for agents · GET /llms.txt →" satellite link sitting directly under the hero CTA so any agent shallow-scraping the page hits the machine path immediately. Other changes: drops the XML format demo and the "promises" ledger section entirely, swaps hello@ for contact@ across the site, and renames the bottom CTA to a single-action "Ready when you are. → API Key" close. Co-Authored-By: Claude Opus 4.6 (1M context) --- landing/static/robots.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'landing/static/robots.txt') diff --git a/landing/static/robots.txt b/landing/static/robots.txt index f0d8319..6bddef4 100644 --- a/landing/static/robots.txt +++ b/landing/static/robots.txt @@ -2,3 +2,6 @@ User-agent: * Allow: / Sitemap: https://tidyindex.com/sitemap.xml + +# Machine-readable site description for LLM agents: +# https://tidyindex.com/llms.txt -- cgit v1.2.3