import { Button } from "@/registry/ui/button" import { Input } from "@/registry/ui/input" import { Label } from "@/registry/ui/label" import { Select } from "@/registry/ui/select" import { Separator } from "@/registry/ui/separator" import { Switch } from "@/registry/ui/switch" import { Textarea } from "@/registry/ui/textarea" const toggles = [ { name: "deploy-alerts", title: "Deploy notifications", body: "Post to the channel whenever a deploy starts, finishes or rolls back.", on: true, }, { name: "weekly-digest", title: "Weekly digest", body: "One summary every Monday: traffic, errors, and anything near a limit.", on: true, }, { name: "public-status", title: "Public status page", body: "Expose uptime and incidents at status.northwind.dev.", on: false, }, ] function Row({ children }) { return (
{children}
) } export default function AppSettings() { return (

Project settings

Applies to this project only. Workspace defaults live one level up.

Shown in the dashboard and in alerts.

Writes go here. Reads are served from the closest replica.

Optional. Helps whoever joins the team next.