v1.4 — 30 tables across 5 domains

Production-Fidelity Data.
Zero Compliance Risk.

The only schema-aware engine that generates deterministic, production-scale environments for high-compliance engineering.

Designed for SOC2 · GDPR · HIPAA development pipelines

realitydb v1.4
$ realitydb seed --template saas --records 500 --seed 42

Autonomous Schema Inference · 6 tables · 9 foreign keys

  organizations: 150 rows (8 industries)
  users:         500 rows (4 roles, 4 statuses)
  plans:         50 rows (5 tiers)
  subscriptions: 600 rows (5 lifecycle states)
  invoices:      1500 rows (5 billing statuses)
  payments:      1500 rows (4 methods)

Seed complete. 4,300 rows in 0.4s · deterministic · FK-safe

The Death of the
Production Clone.

Cloning production data into development environments is a multi-million dollar liability. Every copy of customer PII is a breach waiting to happen.

RealityDB generates production-fidelity data with zero real PII. Same schema structure. Same statistical distributions. Same relationship integrity. No compliance risk.

SOC2 GDPR HIPAA PII-Free Audit Trail
Approach Production Clone RealityDB
Real PII exposed Yes None
GDPR compliant Requires DPA By design
Setup time Hours–Days 30 seconds
Deterministic No Always
Schema drift safe Breaks often Auto-adapts
Audit trail Manual Built-in

Engineered for fidelity.

Every feature serves two goals: engineering velocity and compliance safety.

scan

Autonomous Schema Inference

Reads your PostgreSQL schema and infers generation strategies for every column. Tables, foreign keys, dependencies, insertion order — zero configuration.

Eliminates weeks of manual seed script maintenance for 500+ table databases.
--seed 42

Reproducible State Engine

Same seed produces identical data across machines, environments, and time. Debug a specific data state. Share it with a teammate. Reproduce it in CI.

Essential for regulated CI/CD pipelines requiring deterministic test environments.
--timeline

Temporal Consistency & Audit Simulation

Data spans months with S-curve growth. Timestamps are causally coherent — subscriptions start after user signups. Audit trails look real.

Critical for FinTech — test banking apps with a perfect history of transactions.
--scenario

Controlled Anomaly Injection

Inject payment failures, churn spikes, fraud patterns, data quality issues, system outages, and migration artifacts at configurable intensity levels.

7 scenario types. Compose multiple. Schedule on timelines.
capture / load

Environment Reproduction

Capture a live database state into a portable Reality Pack. Share it. Load it on another machine. Bug reproduction in one command.

Includes schema DDL — receivers can create tables from scratch.
mask --dry-run

PII Detection & Masking

Scans existing databases for personally identifiable information. Three compliance modes: GDPR, HIPAA, Strict. Export masked data with audit logs.

Helps organizations identify and mask PII. Consult your compliance team for legal requirements.

Schema-Aware Inference of
Complex Relational Dependencies.

Each domain encodes real-world entity relationships, lifecycle state machines, and statistically validated distributions. Infinite deterministic states.

💳

SaaS

Multi-Tenant Subscription Logic

Organization hierarchies · Role-based access · Tiered billing cycles · Invoice lifecycle · Payment method distribution

🛒

E-commerce

Full-Cycle Marketplace Simulation

Hierarchical category trees · Product catalog with ratings · Order fulfillment pipelines · Review authenticity signals

🎓

Education

Multi-Tier SIS Dependency Mapping

Teacher-class-student relational chains · Grade distribution curves · Attendance state machines · Assignment type weighting

🏦

Fintech

Audit-Ready Transactional Flows

Fraud-alert simulation · Validated settlement logic · Deterministic chargebacks · 12-category transaction classification

🏥

Healthcare

HIPAA-Compliant Longitudinal Data

Clinical encounter coherence · ICD/CPT coded diagnoses · Medication lifecycle tracking · Reproducible vitals history

From engineers to executives.

Different stakeholders, same platform.

Engineering

Development & QA Teams

Populate dev databases instantly. Deterministic CI test data. Reproduce bugs with Reality Packs. No more empty dashboards.

realitydb seed --template saas --ci
Compliance

Security & Risk Officers

Eliminate PII from dev environments. Audit-ready masking reports. GDPR/HIPAA compliance without production clones.

realitydb mask --dry-run --mode hipaa
Data Science

ML Engineers & Analysts

Synthetic datasets for pipeline development. Statistical distributions for model testing. Million-row CSV exports without a database.

realitydb generate --records 1000000 --format csv
Education

Professors & Training Programs

Safe, realistic datasets for SQL courses. Same data for every student. Built-in classroom mode with exercises and progress tracking.

realitydb classroom start sql-101
Sales

Demo & Pre-Sales Engineering

Convincing product demos with thousands of realistic records. No more "John Doe" with $1 orders. Dashboards that look like production.

realitydb seed --template saas --records 5000
Research

Academic & Doctoral Research

Reproducible synthetic environments for research in deterministic data synthesis, temporal graph consistency, and privacy-preserving AI systems.

realitydb analyze --output research-template.json

30 seconds to production-fidelity data.

No account required. No cloud dependency. Runs entirely on your infrastructure.

$ npm install -g realitydb