Connect GitHub and turn webhooks into actionable signals.
DevLog AI receives GitHub events, validates signatures, isolates each workspace, and organizes payloads in a readable timeline for debugging, auditing, collaboration, and AI analysis. The project was created by Asllan Maciel to solve a real problem for developers integrating products with GitHub.
From raw event to diagnosis in seconds.
1. Configure the endpoint
Use the workspace Payload URL in GitHub under Settings → Webhooks → Add webhook.
2. Validate the secret
DevLog AI checks X-Hub-Signature-256 before accepting the event.
3. Investigate in the dashboard
See repository, branch, author, commits, delivery ID, sanitized payload, notes, tasks, and AI analysis.
Criador e mantenedor do GitHub DevLog AI.
The initiative is enrolled in the GitHub Developer Program and evolves as a GitHub-first SaaS with a roadmap, operations, support, security, and official GitHub App integration.
Public GitHub App
The app is available at github.com/apps/gh-devlog for installation and configuration.
Official endpoint
GitHub App events arrive at /webhooks/github-app with signature validation before processing.
Public support
Users can use the public contact channel alongside status, security, privacy, and terms pages.
The default is private, validated, and isolated per workspace.
Isolation
Each user can access only events in their workspace.
Sensitive data
Headers and fields containing tokens, secrets, and credentials are masked before storage.
GitHub App
The official GitHub App flow is prepared for user or organization installation.