GitHub Explorer
by Alexey Ratnikov firecrawl/open-scouts - GitHub Explorer | GitHub Explorer | Trending | Compare🔥 AI-powered web monitoring platform. Create automated scouts that search the web and send email alerts when they find what you're looking for.
ai-agentsalertsautomationemail-notificationsfirecrawlnextjs
Created on Nov 28, 2025
Updated on Apr 3, 2026
Overall repository health assessment
Score Breakdown
Activity
Active development - updated this week
open-source
openai
posthog
react
resend
supabase
tailwindcss
typescript
vercel
web-monitoring
web-scraping
Community
1,264 stars, 175 forks
Documentation
Has description, wiki
Maintenance
0.2% issue ratio
Health score is calculated based on activity, community engagement, documentation quality, and maintenance practices
Production Dependencies (81)
@ai-sdk/openai^2.0.64
@ai-sdk/react^2.0.101
@internationalized/date^3.5.4
@mendable/firecrawl-js^4.5.0
@number-flow/react^0.5.10
@radix-ui/react-accordion^1.1.2
@radix-ui/react-alert-dialog^1.0.5
@radix-ui/react-checkbox^1.0.4
@radix-ui/react-collapsible^1.1.0
@radix-ui/react-context-menu^2.2.6
@radix-ui/react-dialog^1.0.5
@radix-ui/react-dropdown-menu^2.0.6
@radix-ui/react-hover-card^1.1.15
@radix-ui/react-label^2.0.2
@radix-ui/react-navigation-menu^1.1.4
@radix-ui/react-popover^1.0.7
@radix-ui/react-progress^1.0.3
@radix-ui/react-radio-group^1.1.3
@radix-ui/react-scroll-area^1.1.0
@radix-ui/react-select^2.0.0
@radix-ui/react-separator^1.1.0
@radix-ui/react-slider^1.2.2
@radix-ui/react-slot^1.0.2
@radix-ui/react-switch^1.1.2
@radix-ui/react-tabs^1.0.4
@radix-ui/react-toast^1.1.5
@radix-ui/react-tooltip^1.0.7
@radix-ui/react-use-controllable-state^1.2.2
@react-aria/datepicker^3.10.1
@react-stately/datepicker^3.9.4
@supabase/supabase-js^2.81.0
@tabler/icons-react^3.0.1
@tailwindcss/typography^0.5.13
@types/react-syntax-highlighter^15.5.13
class-variance-authority^0.7.0
prism-react-renderer^2.3.1
react-syntax-highlighter^15.6.1
tailwind-gradient-mask-image^1.2.0
tailwindcss-animate^1.0.7
use-stick-to-bottom^1.1.1
Development Dependencies (20)
@tailwindcss/container-queries^0.1.1
@tailwindcss/forms^0.5.7
@tailwindcss/postcss^4
@types/jsoneditor^9.9.6
@types/lodash-es^4.17.12
@types/lodash.debounce^4.0.9
autoprefixer^10.4.22
baseline-browser-mapping^2.9.0
browserslist^4.28.1
eslint^8
eslint-config-next15.2.4
eslint-config-prettier^10.1.8
eslint-plugin-prettier^5.5.4
postcss^8.4.32
postcss-import^16.1.1
postcss-nesting^13.0.2
prettier^3.4.2
shiki1.22.0
tailwindcss3.4.17
tsx^4.20.5
1

2

Improve Firecrawl API key handling and validation
Make PostHog tracking optional and add env check
Merge pull request #2 from yamz8/patch-1
Merge pull request #3 from derssen/main
Fix: Corrected cloning instructions in README
Derssen•3 months ago
Add Firecrawl credits tracking and custom API key support
Add auth protection and improve settings UI
Add custom Firecrawl API key support and auto-disable on 402 errors
Track consecutive failures and auto-disable scouts after 3 failures
Remove shared Firecrawl API key fallback
Remove daily execution limit for scouts
Reformat code for improved readability and consistency
Downgrade Next.js and Sharp dependencies