Content Seeders
The bridge that pushes committed content into the live database.
14seeds
What it is
Blog, research and projects content is Supabase-driven. The seeders upsert committed seed sources into the main project so content reaches the live site, then rebuild the semantic search index. Auto-runs on merge.
Where it lives
- scripts/enrichment/seed-supabase.mjs
- scripts/research/seed-audits.mjs
- scripts/projects/seed-projects.mjs
See it in action
Blog →FAQ
Why do seeders matter?
Editing a seed source in the repo does not change the live site until the rows are upserted into Supabase. The seeders are what make committed content go live.
Want a system like this built for you?Work with me →