Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Templates

Server templates for running the Firecrawl Agent. Each wraps agent-core with a different framework.

Install

firecrawl create agent -t <template>

Templates

Template Install Best for
Next.js firecrawl create agent -t next Full app with chat UI, streaming, skills
Express firecrawl create agent -t express API server, backend services
Library firecrawl create agent -t library Scripts, custom integrations

All templates import from agent-core. The core logic is identical. Templates only differ in the HTTP/UI layer.