{"id":6,"date":"2026-08-29T03:11:00","date_gmt":"2026-08-29T03:11:00","guid":{"rendered":"https:\/\/ai.ezechax.club\/?page_id=6"},"modified":"2026-08-29T05:00:01","modified_gmt":"2026-08-29T05:00:01","slug":"home","status":"publish","type":"page","link":"https:\/\/ai.ezechax.club\/","title":{"rendered":"Home"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>Ezechax AI \u2014 Coming Soon<\/title>\n\n<meta name=\"description\" content=\"Ezechax AI is coming. Discover a new generation of AI tools, intelligence and experiences built for the way we work, create and grow.\">\n\n<style>\n\n:root{\n    --green:#8DD85E;\n    --green-soft:#b7ed91;\n    --bg:#050605;\n    --text:#f5f7f3;\n    --muted:#8c9388;\n    --line:rgba(255,255,255,.09);\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n}\n\nbody{\n    background:var(--bg);\n    color:var(--text);\n    font-family:\n        Inter,\n        ui-sans-serif,\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        sans-serif;\n    overflow-x:hidden;\n}\n\n\/* =========================\n   PAGE\n========================= *\/\n\n.ez-ai-page{\n    min-height:100vh;\n    position:relative;\n    overflow:hidden;\n    background:\n        radial-gradient(\n            circle at 50% 42%,\n            rgba(141,216,94,.08),\n            transparent 30%\n        ),\n        var(--bg);\n}\n\n\/* =========================\n   BACKGROUND\n========================= *\/\n\n.ez-grid{\n    position:absolute;\n    inset:0;\n    opacity:.32;\n    pointer-events:none;\n\n    background-image:\n        linear-gradient(\n            rgba(255,255,255,.035) 1px,\n            transparent 1px\n        ),\n        linear-gradient(\n            90deg,\n            rgba(255,255,255,.035) 1px,\n            transparent 1px\n        );\n\n    background-size:70px 70px;\n\n    mask-image:\n        radial-gradient(\n            ellipse at center,\n            black 0%,\n            transparent 75%\n        );\n}\n\n.ez-noise{\n    position:absolute;\n    inset:0;\n    opacity:.035;\n    pointer-events:none;\n\n    background-image:\n        url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'\/%3E%3C\/svg%3E\");\n}\n\n\/* =========================\n   NAV\n========================= *\/\n\n.ez-nav{\n    position:relative;\n    z-index:10;\n\n    width:100%;\n    max-width:1240px;\n\n    margin:auto;\n    padding:28px 28px;\n\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n}\n\n.ez-brand{\n    display:flex;\n    align-items:center;\n    gap:10px;\n\n    text-decoration:none;\n    color:white;\n\n    font-size:19px;\n    font-weight:800;\n    letter-spacing:-.7px;\n}\n\n.ez-brand-mark{\n    width:34px;\n    height:34px;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    border-radius:10px;\n\n    background:var(--green);\n    color:#071006;\n\n    font-size:15px;\n    font-weight:900;\n\n    box-shadow:\n        0 0 30px rgba(141,216,94,.2);\n}\n\n.ez-brand em{\n    color:var(--green);\n    font-style:normal;\n}\n\n.ez-status{\n    display:flex;\n    align-items:center;\n    gap:8px;\n\n    padding:8px 13px;\n\n    border:1px solid var(--line);\n    border-radius:100px;\n\n    color:#9ba198;\n\n    font-size:11px;\n    letter-spacing:.3px;\n\n    background:rgba(255,255,255,.025);\n}\n\n.ez-status-dot{\n    width:6px;\n    height:6px;\n\n    border-radius:50%;\n\n    background:var(--green);\n\n    box-shadow:\n        0 0 10px var(--green);\n\n    animation:\n        statusPulse 2s infinite;\n}\n\n@keyframes statusPulse{\n    0%,100%{\n        opacity:1;\n    }\n\n    50%{\n        opacity:.35;\n    }\n}\n\n\/* =========================\n   HERO\n========================= *\/\n\n.ez-hero{\n    position:relative;\n    z-index:2;\n\n    min-height:\n        calc(100vh - 90px);\n\n    max-width:1100px;\n\n    margin:auto;\n\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n\n    text-align:center;\n\n    padding:\n        30px 24px 80px;\n}\n\n\/* =========================\n   EYEBROW\n========================= *\/\n\n.ez-eyebrow{\n    margin-bottom:22px;\n\n    color:var(--green-soft);\n\n    font-size:11px;\n    font-weight:700;\n\n    letter-spacing:2.5px;\n    text-transform:uppercase;\n}\n\n\/* =========================\n   HEADLINE\n========================= *\/\n\n.ez-title{\n    max-width:950px;\n\n    font-size:\n        clamp(\n            62px,\n            10vw,\n            132px\n        );\n\n    line-height:.88;\n\n    letter-spacing:-7px;\n\n    font-weight:800;\n\n    margin-bottom:32px;\n}\n\n.ez-title .green{\n    color:var(--green);\n}\n\n\/* =========================\n   DESCRIPTION\n========================= *\/\n\n.ez-description{\n    max-width:620px;\n\n    margin:auto;\n\n    color:var(--muted);\n\n    font-size:\n        clamp(15px,1.7vw,18px);\n\n    line-height:1.65;\n\n    letter-spacing:-.15px;\n}\n\n\/* =========================\n   AI ORBIT\n========================= *\/\n\n.ez-ai-orbit{\n    width:270px;\n    height:270px;\n\n    margin:\n        55px auto 42px;\n\n    position:relative;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n\n\/* central sphere *\/\n\n.ez-core{\n    width:70px;\n    height:70px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle at 35% 30%,\n            #d7ffc2,\n            var(--green) 35%,\n            #397b2b 75%,\n            #173616\n        );\n\n    box-shadow:\n        0 0 35px rgba(141,216,94,.5),\n        0 0 100px rgba(141,216,94,.18);\n\n    animation:\n        corePulse 4s ease-in-out infinite;\n}\n\n@keyframes corePulse{\n\n    0%,100%{\n        transform:scale(.9);\n        box-shadow:\n            0 0 30px rgba(141,216,94,.4),\n            0 0 90px rgba(141,216,94,.12);\n    }\n\n    50%{\n        transform:scale(1.05);\n        box-shadow:\n            0 0 45px rgba(141,216,94,.65),\n            0 0 120px rgba(141,216,94,.2);\n    }\n}\n\n\/* orbit rings *\/\n\n.ez-ring{\n    position:absolute;\n\n    width:100%;\n    height:100%;\n\n    border:\n        1px solid rgba(141,216,94,.17);\n\n    border-radius:50%;\n}\n\n.ez-ring:nth-child(1){\n    transform:\n        rotateX(65deg)\n        rotateZ(20deg);\n\n    animation:\n        orbit1 9s linear infinite;\n}\n\n.ez-ring:nth-child(2){\n    transform:\n        rotateY(65deg)\n        rotateZ(-25deg);\n\n    animation:\n        orbit2 12s linear infinite reverse;\n}\n\n.ez-ring:nth-child(3){\n    width:75%;\n    height:75%;\n\n    transform:\n        rotateX(70deg)\n        rotateY(25deg);\n\n    border-color:\n        rgba(141,216,94,.12);\n\n    animation:\n        orbit3 7s linear infinite;\n}\n\n@keyframes orbit1{\n    to{\n        transform:\n            rotateX(65deg)\n            rotateZ(380deg);\n    }\n}\n\n@keyframes orbit2{\n    to{\n        transform:\n            rotateY(65deg)\n            rotateZ(-385deg);\n    }\n}\n\n@keyframes orbit3{\n    to{\n        transform:\n            rotateX(70deg)\n            rotateY(385deg);\n    }\n}\n\n\/* orbit particles *\/\n\n.ez-particle{\n    position:absolute;\n\n    width:7px;\n    height:7px;\n\n    border-radius:50%;\n\n    background:var(--green);\n\n    box-shadow:\n        0 0 15px var(--green);\n}\n\n.ez-particle.one{\n    top:30px;\n    right:34px;\n\n    animation:\n        particleFloat 4s ease-in-out infinite;\n}\n\n.ez-particle.two{\n    bottom:42px;\n    left:20px;\n\n    animation:\n        particleFloat 5s ease-in-out infinite reverse;\n}\n\n.ez-particle.three{\n    top:50%;\n    left:4px;\n\n    animation:\n        particleFloat 6s ease-in-out infinite;\n}\n\n@keyframes particleFloat{\n\n    0%,100%{\n        transform:translateY(0);\n    }\n\n    50%{\n        transform:translateY(-14px);\n    }\n}\n\n\/* =========================\n   WAITLIST\n========================= *\/\n\n.ez-waitlist{\n    width:100%;\n    max-width:510px;\n\n    display:flex;\n    gap:8px;\n\n    margin:auto;\n}\n\n.ez-input{\n    flex:1;\n\n    min-width:0;\n\n    height:54px;\n\n    padding:0 18px;\n\n    border:\n        1px solid rgba(255,255,255,.12);\n\n    border-radius:12px;\n\n    outline:none;\n\n    background:\n        rgba(255,255,255,.045);\n\n    color:white;\n\n    font-size:14px;\n\n    transition:.25s ease;\n}\n\n.ez-input::placeholder{\n    color:#666d65;\n}\n\n.ez-input:focus{\n    border-color:\n        rgba(141,216,94,.5);\n\n    background:\n        rgba(255,255,255,.06);\n\n    box-shadow:\n        0 0 0 4px rgba(141,216,94,.06);\n}\n\n.ez-button{\n    height:54px;\n\n    padding:\n        0 22px;\n\n    border:0;\n\n    border-radius:12px;\n\n    background:var(--green);\n\n    color:#071006;\n\n    font-size:13px;\n\n    font-weight:800;\n\n    cursor:pointer;\n\n    white-space:nowrap;\n\n    transition:.25s ease;\n}\n\n.ez-button:hover{\n    transform:translateY(-2px);\n\n    background:#9ce66e;\n\n    box-shadow:\n        0 12px 35px rgba(141,216,94,.18);\n}\n\n\/* =========================\n   CATEGORIES\n========================= *\/\n\n.ez-categories{\n\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    flex-wrap:wrap;\n\n    gap:8px;\n\n    margin-top:22px;\n}\n\n.ez-category{\n\n    padding:7px 11px;\n\n    border:\n        1px solid rgba(255,255,255,.07);\n\n    border-radius:7px;\n\n    color:#70776e;\n\n    font-size:10px;\n\n    letter-spacing:.3px;\n\n    background:\n        rgba(255,255,255,.018);\n}\n\n\/* =========================\n   FOOTER\n========================= *\/\n\n.ez-footer{\n\n    position:absolute;\n\n    bottom:25px;\n    left:0;\n    right:0;\n\n    text-align:center;\n\n    color:#454b44;\n\n    font-size:10px;\n\n    letter-spacing:.5px;\n\n    z-index:5;\n}\n\n.ez-footer span{\n    color:#687061;\n}\n\n\/* =========================\n   RESPONSIVE\n========================= *\/\n\n@media(max-width:650px){\n\n    .ez-nav{\n        padding:\n            20px 18px;\n    }\n\n    .ez-status{\n        display:none;\n    }\n\n    .ez-hero{\n        padding:\n            35px 18px 75px;\n    }\n\n    .ez-title{\n\n        font-size:\n            clamp(\n                55px,\n                17vw,\n                82px\n            );\n\n        letter-spacing:-4px;\n\n        line-height:.9;\n    }\n\n    .ez-description{\n        font-size:15px;\n    }\n\n    .ez-ai-orbit{\n\n        width:210px;\n        height:210px;\n\n        margin:\n            42px auto 35px;\n    }\n\n    .ez-core{\n        width:55px;\n        height:55px;\n    }\n\n    .ez-waitlist{\n        flex-direction:column;\n    }\n\n    .ez-input,\n    .ez-button{\n        width:100%;\n    }\n\n    .ez-button{\n        flex:none;\n    }\n\n    .ez-footer{\n        bottom:16px;\n    }\n}\n\n@media(max-width:380px){\n\n    .ez-title{\n        font-size:52px;\n    }\n\n    .ez-ai-orbit{\n        width:180px;\n        height:180px;\n    }\n}\n\n<\/style>\n\n\n\n\n<div class=\"ez-ai-page\">\n\n    <!-- BACKGROUND -->\n    <div class=\"ez-grid\"><\/div>\n    <div class=\"ez-noise\"><\/div>\n\n\n    <!-- NAV -->\n    <header class=\"ez-nav\">\n\n        <a href=\"https:\/\/ezechax.com\" class=\"ez-brand\">\n\n            <span class=\"ez-brand-mark\">\n                E\n         \n\n\n        <div class=\"ez-status\">\n\n            <span class=\"ez-status-dot\"><\/span>\n\n            Building something new\n\n        <\/div>\n\n    <\/header>\n\n\n    <!-- HERO -->\n    <main class=\"ez-hero\">\n\n        <div class=\"ez-eyebrow\">\n\n            EZECHAX AI \u00b7 2026\n\n        <\/div>\n\n\n        <h1 class=\"ez-title\">\n\n            Intelligence\n            <br>\n\n            <span class=\"green\">\n                is loading.\n            <\/span>\n\n        <\/h1>\n\n\n        <p class=\"ez-description\">\n\n            A new AI experience from Ezechax.\n            Discover smarter tools, ideas and intelligent\n            experiences built to help you create, work\n            and grow.\n\n        <\/p>\n\n\n        <!-- AI VISUAL -->\n        <div class=\"ez-ai-orbit\">\n\n            <div class=\"ez-ring\"><\/div>\n\n            <div class=\"ez-ring\"><\/div>\n\n            <div class=\"ez-ring\"><\/div>\n\n            <div class=\"ez-core\"><\/div>\n\n            <span class=\"ez-particle one\"><\/span>\n            <span class=\"ez-particle two\"><\/span>\n            <span class=\"ez-particle three\"><\/span>\n\n        <\/div>\n\n\n        <!-- WAITLIST -->\n        <form class=\"ez-waitlist\" onsubmit=\"return false;\">\n\n            <input type=\"email\" class=\"ez-input\" placeholder=\"Enter your email for early access\" aria-label=\"Email address\">\n\n            <button type=\"submit\" class=\"ez-button\">\n                Get early access \u2192\n            <\/button>\n\n        <\/form>\n\n\n        <!-- CATEGORIES -->\n        <div class=\"ez-categories\">\n\n            <span class=\"ez-category\">\n                AI Tools\n            <\/span>\n\n            <span class=\"ez-category\">\n                AI Intelligence\n            <\/span>\n\n            <span class=\"ez-category\">\n                AI Productivity\n            <\/span>\n\n            <span class=\"ez-category\">\n                AI Creation\n            <\/span>\n\n        <\/div>\n\n    <\/main>\n\n\n    <!-- FOOTER -->\n    <footer class=\"ez-footer\">\n\n        \u00a9 2026 Ezechax AI\n        <span> \u00b7 Something intelligent is coming.<\/span>\n\n    <\/footer>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ezechax AI \u2014 Coming Soon E Building something new EZECHAX AI \u00b7 2026 Intelligence is loading. A new AI experience from Ezechax. Discover smarter tools, ideas and intelligent experiences built to help you create, work and grow. Get early access \u2192 AI Tools AI Intelligence AI Productivity AI Creation \u00a9 2026 Ezechax AI \u00b7 Something&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":true,"_kad_post_footer":true,"_kad_post_classname":"","footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":4,"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":17,"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/17"}],"wp:attachment":[{"href":"https:\/\/ai.ezechax.club\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}