Docs
Customization

Naming

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

Common

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

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.

Manifest

Open the apps/dashboard/public/site.webmanifest and apps/marketing/public/site.webmanifest files

  "name": "Acme",
  "short_name": "Acme",

and adjust the name & short name.

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.