Plasmic
Plasmic is a visual builder and headless CMS for front-end development. Designers and developers compose pages and components in Plasmic Studio, then ship them via either the Headless API (Loader) for runtime fetching or the Codegen pipeline for generated React/Next.js/Gatsby source. The platform also exposes a CMS for structured content, a CLI for code synchronization, and a REST API for programmatic access. Open source components live under the plasmicapp GitHub organization.
Plasmic publishes 9 APIs on the APIs.io network. Tagged areas include Visual Builder, Headless CMS, React, Next.js, and Gatsby.
Plasmic’s developer surface includes documentation, GitHub presence, and 5 more developer resources.
APIs
Plasmic Studio
Browser-based visual builder where designers and developers compose pages, components, and design systems. Outputs are consumed downstream by the Loader, Codegen, and CMS APIs.
Plasmic Loader (Headless API)
Runtime fetching API used by React, Next.js, and Gatsby integrations to pull Studio-published pages and components into a host app. Supports server-side rendering, incremental s...
Plasmic Codegen API
Generates React source code from a Plasmic project, synced into the host repository via the Plasmic CLI. Produces editable presentational components alongside skeleton wrappers ...
Plasmic CMS API
Headless content API for structured data managed inside Plasmic. Supports reading and writing rows in models defined in Studio, used to power data bindings inside Plasmic pages ...
Plasmic CLI
Command-line tool (plasmicapp/cli) for authenticating against Plasmic and syncing generated code into a repository. Commands include `plasmic auth`, `plasmic sync`, and `plasmic...
Plasmic React Integration
React loader and components for embedding Plasmic-built pages inside React apps.
Plasmic Next.js Integration
Next.js loader supporting both pages and app router. Used to render Plasmic-managed pages with SSR/SSG/ISR.
Plasmic Gatsby Integration
Gatsby plugin loader for embedding Plasmic-built pages inside Gatsby sites.
Plasmic MCP Server
Model Context Protocol server exposing Plasmic project context to AI agents and IDE assistants.