Home / File/ site.ts — ui Source File

site.ts — ui Source File

Architecture documentation for site.ts, a typescript file in the ui codebase.

Entity Profile

Relationship Graph

Source Code

export const siteConfig = {
  name: "shadcn/ui",
  url: "https://ui.shadcn.com",
  ogImage: "https://ui.shadcn.com/og.jpg",
  description:
    "A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.",
  links: {
    twitter: "https://twitter.com/shadcn",
    github: "https://github.com/shadcn-ui/ui",
  },
}

export type SiteConfig = typeof siteConfig

export const META_THEME_COLORS = {
  light: "#ffffff",
  dark: "#09090b",
}

Types

Frequently Asked Questions

What does site.ts do?
site.ts is a source file in the ui codebase, written in typescript.
Where is site.ts in the architecture?
site.ts is located at deprecated/www/config/site.ts (directory: deprecated/www/config).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free