dwctl 8.38.0

The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="font-family: system-ui, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; color: #333;">
    <h2>You're invited to join {{ org_name }}</h2>
    <p>Hello,</p>
    <p>{{ inviter_name }} has invited you to join <strong>{{ org_name }}</strong> as <strong>{{ role }}</strong>.</p>
    <p style="margin: 30px 0;">
        <a href="{{ invite_link }}" style="background-color: #333; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 4px;">Accept invite</a>
    </p>
    <p style="font-size: 13px; color: #666; word-break: break-all;">{{ invite_link }}</p>
    <p style="font-size: 13px; color: #888;">This invite expires in 7 days. If you did not expect this invitation, you can ignore this email.</p>
</body>
</html>