From Website Specification to Validated Preview and Licensed ZIP.
Omega uses a staged production pipeline so larger websites do not depend on one oversized request. This guide documents how the authoritative specification moves through planning, media processing, page generation, platform rendering, quality validation, preview publication and export.
Pipeline overview
Generation is a sequence of controlled stages.
Exact internal implementation can evolve, but the architectural responsibilities remain separated.
Plan
Initialize
Media
Pages
Finalize
Validate + Preview
Licence + Export
Private build workspace
Temporary generation files belong outside the ordinary public website directory.
The build workspace is infrastructure, not the finished public site.
Private workspace
Temporary by design
Project identity
Image stage
Images are processed before they are integrated into generated pages.
The current image architecture prioritizes responsive production output and avoids unnecessary enlargement of smaller source images.
Production formats
No-upscale behavior
Favicons
Integration
Page generation
Large architectures are generated progressively.
The current build limit is 120 generated pages, including repeated individual pages created from structured lists.
Page types
Repeated systems
Chunking
Continuation recovery
Platform fork
Pure HTML and WordPress branch into separate production logic.
Omega does not generate one package and simply rename files to simulate another platform.
Pure HTML
WordPress
Validation
Generated output passes specialist readiness and platform checks.
Build-time checks are designed to detect structural problems before delivery, not to impersonate deployed runtime measurements.
SEO + schema
Accessibility
Performance
Security
WordPress validation
Preview publication
The generated project is published to an isolated temporary preview and must load its real assets.
The preview is not a screenshot. It is a delivery layer for the generated site.
CSS health
JavaScript health
Image health
Responsive inspection
Authoritative deliverable
Export packages the generated project—not a browser-captured copy.
After the applicable preview, payment and licence gates, Omega creates the platform-specific licensed ZIP from authoritative project files.
Pure HTML ZIP
WordPress package
Licensed export
Omega Web Pro documentation
The pipeline is designed to be inspectable, staged and recoverable.
Use How It Works for the customer-facing lifecycle, or open Builder to see the pipeline operate on a real project.
