Skip to content

Phony Cloud Platform - Appendix


Glossary

TermDefinition
N-gramContiguous sequence of n items (characters or words) used for statistical pattern learning
PIIPersonally Identifiable Information - data that can identify an individual
Synthetic DataArtificially generated data that mimics real data patterns
AnonymizationProcess of removing or replacing identifying information
MaskingPartially hiding data while preserving format (e.g., j***@e***.com)
Mock APISimulated API for development/testing that mimics real backend behavior
DeterministicSame input always produces same output (reproducible)
SeedInitial value used to start a pseudorandom number generator for reproducibility
FK (Foreign Key)Database constraint linking records between tables
Referential IntegrityEnsuring FK relationships remain valid after data transformation
SubsetA smaller representative portion of data maintaining relationships

Business Terms

TermDefinition
ARRAnnual Recurring Revenue - yearly subscription revenue
MRRMonthly Recurring Revenue - monthly subscription revenue
LTVLifetime Value - total revenue expected from a customer
CACCustomer Acquisition Cost - cost to acquire one customer
ARPUAverage Revenue Per User - average monthly revenue per customer
ChurnRate at which customers cancel subscriptions
NRRNet Revenue Retention - revenue retained including expansion/contraction
PLGProduct-Led Growth - growth driven by product usage vs sales
PMFProduct-Market Fit - degree to which product satisfies market demand

Technical Terms

TermDefinition
MCPModel Context Protocol - standard for AI tool integration
SSOSingle Sign-On - unified authentication across services
SAMLSecurity Assertion Markup Language - SSO protocol
OIDCOpenID Connect - authentication layer on OAuth 2.0
SCIMSystem for Cross-domain Identity Management - user provisioning
RBACRole-Based Access Control - permissions based on roles
SOC2Service Organization Control 2 - security compliance framework
HIPAAHealth Insurance Portability and Accountability Act - US healthcare privacy
GDPRGeneral Data Protection Regulation - EU privacy law
KVKKKişisel Verilerin Korunması Kanunu - Turkish data protection law

References

Market Research

Competitors

CompanyURLNotes
Tonic.aitonic.aiPrimary competitor, enterprise-focused, $199+/mo
Neosyncgithub.com/nucleuscloud/neosyncDiscontinued (acquired by Grow Therapy, Jan 2025)
Greenmaskgreenmask.ioOpen source, PostgreSQL-only
FakerPHPfakerphp.github.ioPHP fake data library
Faker.jsfakerjs.devJavaScript fake data library

Mock API Tools

ToolURLNotes
Mockoonmockoon.comOpen source, local-first
Postmanpostman.comMock as part of platform
Apidogapidog.comAll-in-one API platform

Database Anonymization Tools

ToolURLNotes
Greenmaskgreenmask.ioGo, PostgreSQL/S3
Anonimatronrealrolfje.github.io/anonimatronJava, multi-DB
Divante Anonymizergithub.com/DivanteLtd/anonymizerPHP, Magento-focused

Technical References

  • N-gram Language Models: Jurafsky & Martin, "Speech and Language Processing"
  • Laravel Documentation: laravel.com/docs
  • Model Context Protocol: modelcontextprotocol.io

Document Information

FieldValue
Version2.3
UpdatedJanuary 2026
AuthorPhonyland Team
StatusDraft
Domainphony.cloud
GitHubgithub.com/phonyland

Version History

VersionDateChanges
1.0December 2025Initial specification
1.1January 2026Added implementation details
2.0January 2026Restructured into modular documents, added security model, consolidated duplications
2.1January 2026Local training decision: OSS includes full local training (files), Cloud differentiates with DB column training, team features, and infrastructure
2.2January 2026New features: Data Snapshots & Rollback, CI/CD Integration, Competitors to Track, Future Capabilities (GraphQL, PII Detection, Data Quality), Model Portability emphasis, Snapshot limits in pricing, Strategic Business Plan (/business/strategic-plan)
2.3January 2026Infrastructure-based pricing: Unlimited generation + UNLIMITED USERS (Starter+), no per-seat pricing, Sync Job model (1 source→1 target per job), endpoint-based Mock API limits, Complete Pricing Matrix (/product/pricing) with ALL features, Revenue-optimized language strategy (PHP→Python→TypeScript based on WTP analysis)

Document Structure

This specification is organized into modular documents for easier navigation:

PHONY_CLOUD_SPEC/
├── README.md            # This index
├── 00_OVERVIEW.md       # Executive Summary, Problem Statement
├── /product/overview       # Solution Ecosystem, Core Engine
├── /product/database-sync   # Platform Capabilities
├── /business/market         # Target Users, Competitive Analysis
├── /business/model       # Pricing, Unit Economics
├── /business/go-to-market            # Go-to-Market, Marketing
├── /technical/architecture      # Architecture, Security, API
├── /reference/implementation # Phase 1, 2, 3 Plans
├── /reference/operations     # Risks, Milestones, Exit
├── /reference/appendix       # Glossary, References (this file)
├── /business/strategic-plan # Business Plan, Competitive Strategy, DX
├── 11_DEEP_STRATEGY_ANALYSIS.md # Deep Pricing & Competitive Analysis
└── /product/pricing # Complete Feature Matrix (ALL features)

Phony Cloud Platform Specification