[context: we're building a CRM/GTM plaform zero.inc]
here you go Jared R.:
been building a workflow that's honestly become one of my favorite things.
we record all our sales/customer calls and the transcripts go into supabase. then an n8n workflow automatically runs through every transcript and extracts structured insights: pain points, competitive mentions, feature requests, objections, quotable moments etc. also generates embeddings for semantic search. stores it all back as structured json + vectors.
then i built a cli tool on top of that with claude code where you can search through all those enriched calls by theme or keyword. like "show me everything prospects said about hubspot frustrations" and it pulls the relevant insights, quotes, and context from across dozens of calls.
the cool part is it's not just for content. product/eng team can pull feature request patterns and recurring pain points across all calls. marketing gets competitive intel and real customer language. and yeah i use it to turn those insights into linkedin posts too โ it loads my writing style, matches it to proven post structures, and drafts in my voice.
basically: calls โ supabase โ n8n extracts insights + embeddings โ claude code searches + synthesizes โ output goes wherever (linkedin drafts, notion, product briefs, whatever)
the whole thing is like 4 scripts and a claude.md file. no fancy ui needed when CC is the interface.