Raypx

Configuration

Configuring Tailwind CSS, shadcn/ui, security, and tooling.

Raypx provides sensible defaults out of the box, but every aspect of the configuration can be customized. This section covers the main configuration files and how to adapt them to your needs.

Configuration Files

FilePurpose
biome.jsonBiome linter and formatter rules
lefthook.ymlGit hooks (pre-commit, pre-push)
turbo.jsonTurborepo task pipeline and caching
tsconfig.jsonTypeScript compiler options
packages/ui/components.jsonshadcn/ui component registry
packages/ui/src/styles/globals.cssTailwind CSS theme and CSS variables
vite.config.tsVite plugins and build settings

Topics

On this page