import { Card, CardHeader, CardTitle, CardContent } from '@/components/ui/card' import { Label } from '@/components/ui/label' import { Badge } from '@/components/ui/badge' import { Settings as SettingsIcon, Server, Shield, Info } from 'lucide-react' export function Settings() { return (
{/* Header */}

Settings

Configure your application preferences and system settings

{/* Server Settings */} Server Configuration
{window.location.origin}
{window.location.origin}
{/* Privacy & Security */} Privacy & Security
Local Processing

All AI processing happens locally on your machine. No data is sent to external servers.

{/* System Information */} System Information
Local Privacy-focused AI
Running
) }