CMS collection references introduction
Relate authors to posts, projects to tags, and other joins with reference fields — the schema pattern that keeps collections clean.
Curated Framer CMS resources tagged intermediate.
Relate authors to posts, projects to tags, and other joins with reference fields — the schema pattern that keeps collections clean.
Design one detail template, bind CMS fields, and let Framer generate a unique page for every collection item.
How CMS variables bind fields to text, images, links, and visibility rules so one template adapts to every item.
Official lesson on repeating indexes: insert a collection list, bind card fields, then sort, filter, limit, and paginate.
Help Center guide to interactive filters — search, tabs, toggles, dropdowns, and checkboxes on published collection lists.
Let clients and editors update live CMS fields in the browser — the handoff pattern that keeps people out of the canvas.
Marketplace plugin by Reem Magdi that maps a public Google Sheet into a CMS collection — auto field detection, quick re-sync, free tier for small lists.
Bind {{Title}} and {{Description}} (and social images) so every CMS detail page gets unique metadata for search and sharing.
Production-minded guide covering collections, relational patterns, on-page editing, and when Framer CMS hits its ceiling versus headless.
FrameSpark guide covering setup, references, filters, sorting, and pagination for scalable Framer CMS sites.
Official Help on pasting Markdown into rich text, copying CMS content as Markdown, and how links are normalized.
Product update introducing collection references so items can point at other collections for reusable, relational content.
Help article for controlling bold text color inside CMS formatted text via text styles or custom CSS.
Official method to center images that appear inside CMS formatted text using custom CSS.
Help guide for displaying CMS images at their natural aspect ratios instead of forcing one crop everywhere.
Official Help on conditionals (Is Set, option fields, toggles) so detail templates adapt to each item’s content.
Help article for YouTube/Vimeo/self-hosted video on detail pages, CMS URL fields, and hiding empty players.
Official guide to placing additional collection lists on a detail page for related content and connected data.
Reuse an existing CMS detail design with another collection instead of rebuilding the template.
Product update on empty states so filtered or empty collection lists show a designed message instead of a blank hole.
Official update covering pagination for large CMS lists so indexes stay fast and crawlable.
Product announcement for Dynamic Filters — search, tabs, toggles, dropdowns, and checkboxes wired to page variables.
Community deep guide to every dynamic filter type, setup steps, stacking filters, and URL query parameters.
Practical guide to syncing Notion databases into Framer CMS, mapping properties, and designing templates once.
Product update outlining the modern localization system that advanced Academy lessons build on.
Official Marketplace plugin to sync Notion databases into Framer CMS collections.
Marketplace plugin to sync Airtable bases into Framer CMS for structured, spreadsheet-like content ops.
Community Marketplace plugin to sync Notion, Airtable, and Google Sheets into Framer CMS collections.
Marketplace plugin for bringing RSS feeds into Framer CMS workflows.
Marketplace plugin bridging WordPress content into Framer CMS for redesigns and hybrid stacks.
Help article explaining why links only inside overlays become orphan pages — and how to keep CMS routes discoverable.
Official developers intro to Framer components — foundation for overrides and CMS-aware code components.
Academy lesson on Framer components — the design-side counterpart to developer component docs.
Agency workflow article on white-label Framer delivery — relevant when CMS handoff and repeatable systems matter.
Community walkthrough of Reference and Multi-reference fields for authors, categories, speakers, and more.
Official Framer YouTube update video introducing collection references and multi-references with a blog/author example.
BRIX guide to per-item embeds via CMS variables on Embed components or Page Custom Code.
How to insert Canvas components into formatted CMS text, plus reference-based CTA libraries.
Marketplace directory templates built around filterable CMS listings.
Marketplace ecommerce templates that use CMS (or commerce plugins) for product-style listings.
Marketplace real-estate templates using CMS for property cards, filters, and detail pages.
Marketplace plugin that syncs Ashby job listings into CMS collections for branded careers pages.
Marketplace Lever integration for syncing postings into Framer CMS careers experiences.
Marketplace plugin connecting Greenhouse jobs to Framer CMS collections.
Marketplace HubSpot integration relevant when marketing CRM content feeds Framer experiences.
Marketplace Shopify connector for commerce-adjacent Framer storefronts and product storytelling.
Marketplace Airtable Sync listing for keeping bases mirrored into Framer CMS collections.
BRIX guide to Open Graph per CMS item plus Code Overrides for share actions.
Marketplace Baserow connector for open-source spreadsheet/database sync into Framer collections.
Marketplace Ghost integration for publishing and newsletter stacks that still want Framer marketing pages.
Marketplace Coda connector for doc/database workflows syncing structured rows into Framer CMS.
A step-by-step walkthrough of diagnosing and repairing broken CMS detail-page links in Framer using a custom script, MutationObserver, and click interception.
A proof-of-concept for showing country-specific Framer CMS content within a single locale by combining collections, component variants, and lightweight code overrides.
A no-code/low-code tutorial that wires a Framer form to a Bubble backend via the Bubble Data API, then redirects the user based on the returned record.
Seth Corker's introduction to building code components in Framer Web, walking through a line item and bar chart for a mobile banking UI.
Official Framer walkthrough for building fully functional, native forms with 10+ input types, custom styling, and email/Sheets/webhook connections.
A concise Framer University tutorial on sticky positioning and scroll-section triggers that create polished scroll animations with no code.
A 33-minute walkthrough covering global styles, Framer AI, components, responsive design, CMS, animations, and a live boutique landing page build.
A comprehensive agency walkthrough of what Framer is, why teams choose it, and how its visual editor, components, CMS, and interactions fit together for production sites.
End-to-end guide to Framer CMS collections, field types, dynamic pages, filters, references, and dynamic SEO for blogs and marketing content.
Explains how Framer components, variants, and properties work like a real design system, plus when to use visual vs code components.
Deep dive into Framer's variant-and-trigger animation model: appear effects, scroll animations, hover, page transitions, text, and component-level motion.
Covers all four custom-code paths in Framer — HTML embeds, CSS overrides, code components, and code overrides — with real examples and when to skip them.
Honest 2026 migration guide covering the six real SEO risks — redirects, metadata loss, Core Web Vitals, content gaps, URL structure, and sitemaps — with fixes.
A practical walkthrough of Framer components, variants, properties, component libraries, and how they connect to design tokens and CMS content.
Covers when and how to add head and body scripts, HTML embeds, React code components, and code overrides in Framer without overcomplicating the project.
A design-focused look at micro-interactions in Framer—button hovers, card lifts, scroll animations, and form feedback—that guide users toward conversion.
Mikhail Karan builds a custom React Markdown code component and wires it to a Framer CMS plain-text field so blog posts can be authored in Markdown inside the CMS.
A founder-focused guide to keeping the core product in Next.js while offloading marketing pages to Framer, complete with next.config.js rewrites and the Framer Startup Program.
Introduces the Framergenie plugin for auth, dashboards, and live forms, plus Supasync to sync Supabase tables directly into Framer CMS.
Roberto Rodríguez builds a data-visualization component that mixes visual design with code overrides and Framer's useStore hook to manage state across tags and a line chart.
Build a responsive spacer component or a window-width-aware code override to centralize padding across every breakpoint in a Framer project.
A 2026 engineering guide to choosing, sizing, and shipping Framer code components and overrides in production, including the March 2026 CMS change.
Official first steps for building a Framer plugin from npm create framer-plugin to opening a development plugin inside the editor.
Use a Framer code override to read a CMS Number field and auto-refresh the page after a configurable number of seconds.
Step-by-step guide for injecting JSON-LD structured data into Framer pages through Custom Code, plus how RankFrame automates the same.
Send shoppers back to your Framer storefront from the Shopify checkout by editing theme.liquid and injecting a small redirect script.
Megan Weeks walks through the exact collection structure and fields she uses for a real client build, including naming conventions and client-ready defaults.
Step-by-step build of a category-filtered portfolio grid using CMS collection lists and on-page filter controls.
Build CMS detail page templates that change layout based on field values, including conditional blocks and responsive structure.
David Alex builds a Shopify-powered store inside Framer with Frameship, covering product sync, custom fields, and integration limits.
A focused walkthrough of building a Framer plugin with Cursor AI, from prompt to working plugin inside the Framer ecosystem.
Product update introducing the redesigned Framer CMS: inline table editing, multi-cell selection, bulk actions, folders, column customization, and a dedicated fields panel.
Framer Academy tutorial that builds a collapsible article stack in a hero section, pulling live content from a CMS collection.
Framer.dev guide to Fetch: adding dynamic API data to a Framer site without code on the canvas, plus best practices for backends and CORS.
Framer Academy lesson on getting started with the CMS Starter Plugin, connecting a custom data source, and extending the plugin after the first sync.
Official Help Center guide to using the useTracking hook in a code override or code component to measure any interaction on a Framer site.
Framebite rounds up parallax-ready Framer templates and explains how layered scroll motion works, with real site examples and tips for building cinematic pages without code.
Insert Frame's Frameship docs walk through connecting a Shopify store to Framer: sync products into a CMS collection, build product detail pages, add a cart, and publish.
A curated roundup of Framer CMS plugins that extend collections with filtering, search, sync, stock images, and export capabilities.
A 27-step Framer SEO checklist from foundation to advanced: meta tags, schema, image SEO, Core Web Vitals, indexing, and keyword tracking.
A no-third-party guide that gates Framer CMS collection pages and individual item pages using a custom code component.
A designer-developer case study on shipping a Framer landing page that balances spring-based animations with technical SEO and Core Web Vitals.
A step-by-step guide to qualifying leads in Framer and routing high-intent submissions to Slack or Discord via webhooks, with an optional Lead Form plugin.
A real-world breakdown of using Framer CMS for dynamic pages, custom components, MCP state sharing, and integrations with Shopify, Stripe, and Zapier.
Framer Community announcement introducing components inside CMS entries, enabling animated galleries, interactive embeds, and newsletter signups within formatted content.
Framer Marketplace plugin by Evixel Studio that turns Framer CMS collections into a spreadsheet editor with inline editing, bulk fill, find/replace, CSV import/export, and content audits.
Framer Marketplace plugin that connects Shopify stores to Framer, syncing products and metafields into the CMS and providing e-commerce components, filters, and checkout.
A Framer Marketplace plugin that syncs Markdown files from a GitHub repository into a Framer CMS collection, preserving frontmatter and formatting.
Lesson on showing/hiding CMS content and transforming text with prefixes/suffixes from field values.
Ryan builds search, dropdowns, tabs, toggles, checkboxes, Clear Filters, and shareable URL params on a property listing.
Lesson on Framer’s search component scoped to CMS content with styling tricks for a custom bar.