Skip to content

docs: add Replit Connector guide and expand Integrations - #1175

Merged
ericciarla merged 15 commits into
firecrawl:mainfrom
DanielleWashington:docs/firecrawl-replit-connector
Aug 4, 2026
Merged

docs: add Replit Connector guide and expand Integrations#1175
ericciarla merged 15 commits into
firecrawl:mainfrom
DanielleWashington:docs/firecrawl-replit-connector

Conversation

@DanielleWashington

@DanielleWashington DanielleWashington commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Why

Firecrawl is launching as an official Replit Connector, and Integrations should be a first-class part of the docs rather than a link out to the dashboard. Builders arriving from a partner surface need a page that explains what Firecrawl does inside that specific tool, while the integrations hub should make the ecosystem scannable by the kind of tool they use.

Summary

  • Add the Replit Connector guide covering setup, Replit-managed billing, custom Firecrawl keys, and the 10,000-credit launch offer
  • Add the Hermes Agent guide covering Firecrawl as the default web search and extract backend, per-capability configuration, managed access, self-hosting, and optional browser setup
  • Move Integrations into the Documentation sidebar with an overview hub and per-partner pages
  • Group the hub into six cohorts, leading with coding agents and assistants, followed by app builders and platforms, agent frameworks, visual AI builders, workflow automation, and tooling and data platforms
  • Add partner pages for Lovable, Composio, Pipedream, and Praison AI
  • Relocate the Zapier, Make, n8n, and Dify guides under /integrations, with permanent redirects from their legacy workflow-automation routes
  • Merge the Dify knowledge-base website-sync guide into the main Dify page
  • Refresh integration logos and align the sidebar order with the hub
  • Update the API v2 introduction Features grid
  • Align volatile partner details with current sources, including Hermes backend precedence, Lovable's authentication label, n8n's app count, and Praison's canonical FirecrawlTool guide

Test plan

  • /integrations shows six cohort sections in the intended order, with coding agents and assistants first
  • All 26 internal cards on /integrations link to existing local routes and return successful responses in the Mintlify preview
  • /integrations/replit covers Core, Pro, and Enterprise setup; Replit-managed billing; custom Firecrawl keys; and the 10,000-credit offer, including once-per-user eligibility and three-month expiry
  • /integrations/hermes covers Firecrawl search and extract defaults, per-capability backends, explicit provider selection, managed access, self-hosting, and optional browser setup
  • /integrations/lovable, /integrations/composio, /integrations/pipedream, and /integrations/praison match current partner sources for setup labels, actions, URLs, and supported capabilities
  • /integrations/dify lists Search, Scrape, Crawl, Map, Crawl Job, Create Monitor, and Monitor Checks, and includes the knowledge-base website-sync workflow
  • The Documentation sidebar contains Integrations and follows the hub's integration-page order
  • Legacy Replit, Zapier, Make, n8n, and Dify workflow-automation routes return 308 redirects to their /integrations/* destinations
  • All 26 hub logo references resolve locally and include alt text
  • /api-reference/v2-introduction shows Search, Scrape, Interact, Parse, Monitor, Crawl, Map, and Agent in the intended order
  • The integrations hub, Replit guide, and API v2 Features grid render without horizontal overflow at desktop and mobile widths
  • git diff --check passes, and the partner-source corrections modify only five English source files
  • Complete a signed-in Replit connector and credit-claim smoke test

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Max17190 and others added 14 commits July 23, 2026 08:42
Point the docs Integrations header at the integrations hub instead of the dashboard, and add a Zapier-style Replit Connector guide under Workflow Automation.
Bring the Integrations page to dashboard parity with consistent logos and copy, and flatten the v2 intro Features grid around Search, Scrape, and Interact.
Nest Integrations in the Documentation sidebar, relocate workflow guides under /integrations, and add Lovable, Composio, Pipedream, Praison, and Hermes Agent pages with refreshed hub logos and partner titles.
Align Replit Connector billing and offer terms with the public launch guide, clarify Hermes Firecrawl setup paths, and refresh related Integrations partner pages and links.
Segment the Integrations hub into Coding agents, App builders, Agent
frameworks, Visual AI builders, Workflow automation, and Tooling and
data platforms, leading with the coding agent cohort. Align the
sidebar order with the same grouping.

Correct verified details across the partner guides: Dify plugin install
count and its full seven-action surface, Zapier and n8n app counts, n8n
pricing model, Composio dashboard URL and toolkit capabilities, Praison
AI install and FirecrawlTool usage, Lovable connection option naming,
and Hermes per-capability backend configuration.
Replace the placeholder icons in the coding agents group with official
brand marks. Claude Code and Codex reuse the marks already in the repo;
Cursor, OpenCode, OpenClaw, Amp, Windsurf, and Antigravity marks come
from each vendor's own site. Every mark carries its own background or
uses a multi-tone fill, so the cards read on both light and dark themes.

Remove Gemini CLI from the Integrations hub. Google sunset Gemini CLI on
June 18, 2026 in favor of Antigravity CLI. The quickstart page and its
other references are left in place.
The Claude Code card rendered with no icon. The SVG at
images/agent-clients/claude-code.svg is byte-valid, parses as XML, and
the CDN serves it as image/svg+xml with a 200, so the asset pipeline was
not at fault; the card renderer dropped that specific file.

Ship the mark as a PNG on a new path instead, matching the format used
by the other logos on the page. The artwork is rasterized from the same
official SVG and the white matte is un-composited back to alpha, so the
fill stays #D97757 and the icon reads on both light and dark themes.
Logos, each replaced with the mark from the vendor's own site:

- Langflow was a stock photo of metal chains, in both the PNG the
  English hub uses and the WebP the localized hubs use
- Flowise was a "FloWiseAI" wordmark that is not their brand mark
- Composio was a red lightning bolt
- LangChain was the retired parrot-and-chain mark
- n8n was a black glyph, off-brand and invisible on the dark theme;
  now the pink mark
- Vercel was a black triangle on transparent, invisible on the dark
  theme; now the white-on-black app icon

Guides:

- Camel AI reproduced CAMEL's unit-test file, including MockFirecrawlApp,
  an api.test.com URL, a "respons" typo, no imports, and a markdown_crawl
  method that is not part of the loader. Replaced with the documented
  Firecrawl loader API.
- LangChain pinned firecrawl-py==0.0.20 against Firecrawl API v0 and told
  readers to install @mendableai/firecrawl-js, which does not exist on
  npm. Rewritten around the first-party langchain-firecrawl package, with
  the JS loader pointing at @langchain/community and its actual peer
  dependency @mendable/firecrawl-js.
- LlamaIndex dropped the v0 pin and now lists the extract mode alongside
  scrape and crawl.
- Langflow no longer refers to the retired Page Options and Extractor
  Options fields.

Categories: the lead group is now "Coding agents and assistants" since
Hermes and OpenClaw are general-purpose assistants rather than coding
agents, and "App builders and platforms" covers Vercel Marketplace,
which provisions a key for a project rather than building an app.

@Max17190 Max17190 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where: /integrations → Coding agents first row (Claude Code + Codex CLI cards)

What: Replace Anthropic’s CLI wording with Claude Code, reframe Codex CLI cell to prioritize Codex

Why: Codex CLI isn't a popular agent harness, most people use the Codex app

@ericciarla
ericciarla merged commit dca103b into firecrawl:main Aug 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants