I turned a static HTML page into an editable CMS site with one prompt A developer built Neleto, a CMS with a native MCP server that allows AI assistants to convert static HTML pages into editable CMS sites with a single prompt. The tool preserves original CSS, animations, and JavaScript while replacing hardcoded content with editable fields, enabling clients to edit content without breaking the design. The developer demonstrated the process by converting a complex design-studio landing page into a fully component-driven, editable site. There's a moment every web designer knows. The design is done. It's good . The animations are smooth, the type is dialed in, the custom cursor does the thing. And then the client asks the question that deletes your weekend: "Can I edit this myself?" Now you're not a designer anymore. You're a CMS plumber. You rebuild the whole thing in WordPress or Contentful, you map every headline to a field, you fight a templating language you don't love, and somewhere in there the animations break and you spend an afternoon getting your scroll-reveal working again. A week, gone. The design didn't get better. It just became editable. I built Neleto partly to kill that week. This post shows you how — with a real example you can copy. Neleto is the only CMS with a native MCP server . MCP Model Context Protocol https://neleto.io/blog/what-is-mcp is the thing that lets tools like Claude Code, Cursor and Windsurf talk to other systems directly. Because Neleto speaks it natively, an AI assistant can read and write your CMS — create layouts, components and editable fields — without you touching a single admin form. So the workflow becomes: you finish your HTML, you run one prompt , and Neleto turns it into a fully component-driven site where the client can edit every word and image — while your CSS, your animations and your JavaScript carry over untouched. Not "AI-assisted." One prompt, finished site. I made a small design-studio landing page — call it Studio Nordlys . It's deliberately the kind of thing you'd actually ship: a fixed nav with a scroll state, a hero with a glowing animated blob and a staggered reveal, a scrolling marquee, an about section with an animated stat counter, a four-up services grid with hover states, a project gallery with image zoom, a dark process section, a big testimonial, a CTA banner, and a custom cursor that follows you around on desktop. CSS variables, keyframes, an IntersectionObserver, the works. One file. The kind of page that normally makes the "make it editable" conversation painful, because there's so much in there you don't want to lose. 📥 Download the Studio Nordlys example — the HTML page plus the full prompt .zip Here's the trick: the hard knowledge isn't the design — that's yours. The hard knowledge is how a CMS wants its layouts, components, templates and fields structured, and all the little ways you can get it wrong. So that knowledge lives in a prompt. You point Claude at your file: Use the Neleto MCP server to implement @studio-nordlys.html as a fully component-driven page. Every piece of content must be editable through the CMS — nothing hardcoded. …and hand it the spec. From there Claude splits the page into sections, drops all your global CSS into a layout, turns each section into a component with its own scoped CSS and JS, and — the part that matters — replaces every headline, paragraph, label, link and image with a named, editable field. Your