Skip to content
Nine·Tails
ProductPhasesPricingBlog
Nine·Tails

The operating system for performance marketing agencies.

Product
  • Overview
  • Sample report
  • Phases
  • Pricing
  • Guides
  • Changelog
Company
  • About
  • Customers
  • Blog
  • Jobs
Legal
  • Terms
  • Privacy
  • DPA
  • Security
© 2026 Nine TailsMade in St. Petersburg, FL
Nine·Tails
ProductPhasesPricingBlog
Sign inApply for early access
§ Changelog

What
shipped.

A line for each thing we ship — date, version, what changed, why it matters. Senior strategist's voice, not a release-note generator.

CadenceWeekly · most FridaysSubscribeRSSLifecycleBeta · 50 seats
Subscribe via RSS →
  1. May 8, 2026v0.3§
    Feature

    Long-form pages: /product, /pricing, /legal, /changelog

  2. May 7, 2026v0.1§
    Feature

    Marketing site v1 — homepage, design system, sample report

  3. May 7, 2026v0.2§
    Feature

    New mark, dark mode, and an /about page

Phase 2A of the marketing site is done. Three new long-form pages, plus the page you're reading.

/product carries the full product story — the four moves (Connect → Ingest → Generate → Approve), an annotated cross-section of the sample report, and three voice-tone profiles narrating the same KPI snippet in three registers. Reuses the homepage <SampleReport> and the existing integrations / phases / FAQ blocks.

/pricing is the standalone tier surface — the same three plans as the homepage block, plus a feature-by-feature comparison matrix, plus a billing-specific FAQ. Lifecycle-aware: founding-pricing language stays through launched, then steps down to standard pricing on scale.

/legal/ ships as MDX content rendered via next-mdx-remote/rsc, with the loader and validator at src/lib/mdx.ts + src/lib/legal.ts. Each document carries a clear DRAFT banner — the copy is pre-publication and routes any reader to hello@ninetailsagency.com until counsel reviews.

/changelog — this page. MDX entries under src/content/changelog/, RSS at /changelog/rss.xml, sticky date column in the desktop layout. Same content pipeline that powers /legal; reusable for future blog and customer-stories surfaces when those gates open.

Phase 2A is complete; the marketing surface is public-launch-ready pending the four open questions on legal entity, domain, email addresses, and the final pricing-tier display names.

The first version of ninetailsagency.com is up. Ten editorial sections on the homepage — hero, the problem, an animated sample report, the three-phase roadmap, manifesto, integrations, pricing, FAQ, and the early-access CTA. The design system that powers it (color · type · spacing · motion tokens, plus the <NT*> editorial primitives) lives in code at src/components/nt/ and on the public showcase at /design-system.

The animated sample-report block is the centerpiece — a live preview of a Studio draft generating, then settling into the "ready to send" state. Same component the production app will use later; same tokens.

Built in St. Petersburg, FL. Renders as Partial Pre-Render across the public surface, including a brief Suspense boundary on the top-bar so authenticated visits don't pay for the dynamic auth lookup outside it.

The brand mark is now Mark04 — Nine Tails — nine fanned quadratic curves radiating from a bottom-anchored center. It replaces the v0.1 nine-radial-strokes mark across the topbar, footer, and the decorative radial-burst accents in the hero, problem, and CTA sections. The wordmark in the topbar lockup scaled 1.5× to sit alongside it.

Dark mode is now a one-click toggle in the topbar — the .nt-dark token block has been in globals.css since day one and finally has a UI to flip into it. We don't honor prefers-color-scheme automatically; the brand's default register starts in cream paper. Toggle it and the choice persists.

/about ships as the first dedicated internal page — a founder note dated from St. Petersburg, FL, and a methodology section that backs every claim on the homepage with a footnote. Built on a new shared <PageHero> and a (marketing) route group, both available now to the rest of the internal pages.