VoidZero
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Scrapes Vite contributors from GitHub, enriches data via Clay, sends to Slack.
- Copy the Clay template
- Update environment variables:
CLAY_WEBHOOK
(from your Clay table's Webhook column)SLACK_WEBHOOK_URL
(from your Slack app)
- Update the HTTP API endpoint in Clay to point to your val's
/enriched
endpoint
Run vite-contributor.tsx
:
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..." }