Welcome to WINDELS AI WORKFORCE — your AI-powered workforce platform. • NEW: Open the AI Language Teacher for instant translation, listening and speaking practice. • Enterprise-grade analysis, language learning and lead discovery — evidence-first, audited, fail-closed.
WINDELS AI WORKFORCE logo WINDELS AI WORKFORCE
Login Get started

Safety & trust

Controls that stay on when nobody is watching

Authentication

Sessions live server-side. Passwords are hashed. Login is rate-limited. Logout requires the CSRF token issued at sign-in.

Authorization

Hiding a menu is not enough. Pages call requireLogin / requireAdminPage. APIs return 401 or 403. Writes re-check RBAC and CSRF.

Kill switch

The platform boots with the kill switch active. Paper and broker orders are blocked until an authorized operator releases it.

Honest data

Synthetic candles, sandbox sports and missing providers are labelled. Missing values stay null. CSV export is formula-safe.

Audit

Logins, contact inquiries, user creation and trading events are written to audit_logs with an actor.

Broker writes

Order submission needs an authenticated bridge, TRADING_ENABLED, and a demo account unless live is explicitly allowed.