Skip to Content
ResourcesProject Blueprint

Project Blueprint

Guidelines for starting a new Frequency project with the correct brand setup, dependencies, and configuration.

Getting Started

  1. Install brand packages
  2. Configure Mantine theme
  3. Add brand fonts
  4. Set up color tokens
ToolPurpose
Next.jsFramework
MantineComponent library
@frequencyads/brandBrand tokens and theme
@frequencyads/componentsShared UI components

Checklist

  • Install @frequencyads/brand and @frequencyads/components
  • Wrap app in MantineProvider with frequencyTheme
  • Add Google Fonts link for Montserrat and Source Sans 3
  • Verify brand colors render correctly
  • Test dark mode support
Last updated on