Vite Contributor Enrichment Bot

Scrapes Vite contributors from GitHub, enriches data via Clay, sends to Slack.

Setup

  1. Copy the Clay template
  2. Update environment variables:
    • CLAY_WEBHOOK (from your Clay table's Webhook column)
    • SLACK_WEBHOOK_URL (from your Slack app)
  3. Update the HTTP API endpoint in Clay to point to your val's /enriched endpoint

Run it

Run vite-contributor.tsx:

What you get

Input: GitHub commits from vitejs/companies-using-vite

Output: Slack messages with enriched contributor data:

{ "email": "john@example.com", "person": "John Smith", "company": "TechCorp", "funding": "Series A", "totalFunding": "$5.2M", "employeeCount": "42", "techStack": "React, Vue, TypeScript..." }