Configuration File:
config/shared/comparison.tsOverview
The comparison table shows a side-by-side feature comparison between you and competitors:- Display up to 4 providers (you + 3 competitors)
- Show feature checkmarks (✓) and crosses (✗)
- Organize features into categories
- Add migration CTA
config/shared/comparison.ts
Quick Start
Configuration Structure
Section Header
CTA Message
Providers
- First provider with
highlight: trueis shown as “You” - Maximum 4 providers (you + 3 competitors)
idmust match field names in features array- Use real competitor names or generic names
Features
category- Group name (e.g., “Key Features”, “Support”, “Hardware”)items- Array of features to comparename- Feature name (be specific)- Provider IDs -
true= has feature,false= doesn’t have feature
Complete Example
Formatting Tips
Using HTML Entities
For special characters in feature names, use HTML entities:Special Characters
You can add special characters and symbols to feature names:Multiple Categories
Organize features into logical groups:Troubleshooting
Provider ID mismatch error
Ensure providerid matches the field names in features:
Table not showing
Check:- At least 2 providers defined
- At least 1 feature category
- All provider IDs match in features
- No syntax errors (missing commas, brackets)
“You” label not showing
The first provider withhighlight: true becomes “You”:

