docs/platform/integrations/demo-integration.mdx
Demo integrations are built-in, sandboxed providers for the email and SMS channels. Their purpose is to allow you to test your notification workflows immediately, without needing to sign up for or connect a real third-party provider.
When you create a Novu account, your environments come pre-configured with two demo email integrations and two demo SMS integrations. All demo integrations are active by default, and you can set any of them as the primary integration for their channel at any time from the Integration Store.
<Note> Demo integrations are only available in Novu cloud. This feature doesn't work in community self-hosted version and local environment. </Note>Demo integrations are intended strictly for testing and development. To ensure this, they operate with the following rules:
Demo integrations are active by default, so you can start testing in just a few steps.
The demo integrations are set as primary by default in new Novu environments.
Once you have finished testing with the demo integrations, select a channel below to find the list of all supported providers integrations and their guides:
<Columns cols={2}> <Card title="Email" href="/platform/integrations/email"> Integrate Email providers. </Card> <Card title="SMS" href="/platform/integrations/sms"> Integrate SMS providers. </Card> <Card title="Push" href="/platform/integrations/push"> Integrate Push providers. </Card> <Card title="Chat" href="/platform/integrations/chat"> Integrate Chat providers. </Card> <Card title="In-App" href="/platform/inbox"> Integrate In-app notifications. </Card> </Columns>