AI Research Brief Supabase Archive
Turn research notes into a structured AI brief and save the finished Markdown in Supabase.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
5 nodes · Free & source-available
AI Research Brief Supabase Archive
Turn rough research notes into a useful, shareable brief and keep the finished Markdown in Supabase. The workflow is a normal workflow template: an LLM writes the brief, a Set node builds a database-ready record, and Supabase stores it for later retrieval.
What this workflow does
- ResearchInput accepts a topic and supporting notes
- WriteResearchBrief produces a concise Markdown brief with findings, evidence, and open questions
- BuildResearchRecord maps the topic and brief into database-ready fields
- SaveResearchBrief inserts the record into Supabase
- ArchiveResult returns the write result
Use cases
- Competitive research summaries
- Internal product discovery briefs
- Reusable AI research notes for a Supabase-backed knowledge archive
Setup
Create a Supabase credential and choose it on SaveResearchBrief. Create a research_briefs table with fields such as topic, brief_markdown, and brief_state, or update the table name and Set mappings for your schema. Add an LLM credential to WriteResearchBrief, then replace the topic and notes with your own source data.
Notes
This is a standard workflow, not a dashboard widget. The generated Markdown is saved as text in your own Supabase table, so you can query, review, or extend the archive in later workflows.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- AI AgentsBuild Your First AI AgentA beginner-friendly interactive AI agent with conversation memory — type a message and get context-aware replies.
- AI AgentsBlind Eval TrioThree cross-lab agents evaluate any decision blind: steelman defends, stress_test attacks, gap_finder finds what's missing. No synthesizer — you integrate.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsFile Upload Intake MetadataMint a single-use upload link, receive a multipart file, and return clean metadata plus the Drive download URL.
- Document OpsWebsite LoaderFetch clean, LLM-ready website text from any URL using the Jina Reader API.
- App IntegrationsBrave Search APISearch the web with Brave Search API and return the raw result body for downstream agents or sub-workflows.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.