Last 12 weeks · 0 commits
2 of 6 standards met
Jarvis @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Rajdhani:wght@300;400;500;600&display=swap'); body { font-family: 'Rajdhani', sans-serif; background-color: #0f172a; color: #e2e8f0; overflow: hidden; / Prevent scrolling in main app view / } .font-hud { font-family: 'Orbitron', sans-serif; } / Custom scrollbar for content areas / ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #1e293b; } ::-webkit-scrollbar-thumb { background: #0ea5e9; border-radius: 3px; } { "imports": { "react/": "https://esm.sh/react@^19.2.2/", "react": "https://esm.sh/react@^19.2.2", "lucide-react": "https://esm.sh/lucide-react@^0.560.0", "react-dom/": "https://esm.sh/react-dom@^19.2.2/", "@google/genai": "https://esm.sh/@google/genai@^1.33.0" } }
Repository: addyosmani/jarvis. Description: JARVIS built using the Gemini Live API Stars: 48, Forks: 16. Primary language: TypeScript. Languages: TypeScript (96.5%), HTML (3.5%). License: Apache-2.0. Topics: gemini, gemini-api, gemini-live, gemini-live-api, google-cloud, jarvis, jarvis-assistant, vertex-ai. Open PRs: 2, open issues: 0. Last activity: 8mo ago. Community health: 42%. Top contributors: addyosmani.