.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEXT_PUBLIC_SITE_URL
Site Configuration
NEXT_PUBLIC_APP_MODE
Set to "PRODUCTION" to require users to provide their own Firecrawl API key Leave empty or set to anything else to use the server…
FIRECRAWL_API_KEY
secret
Firecrawl API Get your key at https://www.firecrawl.dev/app/api-keys Only used when NEXT_PUBLIC_APP_MODE is not "PRODUCTION"