Settings
System configuration and service status
Service Status
Configuration Guide
Environment Variables
Copy .env.example to .env.local and configure the following:
# Search
SERPER_API_KEY=your_serper_key
SERPER_API_KEY=your_serper_key
# Crawler
FIRECRAWL_API_KEY=your_firecrawl_key
FIRECRAWL_API_KEY=your_firecrawl_key
# AI
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
# Redis (optional)
UPSTASH_REDIS_REST_URL=your_url
UPSTASH_REDIS_REST_TOKEN=your_token
UPSTASH_REDIS_REST_URL=your_url
UPSTASH_REDIS_REST_TOKEN=your_token
Mock Mode
Without API keys, the application runs in mock mode with simulated data. This is useful for testing the UI and workflow without incurring API costs.
SmartCrawler v1.0.0