Aether JS AetherJS
v1.0.0 Released

Your Interfaces
Light-Speed Design.

AetherJS is a utility-first JavaScript controller built for modern web applications, minimizing DOM manipulation. Say goodbye to complex state management.

User
Kintaro
Developed by
<!-- Wrapper -->
<div data-aether-ui="tab-group">

    <!-- Triggers -->
    <div class="flex gap-4">
        <button data-aether-trigger="tab" data-aether-target="general">General</button>
        <button data-aether-trigger="tab" data-aether-target="security">Security</button>
    </div>

    <!-- Panels -->
    <div id="general" data-aether-ui="tab-panel">
        General...
    </div>

    <div id="security" data-aether-ui="tab-panel">
        Security...
    </div>

</div>

Are you ready?
Ignite Your Project.

No dependencies. No complex configuration. Just clean, performant, and manageable interfaces.

Download Aether.js