novu
Open-source notification infrastructure for products and AI agents
All Skills in This Repository (29)
Pure Emerald Level Indicatorsrun-api-e2e-tests
Execute API end-to-end tests for novu-v2 using pnpm and mocha.
better-auth-best-practices
Integrate Better Auth into TypeScript projects for plugin-based authentication flows.
react-email
Build email templates with React Email and Tailwind.
email-best-practices
Guide compliant email delivery with SPF, DKIM, DMARC, and consent management.
nv-endpoint-routed-tool-provider
Implement endpoint-routed Tool-channel providers in Novu following the PagerDuty reference architecture.
add-channel-connect-button
Implements channel connect buttons for chat providers in the Novu SolidJS and React SDKs.
nv-implement
Implements planned work via parallel subagents on isolated git worktrees with TDD and staged merges.
add-channel-setup-guide
Creates a new chat channel's in-dashboard setup guide component for the Novu dashboard.
nv-worktree-create
Creates a sibling git worktree with a new branch, env files, and enterprise submodule setup.
triage-agent-eval-failures
Diagnose failing agent-evals scenarios and classify failures as real regressions, test bugs, or flaky runs.
add-channel-whats-next-onboarding
Adds a chat channel's connected-state onboarding guide and details page to the Novu dashboard.
novu-prepare-pr
Prepares Novu feature branches for pull requests with quality passes, CI triage, and review handling.
Frequently Asked Questions
FAQPage SchemaHow to install Novu skills?โผ
Run `npx skills add novuhq/novu --all -g -y` in your terminal to install all skills in this suite globally.
What is Novu used for?โผ
Novu is open-source notification infrastructure that lets you send messages across Inbox, email, SMS, push, and chat through one API. It also connects AI agents to channels like Slack, Teams, and Telegram with a unified conversation model.
How do I add a notification inbox to my React app?โผ
Install @novu/react and drop in the <Inbox /> component with your application identifier and subscriber ID. The included inbox-integration skill guides your AI agent through theming, tabs, and HMAC security setup.
Can Novu connect my AI agent to Slack or Telegram?โผ
Yes. Novu's Agent Communication Infrastructure routes messages between your agent and channels like Slack, Teams, Telegram, WhatsApp, and email through one integration layer.
Do I need to self-host Novu to use it?โผ
No. You can create a free Novu Cloud account, or self-host the Community Edition with the included Docker Compose files if you prefer full control.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core