fireplexity

(β˜… 1,953)

πŸ”₯ Open Source Perplexity like AI search engine with real-time citations, streaming responses, and live data powered by Firecrawl

μ˜€λ„ˆμ˜ λ‹€λ₯Έ 레포

firecrawl β˜… 170,391

웹을 λŒ€κ·œλͺ¨λ‘œ 검색, μŠ€ν¬λž©ν•˜κ³  μƒν˜Έμž‘μš©ν•˜κΈ° μœ„ν•œ Context APIμž…λ‹ˆλ‹€. πŸ”₯

TypeScript
open-lovable β˜… 28,312

πŸ”₯ 단 λͺ‡ 초 λ§Œμ— μ–΄λ–€ μ›Ήμ‚¬μ΄νŠΈλ“  ν˜„λŒ€μ μΈ React μ•±μœΌλ‘œ λ³΅μ œν•˜κ³  μž¬μ°½μ‘°ν•˜μ„Έμš”

TypeScript
anydoc β˜… 17,722

Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, 그리고 PDF νŒŒμΌμ„ κΉ”λ”ν•œ Markdown으둜 λ³€ν™˜ν•˜μ„Έμš”. Rust둜 μ œμž‘λ˜μ—ˆμœΌλ©°, Node.js와 Python 바인딩을 μ œκ³΅ν•©λ‹ˆλ‹€.

Rust
pdf-inspector β˜… 16,426

PDF 검사, λΆ„λ₯˜ 및 ν…μŠ€νŠΈ μΆ”μΆœμ„ μœ„ν•œ λΉ λ₯Έ Rust λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. μŠ€μΊ”λœ PDF와 ν…μŠ€νŠΈ 기반 PDFλ₯Ό μ§€λŠ₯적으둜 κ°μ§€ν•˜μ—¬ 슀마트 λΌμš°νŒ… 결정을 내릴 수 있게 ν•΄μ€λ‹ˆλ‹€.

Rust
firecrawl-mcp-server β˜… 7,285

πŸ”₯ 곡식 Firecrawl MCP Server - Cursor, Claude 및 기타 LLM ν΄λΌμ΄μ–ΈνŠΈμ— κ°•λ ₯ν•œ μ›Ή μŠ€ν¬λž˜ν•‘κ³Ό 검색 κΈ°λŠ₯을 μΆ”κ°€ν•©λ‹ˆλ‹€.

JavaScript
open-agent-builder β˜… 2,613

πŸ”₯ Visual workflow builder for AI agents powered by Firecrawl - drag-and-drop web scraping pipelines with real-time execution

TypeScript

파일 탐색기

  • .env.example
  • .gitignore
  • components.json
  • next.config.mjs
  • next.config.ts
  • package-lock.json
  • package.json
  • pnpm-lock.yaml
  • postcss.config.mjs
  • README.md
  • tailwind.config.ts
  • tsconfig.json

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

npm run

μ„€λͺ… 보기 β–Ό

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

// repository documentation