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.
- 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 OpsJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Marketing & SEOGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- Document OpsPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- Dev & IT OpsClaude Blog MonitorMonitor the Anthropic blog on a schedule and Slack-notify your team on new Claude posts.
- App IntegrationsOpen-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.