Netlify Create Overview
Learn how Netlify Create can improve the way you edit and develop your site.
What is Netlify Create?
Netlify Create is a visual experience platform for building and operating enterprise websites, designed for teams working with a decoupled architecture.
Key Features
- Content Source Interface: An engine that makes content from any source editable with Netlify Create.
- No Production Dependencies: All required packages can be installed as development dependencies. You do not need to use Netlify Create in production.
- Visual Editing: Your site runs in a preview window inside Netlify Create. Content changes are reflected immediately in the preview.
- Two-Way Content Sync: Netlify Create also listens for changes from content sources and updates the preview immediately.
- Inline Editing: In addition to traditional form fields, Netlify Create makes it possible for editors to change content by clicking directly on elements in the preview window.
Learn How Netlify Create Works
If you want a deeper understanding of how Netlify Create works, dig into our concept guides:
Frequently-Asked Questions
These are the questions we get asked most often for folks who are just getting started with Netlify Create.
What frameworks are supported?
Local development will support any framework that runs on a local port. Cloud projects are run within a Node-based environment by default, but can be customized.
Enabling automatic content reloading may require a little more code in some frameworks. See framework integration guides for specific cases.
What content sources are supported?
Content Source Interface (CSI) supports any structured content source with read and write abilities via an API.
Today, we have production-ready CSI modules for Contentful and Sanity. If you need a specific content source, you can build your own CSI module or contact us for support.
What code hosting platforms are supported?
The Netlify Create App can support any code hosting service. Cloud projects default to GitHub as the code host.
If your code is hosted on-premise, the Netlify Create App can support it by connecting to it with read-only permissions or via an isolated and secure container running on Netlify Create’s cloud.
What hosting platforms are supported?
Netlify Create is typically not involved in production. Therefore, you can deploy and host your code anywhere you'd like.
Netlify Create can also be configured to automatically create a Netlify site when creating a new cloud projects.
What if a tool in my stack isn't supported?
In many cases, it may appear that your tool isn't supported, but there is often a clear path to support:
- It may actually work even if we haven't explored it. We try to design and build as generically as possible.
- There may be a workaround or you may have to write a bit of custom code to integrate the tool.
- A tool may not work in a cloud project, but does in local development. This is typically a matter of us working with you to adjust the cloud environment.
Netlify Create is focused on composability and expanding our integrations. We're typically open to adding any new integration. We prioritize new integrations based on customer demand.
If your tool isn't supported, get in touch. We may already be working on official support.