Title HTML-first workflow
Aviator prioritizes HTML as your primary building tool.
Instead of cobbling designs together with a variety of different blocks, containers, columns, and other visual abstractions, you stack HTML nodes to build your layouts.
This approach keeps your markup clean and semantic while giving you direct control over the structure of your page. You work with the natural flow of HTML elements, enhancing them with targeted attributes rather than fighting against them with complex wrappers.
Aviator aims to make HTML-authoring faster and more declarative, so building and editing your sites becomes more intuitive. Write standard HTML and enhance it with powerful, concise attributes that handle styling, behavior, and interactions.
With this HTML-first philosophy, your codebase stays leaner and more maintainable. You spend less time wrestling with framework-specific abstractions and more time creating exactly what you envisioned.