Appearance
CMS Collections Overview
SYNTHEXA uses Framer CMS to power all dynamic content. Adding an item to a CMS collection automatically creates its corresponding page.
7 Collections
| Collection | Used On | Auto-generates |
|---|---|---|
| Blog | /blog, homepage featured section | /blog/:slug pages |
| Blog Authors | Author cards on blog posts | Referenced in Blog items |
| Blog Categories | Blog filtering and taxonomy | Referenced in Blog items |
| Cases | /cases, homepage featured section | /cases/:slug pages |
| Open Roles | /careers page | /careers/:slug pages |
| Pricing | /pricing feature comparison table | Feature rows |
| Legal | Footer links | /legal/:slug pages |
How It Works
- Create an entry in a CMS collection (e.g., add a Blog post)
- Framer auto-generates a page using the collection's template
- Changes sync instantly — Edit the CMS entry, all connected pages update
- Publish once — All new CMS pages go live with a single publish
TIP
This is much faster than creating individual pages. Add 10 blog posts → 10 blog pages are created instantly.
Collection Dependencies
Some collections reference others. Create in this order:
- Blog Authors → Create authors first
- Blog Categories → Create categories first
- Blog → Create posts (they reference Authors & Categories)
Similarly for Career:
- Open Roles → Create job listings
For other collections (Cases, Legal, Pricing), there are no dependencies.
Adding Your First CMS Entry
- Open the CMS panel (left sidebar)
- Select a collection (e.g., Blog)
- Click New Item
- Fill in the fields
- Click Save
- Publish your site
The new item is now live (on next publish).