Build Web Apps That Are
Lightning-Fast.
XYONL is a build-time meta-framework that combines SPA ergonomics with static file performance. Write template files with scoped styling, execute sandboxed scripts at compile time, and deliver pages with zero client-side hydration overhead.
Architectural Excellence
XYONL pushes computation to compile time, resulting in instantaneous page responses and lightweight deployment bundles.
Zero Hydration Overhead
No massive runtime library parsing in client engines. Reactivity state bindings are identified at compile time and managed by a tiny 100-line ES6 Proxy listener.
Build-Time Sandbox
Evaluate Javascript data lookups, file operations, or API queries during compile time inside isolated Node `vm` sandboxes. Keep runtime bundles completely clean.
Hybrid SPA Routing
Provides SSG SEO capability with fast client-side SPA routing. Link hovers trigger pre-fetches of small fragment payloads (`.frag`) to redraw content seamlessly.
Asset Compression Pipeline
An automated media optimization pipeline. Scans layout assets and converts images to WebP format using `sharp` compiler utilities to decrease loading footprints.
Scoped Component Templates
Organize interfaces modularly. Utilize `
SSE Hot-Reload Watcher
A zero-latency watcher server. Detects filesystem updates to source blocks and propagates updates to active tabs with Server-Sent Events (SSE).
The Compilation Journey
How your `.xyonl` code is transformed into a high-performance production site.
Syntax Pre-Checks
The compiler scans layout tags and checks project directories. Verifies standard requirements and registers layout templates to ensure smooth imports.
Node VM Sandbox Execution
Executes server scripts inside Node `vm` sandboxes. Initial parameters are gathered for runtime state while compilation replaces sandboxed tag outputs.
Reactivity Directive Translation
Converts `{{variable}}` string markers into `data-xy-bind` tags and translates interactive `xy-model` tags into reactive dataset structures.
Fragment & Shell Writing
Writes `.frag` payload structures (for client SPA navigation routing) alongside static `.html` layout bundles inside output distribution directories.
Meet the Founder
The driving vision behind compile-time web meta-framework designs.
AbdulAziz Memon is a visionary software engineer, ethical hacker, and the founder and CEO of Xantrailstudio. Driven by a passion for advanced systems architecture and developer tooling, he specializes in compiler design and the creation of high-performance markup languages—including the open-source project XYONL. As a young industry leader, AbdulAziz is dedicated to scaling innovative software solutions, pushing the boundaries of web architecture, and shaping the future of next-generation digital ecosystems through cutting-edge engineering and strategic open-source collaboration.
Connect with XantrailStudio
Have questions, feedback, or collaboration proposals? Reach out to us directly.
Accelerate Web Speed
Develop using standard web mechanics. Start building fast HTML structures compiled through secure pipelines.