Cloud Sync Status
NOT CONFIGUREDAdd Firebase environment variables to enable cloud sync.
Required variables:
- NEXT_PUBLIC_FIREBASE_API_KEY
- NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
- NEXT_PUBLIC_FIREBASE_PROJECT_ID
- NEXT_PUBLIC_FIREBASE_APP_ID
Simulation Mode (Active)
Currently, Nexus uses Google Gemini to simulate the perspectives of Claude and Grok for synthesis. This ensures functionality without requiring extra API keys.
CORE ENGINE ONLINE
Provider Status
gemini
Nativeclaude
Simulatedgrok
SimulatedExternal API Keys
COMING SOONDirect browser integration for Anthropic/xAI keys requires a backend proxy due to CORS restrictions. This feature will be available when the backend service is deployed.
Debug Info (Client)
{
"apiKey": "AIzaSyAZim...",
"projectId": "omniscience-vorion",
"isConfigured": true
}Backend Required for Full Triad
To enable true multi-model synthesis with actual Claude and Grok APIs, deploy the backend service with your API keys configured as environment variables.