docs/index.mdx
{/* The #home-content wrapper is required: layout and navbar CSS for this page is scoped to it in style.css. Keep all page content inside it. */}
<div id="home-content">Novu is open-source infrastructure for managing notifications and agent conversations across different channel and messaging platforms, without rebuilding channel logic from scratch.
<div className="hero-cards dark:hidden"> <Columns cols={2}> <Card title="Novu Notify" img="/images/home-page/inbox-light.png" href="/platform"> Build notification workflows across Inbox, email, SMS, push, and chat. Trigger events, personalize delivery, and reach users on the right channel. </Card> <Card title="Novu Connect" img="/images/home-page/connect-light.png" href="/agents"> Connect AI agents to messaging providers with Agent Communication Infrastructure. Handle messages, identity, conversation state, and replies across every channel. </Card> </Columns> </div> <div className="hero-cards hidden dark:block"> <Columns cols={2}> <Card title="Novu Notify" img="/images/home-page/inbox-dark.png" href="/platform"> Build notification workflows across Inbox, email, SMS, push, and chat. Trigger events, personalize delivery, and reach users on the right channel. </Card> <Card title="Novu Connect" img="/images/home-page/connect-dark.png" href="/agents"> Connect AI agents to messaging providers with Agent Communication Infrastructure. Handle messages, identity, conversation state, and replies across every channel. </Card> </Columns> </div>