Novu offers notification center component that can be easily embedded into your application. Read more about it here.

await step.inApp('send-in-app', async (inputs) => {
  return {
    body: `A new post has been created`,
  };
});