Customization .

Evines is built to be flexible. Follow this guide to change the branding, styling, and core components of your new SaaS.

Theming & Colors

We use **Tailwind CSS v4**. All global styles, including the dark-mode palette and brand colors, are defined in the CSS variables.

// Edit global styles in:

app/globals.css

Typography

The project uses **Geist** and **Geist Mono** by default. To change fonts, update the font configuration in:

app/layout.tsx

UI Components

We use **Shadcn UI**. These components are located insrc/components/ui. You can modify their JSX and Tailwind classes directly.

Project Structure

app/// Routes, Layouts & Server Actions
components/// UI & Shared Components
config/// Stripe plans
lib/// Prisma, Stripe & Utils

Happy Building!

You now have all the tools to build a world-class SaaS. We can't wait to see what you create with Evines.