General
Customization

Naming

Learn how to change the name and description in the monorepo.

Common

Open the packages/common/src/app.ts file:

packages/common/src/app.ts
export const APP_NAME = 'Acme';
export const APP_DESCRIPTION = 'A fantastic SaaS to make your life easier.';

and adjust the name & description to fit your application.

Marketing

Achromatic is mentioned in apps/marketing/components/sections/hero.tsx (Marketing Hero) and apps/marketing/components/sections/faq.tsx (Marketing FAQ). Change the description to fit your application.