Skip to main content

Documentation Index

Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Email notifications tie in naturally with the policy layer in the backend:
  • The placeholder SendWelcomeEmailWhenUserActivated policy already exists; replace the logger with calls to your email provider (SES, SendGrid, Resend).
  • Treat emails as side effects triggered by events so they remain idempotent and replay-safe.
  • This page will host detailed steps and code samples once we finalize the reference integration.