Project Blueprint
Guidelines for starting a new Frequency project with the correct brand setup, dependencies, and configuration.
Getting Started
- Install brand packages
- Configure Mantine theme
- Add brand fonts
- Set up color tokens
Recommended Stack
| Tool | Purpose |
|---|---|
| Next.js | Framework |
| Mantine | Component library |
| @frequencyads/brand | Brand tokens and theme |
| @frequencyads/components | Shared UI components |
Checklist
- Install
@frequencyads/brandand@frequencyads/components - Wrap app in
MantineProviderwithfrequencyTheme - Add Google Fonts link for Montserrat and Source Sans 3
- Verify brand colors render correctly
- Test dark mode support
Last updated on