"use client" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Badge } from "@/components/ui/badge" export default function SettingsPage() { return (

Settings

Manage account details and API configuration.

Account

Signed in with Convex Auth.

Profile management can be added here in a later phase.

API Keys

OpenAI

Set `OPENAI_API_KEY` in your `.env` file.

Serper (optional)

Set `SERPER_API_KEY` in your `.env` file for more reliable search.

Reload server after changes
Billing Billing is not configured yet. Add Stripe or another provider when ready.
) }