Quick verdict
Bardeen is one of the most polished browser extensions in the SaaS-glue space. Its playbook gallery has 200+ ready-made automations for Notion, Airtable, Slack, Gmail, HubSpot, LinkedIn, and the usual roster of SaaS apps people glue together. Bardeen's bet is that most users want one-click playbooks they install and run; their editor exists but is a secondary surface.
BNOD's bet is the opposite. The editor is the primary surface, the template library is curated and smaller, and the AI Workflow Builder drafts new workflows from prompts so the library doesn't have to be huge. Where Bardeen optimizes for "find a playbook, install it, never touch the editor," BNOD optimizes for "describe what you want, the AI Builder drafts it, you iterate in the editor."
Pick Bardeen if you live in Notion/Airtable/Slack and want pre-built integrations for them. Pick BNOD if you want a real editor + AI Builder + freedom from SaaS-specific bias.
Feature matrix
| Capability | BNOD | Bardeen |
|---|---|---|
| Playbook / template count | 14 curated | 200+ playbooks |
| AI Workflow Builder | Yes (BYOK, 7 surgical tools) | "Magic Box" (hosted AI) |
| Editor first-class | Yes (primary surface) | Secondary (playbook-first UX) |
| BYOK AI providers | 5 (your own key) | Hosted (Bardeen credits) |
| Visual block editor | Yes (n8n-style typed ports) | Yes (step-by-step builder) |
| Recorder for any page | Yes | Limited |
| Scraping primitives | scrape_list / extract_table / extract_text / take_screenshot | Yes (Scraper Templates) |
| SaaS-specific integrations | None (use http_request) | Notion / Airtable / Slack / Gmail / HubSpot / Sheets etc. native |
| Scheduling | Yes (cron + interval) | Yes (with paid tier) |
| Free tier limits | None (BYOK = your costs) | 100 runs/month, then $20+/mo |
| Open source / self-host | No | No |
| Pricing | Free MVP, BYOK | Freemium, $20-99/mo |
Where BNOD wins
Editor as primary surface. BNOD's visual editor is where you spend most of your time. You connect blocks via typed ports, see schema previews, and inspect last-run output per node. Bardeen's editor exists but the product is optimized around playbook installation — many users never open it.
AI Workflow Builder with BYOK. BNOD's AI Builder takes a prompt and drafts the workflow via tool calls validated against schemas. It uses your API key (Anthropic, OpenAI, Gemini, OpenRouter). Bardeen's Magic Box is similar in concept but runs on Bardeen's hosted AI with credit limits — and credits cost more as your usage scales.
No SaaS-specific bias. BNOD has no Notion node, no Airtable node, no Slack node — it has http_request and you point it at any REST API. This means you can integrate with anything (including SaaS apps Bardeen doesn't natively support) without waiting for an integration team to ship a node. The trade-off is more setup per integration.
Free during MVP, no run limits. BNOD has no credit system, no per-run cost from us. The only cost is your own AI API key spend if you use AI Builder or AI Agent blocks (which is BYOK on Gemini free tier, Anthropic, OpenAI, OpenRouter, or even on-device Gemini Nano which is free).
Page-aware scraping built in. scrape_list, extract_table, extract_text, take_screenshot are first-class blocks. Bardeen has scraping templates but they live in a different surface from the rest of the editor.
Where Bardeen wins
Playbook gallery. 200+ pre-built playbooks for the most common SaaS-glue use cases. If your need is "save LinkedIn profile to Airtable" or "post Notion page to Slack," Bardeen has a one-click playbook and you're done in 30 seconds. BNOD requires you to use AI Builder or build it yourself.
Native SaaS integrations. Notion, Airtable, Slack, Gmail, HubSpot, Google Sheets, LinkedIn, Twitter, Sheets, Calendar — Bardeen has named integrations with proper auth flows. BNOD uses generic http_request + env-store for API keys — works for any API but takes longer to set up.
More mature product. Bardeen has been around since 2020 with significant funding (Series A, $15M). UX is polished, support is responsive, the team ships frequently. BNOD is MVP shipped in 2026.
Mac app + cross-browser. Bardeen has a Mac app for some functionality and supports Chrome, Edge, Firefox. BNOD is Chromium-only.
When to pick which
Pick Bardeen if: your workflows are mostly SaaS-glue (move data between Notion/Airtable/Slack/Gmail/etc), you want pre-built playbooks more than a custom editor, you're okay with hosted AI on credits, your run volume fits the freemium tier or you can afford $20-99/mo.
Pick BNOD if: you want a real editor as the primary surface, you want BYOK AI without credit limits, you have one-off automations the playbook gallery doesn't cover, you want freedom from SaaS-specific abstractions, you'd rather wire HTTP yourself once than wait for a maintainer to add an integration.
Migration notes
Bardeen playbooks don't export to a standard format we can import directly. Manual recreation is the path:
- Open the Bardeen playbook in their editor to see the steps.
- In BNOD, type the equivalent description into the AI Builder ("when I open a LinkedIn profile, save name + headline + URL to a Google Sheet") and let it draft the workflow.
- Wire your API keys via Settings → Environment Variables (Google Sheets API key, etc.).
- For Bardeen's named SaaS integrations, you'll set up the REST endpoint manually in BNOD's http_request block.
This is more work per workflow than just using Bardeen — the trade is BYOK AI savings + an editor you can iterate in.
FAQ
Does BNOD have a Notion / Airtable / Slack integration? Not as a named block. You use http_request with your API key from env-store. The AI Builder can draft the http_request shape for you.
Will BNOD ever ship named SaaS integrations? Probably not as the primary path — we'd rather make http_request + AI Builder so good that you don't need a separate node per SaaS. We might ship a small set of "starter recipes" eventually, but the architecture is intentionally API-key + HTTP.
Is Bardeen's free tier enough for most users? It's 100 runs/month. For light personal use that's plenty; for daily-multiple-times workflows it's not. BNOD has no run cap (you pay only for AI calls if you use them).
Can I use both? Yes — separate extensions, separate storage. Bardeen for SaaS-glue playbooks, BNOD for custom browser automation and AI workflows.