v3.3.3 5 February 2026

Pricing Page Redesign & Register Flow

Pricing Page — Complete Redesign

The pricing page has been rebuilt from scratch.

New Layout

  • Two side-by-side cards — Sole Trader (£15/mo) and Limited Company (£25/mo), no toggle
  • Live early access counter — progress bar with urgency colours, fetched from /v1/stats/early-access
  • Everything included grid — 36 features across 6 categories (Core Accounting, Reports, UK Tax, Developer Tools, Security, Data & Control)
  • Terminal snippet — real API response showing prefixed IDs, minor units, and pagination
  • FAQ section — 6 common questions with accordion UI, including honest MTD status
  • Roadmap pills — upcoming features clearly labelled (MTD filing, Open Banking, Webhooks, CLI, Multi-currency)
  • Final CTA — “No setup call. No sales deck. Add your card, start your trial, and build.”

Removed

  • Sole Trader / Limited Company toggle (both visible now)
  • “Need an accountant?” section
  • Generic “How SpeyBooks is different” (replaced by richer features grid)

Register Page — Stripe-Ready

  • Plan selection from pricing page URL params (?plan=sole-trader)
  • Live payload preview for developers
  • Password strength meter
  • Step 1 of 2 progress bar (Step 2 = Stripe Checkout)
  • Trial messaging: “Card required to start the trial”

Early Access API Endpoint

  • GET /v1/stats/early-access — returns spots remaining, trial days (90 or 30)
  • Automatically switches from 90-day to 30-day trial when 50 spots are claimed
  • 5-minute cache, CORS configured for speybooks.com

Tags: feature improvement

Components: Marketing Site, Application, API