Changelog

All notable changes to FlautoPsy are documented here. We use semantic versioning.

2026-05-24

📚 Complete Documentation & Help Center

New:

  • Full documentation site at
    text
    /docs
    with organized sections
  • Integration guides for all platforms with troubleshooting
  • Core concepts pages (baselines, drift detection types explained)
  • Comprehensive FAQ with 25+ common questions
  • Help Center at
    text
    /help
    with categories and search (placeholder)

Details:

  • Getting Started guide: 5-minute setup walkthrough
  • Integration guides include JSON examples and common gotchas
  • Baselines explained with real examples
  • All 5 drift detectors documented with evidence JSON samples

2026-05-24

🏛️ Production-Ready Legal Pages

New:

  • Privacy Policy with GDPR/CCPA compliance sections
  • Terms of Service with acceptable use and liability caps
  • Security & Compliance page detailing infrastructure (Vercel, Supabase SOC 2)
  • Cookie Policy explaining session-only, no-tracking approach

Removed:

  • All "TODO: have a lawyer review" placeholders
  • Starter template disclaimers
  • Generic placeholder copy

Details:

  • Clear data retention policies (90 days free, 1 year Pro, unlimited Agency)
  • Encryption details (TLS 1.3 in transit, AES-256 at rest)
  • 30-day notice for material policy changes
  • Bracketed placeholders only for jurisdiction (operator to fill)

2026-05-23

📌 Per-Workspace API Keys (v0.3.0)

New:

  • Generate multiple API keys per workspace
  • Customize key names and prefixes (
    text
    prod_
    ,
    text
    staging_
    , etc.)
  • Revoke individual keys without affecting others
  • API endpoints to list and delete keys

Details:

  • Keys hashed SHA-256 in database (never stored plaintext)
  • Each key shows creation date and last-used timestamp
  • Rate limits apply per key, not per workspace

Endpoints:

  • text
    POST /api/workspace/keys
    — create a new key
  • text
    GET /api/workspace/keys
    — list all keys
  • text
    DELETE /api/workspace/keys/:id
    — revoke a key

2026-05-23

🎯 Honest Positioning & Walkthrough Onboarding (v0.2.5)

New:

  • Rewrote homepage to focus on real value: "See when your AI changes"
  • Interactive onboarding walkthrough for new users
  • Removed marketing jargon, hype, and made feature list honest

Improvements:

  • Setup page now guides through webhook configuration step-by-step
  • text
    /setup
    shows your workspace webhook URL prominently
  • Onboarding offers optional Slack integration
  • Dashboard with helpful empty-state messaging

2026-04-18

🌐 Custom Domain Migration (v0.2.0)

Changed:

  • Migrated from
    text
    flautopsy.vercel.app
    to
    text
    flautopsy.stralocroft.com
  • All API endpoints updated
  • Email domain updated (
    text
    support@stralocroft.com
    )
  • SSL/TLS certificates configured and validated

Action Required:

  • Users: Update webhook URLs from old domain to new
  • Integrations: Re-point Make.com/n8n/Zapier to new webhook URL
  • API clients: Update base URL to
    text
    https://flautopsy.stralocroft.com/api

Backwards Compatibility:

  • Old domain redirects to new domain (temporary, 90 days)

2026-04-18

🏗️ Monorepo Workspace Restructure

Architecture:

  • Reorganized into monorepo (was flat structure):
    • text
      apps/web
      — Next.js frontend + dashboards + docs
    • text
      apps/api
      — Node.js Express backend
    • text
      packages/algorithm
      — Drift detection logic (internalized)
    • text
      packages/shared
      — Shared utilities and TypeScript types

Benefits:

  • Cleaner dependency management
  • Algorithm logic no longer external dependency
  • Independent deployment of web and API
  • Easier to onboard new developers

2026-04-15

🚀 Beta Launch (v0.1.0)

Initial Features:

  • Dashboard: View workflows, traces, and alerts
  • 5 drift detectors:
    • PROMPT_DECAY — Jaccard distance on prompt keywords
    • OUTPUT_DRIFT — Z-score on output token length
    • COST_SPIKE — EWMA on total tokens (5x threshold)
    • LATENCY_SPIKE — EWMA on response time (5x threshold)
    • TOPOLOGY_CHANGE — Weisfeiler-Lehman graph hash
  • Baseline learning from 10+ traces
  • Per-workspace settings and alert thresholds
  • Slack integration for notifications
  • API key management

Supported Platforms:

  • Make.com (HTTP module)
  • n8n (HTTP Request node)
  • Zapier (Webhooks by Zapier)
  • Any HTTP-capable application

Data:

  • PostgreSQL database hosted on Supabase (AWS us-east-1)
  • Encryption in transit (TLS 1.3) and at rest (AES-256)
  • 90-day data retention on free tier

2026-03-01

🔬 Closed Alpha Testing

Initial closed alpha release for early customers and feedback gathering.