Skip to main content

TealTiger Playground

The TealTiger Playground is an enterprise-grade web application for developing, testing, and governing AI security policies. It provides a complete policy lifecycle management platform with team collaboration, compliance mapping, and audit trails — all deployable on free-tier infrastructure.

Key Features

Code Playground

Write and test policies with a Monaco-powered editor, syntax highlighting, and live evaluation against test scenarios.

Visual Policy Builder

Drag-and-drop policy creation with a node-based flow editor. No code required.

Policy Registry

Version-controlled policy management with semantic versioning, diff views, and full history.

15+ Templates

Enterprise-ready policy templates for PII detection, cost control, rate limiting, content moderation, and more.

Governance Workflows

Structured approval process: Draft → Review → Approved → Production with configurable approvers.

Compliance Mapping

Map policies to OWASP ASI, NIST AI RMF, SOC2, ISO 27001, and GDPR. Generate compliance reports.

Immutable Audit Trail

Every operation is logged. Export as CSV, JSON, or PDF with SHA-256 tamper detection.

RBAC Simulator

Define roles and simulate policy evaluation across different access levels side-by-side.

Analytics Dashboard

Usage metrics, cost tracking, success rates, and policy performance insights.

CI/CD Integration

Generate GitHub Actions workflows for automated policy testing and deployment.

Architecture

The playground runs on free-tier infrastructure:
ServicePurposeFree Tier Limits
VercelHosting & CDN100 GB bandwidth
SupabaseDatabase, Auth, Real-time500 MB DB, 50K MAU
GitHub ActionsCI/CD2,000 min/month

Tech Stack

  • React 18 + TypeScript
  • Supabase (PostgreSQL + Auth + Real-time subscriptions)
  • Monaco Editor (VS Code’s editor)
  • ReactFlow (visual policy builder)
  • Zustand (state management)
  • Tailwind CSS
  • Vitest + Playwright + fast-check (testing)