0
Screenshot 2026-04-19 at 4.14.17 PM.png
ARCHITECTURE_01.jpg
ARCHITECTURE_06.jpg
ARCHITECTURE_02.jpg
ARCHITECTURE_03.jpg
ARCHITECTURE_03.jpg
ARCHITECTURE_04.jpg
ARCHITECTURE_06.jpg
ARCHITECTURE_05.jpg
Intellectual Property Valuation · Confidential

Luminal CMS
IP & Marketing Analysis

An enterprise-grade, AI-native flat-file content platform powering a 40+ site fleet from a single codebase. Built to scale. Built without a database. Built with Claude Code.

210K+
Lines of custom code
59
Production modules
40+
Live sites on the fleet
$2–3M
Replacement value (mid)
01 · Executive Summary

What the asset is, in one page.

Luminal CMS is a self-contained PHP content platform with zero database dependency, multi-tenant fleet management, AI-native content generation, and an integrated commerce stack. It is deployed across more than forty production sites on a hub-and-spoke topology with automated deployment, rollback, and compliance enforcement. The IP is distinct, non-derivative, and actively generating operational leverage.

  1. Category-bending architecture. Flat-file storage eliminates the single largest source of CMS operational cost, security exposure, and hosting overhead.
  2. Fleet management is included, not a separate product. Most competitors sell multi-site management as a premium add-on — Luminal ships it in the core.
  3. AI woven through the workflow. Multi-provider routing (Claude, GPT, Gemini, Grok), scheduled agents, autonomous content pipelines, and an MCP tool server — built in, not bolted on.
  4. Battle-tested at 40+ sites. Edge cases are paid for. A rebuild restarts that clock.
  5. Invisible attack surface. No recognizable fingerprint for automated scanners — structurally different from the platforms that account for the majority of CMS security incidents.
02 · What We Built

Six pillars, one platform.

The Luminal ecosystem is built around six capability pillars. Each is a category on its own in the market; here they are unified under a single administrative surface and a single deployment pipeline.

Pillar 01

Modular Page Assembly

A block-native page manager lets non-technical operators assemble pages from reusable content stacks, media blocks, shortcodes, and panel embeds — no theme file hacking, no developer in the loop.

Pillar 02

Content Creation & Media

Full gallery manager, thumbnail pipeline (ffmpeg/GD), PDF embedding, font manager, and background orchestration — every site's creative surface in one dashboard.

Pillar 03

Content Stacks

Define a content block once; embed it across any page via a single shortcode. Mixed media, multi-column layouts, reusable across an entire site fleet.

Pillar 04

AI-Powered Capabilities

Multi-provider AI routing, NotebookLM-style podcast generation, AgentScheduler for autonomous pipelines, prompt libraries, and an MCP tool server. AI is infrastructure here, not a plugin.

Pillar 05

Enterprise-Grade Administration

Managed SSL, server backups, cron orchestration, fleet deployment, and external API integrations — all governed from a single pane across every site.

Pillar 06

Integrated E-commerce & Events

Native storefront, multi-gateway checkout (Stripe, PayPal, Square), Printful print-on-demand, affiliate product grids, and a production-grade events manager with social sync.

03 · By the Numbers

The codebase, measured.

Line counts verified via automated codebase analysis. Vendor libraries, media files, and cache directories excluded — this is first-party IP only.

ComponentLines of CodeFiles
Core CMS & admin surface192,199729
Deployment pipeline & fleet tools17,827~35
Total custom code210,026764
LanguageLinesFilesCount
PHP110,930PHP470
CSS46,325CSS139
JavaScript34,944JavaScript120
04 · Module Inventory

Top modules by weight.

59 production modules govern everything from podcast pipelines to server sentinels. The top fifteen by code size account for the majority of user-facing capability.

ModuleCapabilityPHPJSCSSTotal
PodcastManagerDual-voice generation, RSS, episode archive54,1342,9637,49764,594
MyStoreStorefront, cart, checkout, orders16,3226343,28120,237
FarmoutManagerFleet deployment & allowlist resolver8,3274,0463,26415,637
StatsCaptainOGFleet-wide analytics7,2742,9823,83414,090
ServerSentinelUFW/Fail2Ban, intrusion monitoring5,6881,5351,4998,722
AIResourcesMulti-provider routing, MCP server5,1171,0918417,049
AgentSchedulerAutonomous AI pipelines & cron3,1509512364,337
PageManagerPage CRUD, revisions, live editor2,9253915933,909
GHLConnectorCRM lead capture & store-and-forward1,9221,0208823,824
TechSupportAI-triaged ticketing system2,0967926363,524
MenuManagerSite navigation engine1,1398301,2823,251
EventsManagerProEvent CRUD, FB sync, venue widgets1,4818508043,135
UserManagerRBAC, session, membership1,5976646942,955
FileManagerUpload, metadata, browser1,4251,0593792,863
ServerBackupsManagerPer-site snapshot & restore1,3358166682,819
Remaining 44 modules (content, commerce, media, admin, integration)~50K+ LOC
05 · Architectural Advantage

Why the design is a moat, not a choice.

Three architectural decisions differentiate Luminal at a level competitors would have to rewrite their core to match.

Advantage 01

Zero Database Dependency

Every piece of data is stored as JSON in the admin/data/ tree. No MySQL tuning, no connection pools, no query cache, no replication lag. Hosting drops to near-zero; backups are a tarball; restores are a cp.

Advantage 02

Multi-Tenant Fleet Native

The FarmoutManager runs hub-and-spoke deployment across physical servers. Distribution pyramid (base → server_spoke → pinnacle) governs which modules land on which sites — enforced by a pure-PHP engine with drift-quarantine.

Advantage 03

AI as Infrastructure

Provider routing, cost accounting, prompt commons, MCP tool server, and an agent scheduler are first-class subsystems — not plugins. Shipping a new AI-driven workflow means adding a pipeline, not rebuilding a stack.

06 · Replacement Value

What it would cost to rebuild from zero.

Industry-standard output for custom PHP/JS application code is 10–25 lines of production-ready code per engineering hour. Flat-file architecture with no framework subtracts from that rate, because you're building what frameworks would give you for free.

ScenarioLOC / hrTotal hoursRateReplacement cost
Conservative (senior, lean team)258,401$150/hr$1,260,000
Moderate (mid-level team)1514,002$150/hr$2,100,000
Realistic (architecture + iteration)1217,502$175/hr$3,063,000
Agency rate (outsourced)1217,502$250/hr$4,376,000

Fair replacement value for insurance & IP purposes

Mid-range rebuild with equivalent quality, PM, QA, and iteration. Timeline: 24–36 months with a 4–5 person engineering team.

$2M – $3M
07 · Market Comparison

Where Luminal sits on the map.

Comparison is inexact because no competitor combines all four capability axes. The matrix below scores against the platforms Luminal most frequently displaces in conversation.

Capability Luminal CMS Squarespace / Wix Webflow Craft / Statamic Contentful HubSpot CMS Adobe AEM
Flat-file / no database✓ NativeStatamic only
Multi-site fleet management✓ Built-inWorkspacesSpacesAdd-on
Native ecommerce (multi-gateway)✓ Stripe · PayPal · SquareSingle gatewayAdd-onPluginSeparate productCommerce SKU
AI content generation native✓ Multi-providerBasicBasicAPI add-onBreeze (single)GenAI add-on
Autonomous AI agents / cron pipelines✓ AgentSchedulerWorkflowsWorkflow
MCP tool server for AI integration✓ Shipped
Server management & SSL automation✓ BundledHostedHostedHostedHostedHosted
Self-hostable with zero licensing✗ SaaS only✗ SaaS onlyLicense req.
Starting price pointNegotiated / licensed$16–52/mo$29–235/mo$59/mo or $259 OT$500–2,500/mo$900+/mo$250K+/yr
08 · Commercial Packaging

Three ways the asset monetizes.

Each tier targets a distinct buyer. Pricing is defensible against peer products named in §07.

Tier 1

Single-Site License

Freelancers, artists, venues, small shops.

$29 – $199 /mo

or $299 – $1,999 one-time.

  • Starter: pages, galleries, menus, fonts
  • Pro: + events, podcasts, AI assist, support widget
  • Commerce: + MyStore, Printful, multi-gateway, CRM
  • Peer: Squarespace, Craft, Statamic
Tier 3

Enterprise / White-Label

Mid-size orgs, universities, franchise groups.

$15K – $100K / yr

or $50K – $100K on-prem + $15K maintenance.

  • Unlimited modules & sites
  • ServerSentinel, AgentScheduler, MCP server
  • Dedicated CRM & integration layer
  • White-label or on-prem deployment
  • Peer: HubSpot CMS, Contentful, AEM
09 · Acquisition & Exit Scenarios

Four ways the IP converts to capital.

MethodBasisRange
Cost-to-Rebuild (floor)Conservative LOC × senior rate$1.0M – $1.3M
Fair Replacement (mid)Realistic rebuild with QA & iteration$2.0M – $3.0M
Strategic Platform PlaySaaS platform positioning, multi-tenant capability$750K – $2.0M
SaaS Revenue Multiple3–5x ARR at $10K MRR$360K – $600K
Agency Rate ReplacementExternal agency build-out$3.5M – $4.5M
10 · IP Protection Posture

What cannot leak, by construction.

Sensitive modules and deploy infrastructure are structurally excluded from standard distribution. The allowlist engine is the source of truth; there is no path by which a commercial distribution can accidentally include Pinnacle-tier tooling.

SubsystemTierDistribution pathStatus
FarmoutManager (fleet deploy)PinnacleHub-only; never deployed to clientsSealed
AgentSchedulerPinnacleHub-only; excluded from safe-deploy allowlistSealed
ServerSentinel / ServerMonitorTier 2+Server tools package onlyGated
SiteGuardian enforcement enginePinnacleHub-only compliance dashboardSealed
DomainsManager / CronManagerTier 2Server-tier distributionGated
Deploy pipeline & registryHubOutside SRC tree; never rsyncedSealed
Provider keys & CRM credentialsPer-siteExcluded from rsync by patternSealed
11 · Growth Trajectory

Velocity of the asset.

Modules and LOC shipped since project start. Rate of value creation is a key indicator of the team's capital efficiency.

DateModulesSitesLOCMilestone
Feb 10, 20261827~100KCore CMS, foundational modules
Feb 18, 20262527~158KFarmoutManager, fleet-wide stats
Feb 22, 20263348~185KGHL CRM, second physical server
Feb 25, 20263446210KServerSentinel, AI pipelines v2
Apr 23, 20265940+250K+ (est.)Site Guardian, distribution inheritance, allowlist enforcement, MCP server
12 · Investment Thesis

Why this asset, why now.

  1. Architectural differentiator is durable. The flat-file + multi-tenant combination is not reachable by incumbents without a core rewrite. Switching costs defend pricing.
  2. AI integration is ahead of the market. MCP tool server, multi-provider routing, autonomous pipelines, and agent libraries are shipping today while peers ship roadmap slides.
  3. Operational leverage is proven. One engineering team maintains 40+ sites from one codebase. Gross-margin profile scales non-linearly with customer count.
  4. Growth velocity is extraordinary. Roughly 150K lines and 40+ modules added in ten weeks of active development, driven by an AI-augmented development workflow.
  5. Optionality on packaging. Same IP monetizes as SaaS ($49/mo), agency license ($299–1,499/mo), enterprise ($15K–100K/yr), or full acquisition ($1M–4.5M). The buyer pool is not narrow.
  6. Security posture is a feature. The absence of a recognizable attack surface is not hypothetical — it is measurable against server logs on deployed sites.