====== Can I import Framer templates into CBSplit and make them editable? ====== CBSplit does not directly import Framer project files (.framer) or editable design layers. However, you can still use **exported HTML/CSS** from Framer and integrate it into CBSplit. * **How it works:** In Framer, export or publish your design as a static site. Then use the CBSplit **Import Tool** to scrape the exported HTML and automatically create pages, layouts, snippets, and assets. * **Editable content:** Once imported, the layout becomes editable inside CBSplit’s editor. Text, images, and sections can be modified or A/B tested like normal CBSplit content. * **Animations & interactions:** Framer’s advanced animations that rely on its React runtime may not work natively. You may need to reimplement key animations using custom JavaScript inside CBSplit. * **Best use case:** Framer can serve as a design-to-HTML pipeline, allowing you to design visually, export code, and manage the final editable version inside CBSplit. **In short:** You can’t import Framer files directly, but you can export Framer templates as HTML/CSS and bring them into CBSplit using the import tool for editable landing pages.