Changelog

What's shipped.

Every version of every product, most recent first. Buyers get a new download URL automatically whenever a kit they own ships a new version.

  1. 2026-04-20 · AgentKit · v1.0.1 feature

    Standalone AI component library

    • Added 6 importable AI components (TokenCounter, ModelSelector, AgentStatus, CodeBlock, PromptPlayground, StreamingText).
    • New docs/COMPONENTS.md reference for every component with props and examples.
    • OG image, favicon, SEO metadata, robots.txt, sitemap.xml.
    • Removed create-next-app default favicon, added brand-colored favicon.svg.
  2. 2026-04-20 · AgentKit · v1.0.0 launch

    AgentKit launch

    • First release. 9 landing sections purpose-built for AI agent products.
    • Live streaming chat with OpenAI / Anthropic tool-calling.
    • Agent trace viewer with expandable tool calls.
    • Tool-calling demo with 4-phase animation.
    • 3 built-in themes (editorial-dark / bright / cool-blue) via data-theme.
    • Self-hosted fonts (zero FOUC), edge-runtime chat API.
    • Docs: README, LICENSE, DEPLOY, CUSTOMIZE, COPY-FRAMEWORK, COMPONENTS.
  3. 2026-04-20 · webdesignhot.com fix

    Centering bug + FOUC + editorial polish

    • Fixed unlayered `* { margin: 0 }` that was overriding Tailwind v4 @layer utilities (mx-auto, px-*).
    • Migrated fonts to self-hosted via fontsource; added font preloading with fetchpriority="high" to eliminate swap reflow.
    • Replaced SVG fractal-noise grain with subtle acid-green radial gradients (cleaner on screens).
    • Updated homepage copy — concrete dates instead of "Month 1/2/3" internal jargon.
  4. 2026-04-19 · webdesignhot.com feature

    AgentKit sales page + waitlist

    • New /products/agentkit page with 9 content sections, pricing, email capture.
    • Waitlist API (/api/waitlist) writing to Supabase waitlist table.
    • /waitlist-thanks page for post-submit confirmation.
  5. 2026-04-19 · webdesignhot.com infra

    Purchase + delivery infrastructure

    • Supabase schema (orders + download_tokens + waitlist tables with RLS).
    • Polar webhook handler with zod payload parsing and idempotent order insertion.
    • HMAC-signed download tokens with constant-time verification, max 10 uses, 7-day expiry.
    • Cloudflare R2 S3-compatible client with signed URL generation.
    • Resend email delivery with HTML template.
    • Migrated from Supabase legacy anon/service_role keys to 2026 publishable/secret format.