Automated Data Pipeline · Wedding Tech Streams
The auto-ingest feed.
Live raw pipeline pulling wedding-tech launches from Product Hunt, GitHub topic feeds and inbound webhooks — strictly filtered on eight wedding-SaaS keywords, scored on technical signals, and hinted into one of the four backend pillars.
Source
product hunt
https://www.producthunt.com/feed
Source
github events
https://github.com/topics/event-management/index.atom
Inbound
Webhook
POST /api/public/v1/saas-ingest
Total items on record
0
Filtered · deduped · scored
Score
Thumb
Item
Source
Ingested
Inbound webhook /api/public/v1/saas-ingest
Wire Zapier / Make / press-release monitors here. Send single items or a batch under items . Auth uses the project's publishable apikey header.
curl -X POST https://<your-domain>/api/public/v1/saas-ingest \
-H "Content-Type: application/json" \
-H "apikey: <YOUR_PUBLISHABLE_KEY>" \
-d '{
"source": "press-release",
"title": "Acme Weddings launches multi-tenant CRM for venues",
"description": "Event SaaS with Stripe billing and open API.",
"link": "https://example.com/press",
"external_id": "pr-2026-07-07-acme"
}'