ChatJS uses standard shadcn theming with CSS variables. If you’re familiar with shadcn, everything works as expected. This also applies to AI Elements components since they’re shadcn-compatible and read the same CSS variables.Documentation Index
Fetch the complete documentation index at: https://chatjs.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Quick start
- Open
app/globals.css - Edit the CSS variables in
:root(light) and.dark(dark)
Generate a theme
Use the shadcn theme generator to create a palette, then copy the CSS variables intoglobals.css.