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 with organized sectionstext/docs
- Integration guides for all platforms with troubleshooting
- Core concepts pages (baselines, drift detection types explained)
- Comprehensive FAQ with 25+ common questions
- Help Center at with categories and search (placeholder)text/help
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 (,textprod_, etc.)textstaging_
- 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:
- — create a new keytextPOST /api/workspace/keys
- — list all keystextGET /api/workspace/keys
- — revoke a keytextDELETE /api/workspace/keys/:id
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
- shows your workspace webhook URL prominentlytext/setup
- Onboarding offers optional Slack integration
- Dashboard with helpful empty-state messaging
2026-04-18
🌐 Custom Domain Migration (v0.2.0)
Changed:
- Migrated from totextflautopsy.vercel.apptextflautopsy.stralocroft.com
- All API endpoints updated
- Email domain updated ()textsupport@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 texthttps://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):
- — Next.js frontend + dashboards + docstextapps/web
- — Node.js Express backendtextapps/api
- — Drift detection logic (internalized)textpackages/algorithm
- — Shared utilities and TypeScript typestextpackages/shared
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.