Build a KuikPage with an AI assistant
Ask Claude, ChatGPT or Claude Code for a KuikPage and get a real, published page from one of the templates, with your text, links, photos and colors.
Connected through the MCP server, an assistant can build a KuikPage for you: "make a KuikPage for our spring menu" ends with a live page at your-name.kuik.page and, if you want, a KuikCode that opens it. The page is as good as one made in the editor, because it starts from the same templates and follows the same rules.
How it goes
- A template first. The assistant suggests two or three templates that fit and sends links to preview them. You pick one.
- Name and address. It confirms the page name and the
your-name.kuik.pageaddress before creating anything. The page starts as a draft; nothing is public yet. - Your content. Tell it what to change: the headline, menu items, links, buttons, a map, your colors, extra pages. After every round of changes it sends a preview link so you can see the page as a phone shows it.
- Publish on your yes. Only when you say so does the page go live. The assistant then offers to create a KuikCode that opens it.
Things to say
| You say | What happens |
|---|---|
| "Make a KuikPage for Riverside Coffee's spring menu" | Suggests templates with preview links, then confirms the name and address |
| "The restaurant one, call it Spring menu" | Creates the draft and sends the preview |
| "Our dishes are: …" / "Change the headline to Spring at Riverside" | Fills in the content and sends the preview again |
| "Add our Instagram and a map to 12 Main St" | Adds a socials block and a map block |
| "Add a Contact page" / "Use a tab bar menu" | Adds a page (a menu appears once there are two) and changes the menu style |
| "Make it green" | Changes the theme colors |
| "Find a photo of a latte" | Searches free stock photos and lets you pick one |
| "Create a photo of a cup of coffee on a wooden counter" | Generates the picture (counts toward the plan's monthly AI generated images) |
| "Looks good, publish it" | Publishes and offers a KuikCode that opens the page |
Photos and images
Every image ends up in your Library and on KuikCode's CDN; published pages never load pictures from other sites. The assistant can take a picture from a link you give it, search free stock photos, or generate one from a description. Chat apps cannot hand the files you attach to a tool, so for your own photos send a link (your website, a shared Drive or Dropbox file). Claude Code and other tools that run on your computer can send a file from disk directly.
A header with an animated background gets its still frame made automatically when the page is published, the same picture the editor makes when you open the page there.
Editing the same page yourself
You can open a page in the editor while an assistant works on it. If the assistant saves while your editor tab has the page open, the tab loads the latest version and shows Changed elsewhere, latest version loaded instead of overwriting the assistant's work. Edits from the last couple of seconds before that moment are dropped, so redo those.
What an assistant cannot do
It works on the content and look of the page: blocks, pages, menu and theme. Form setup (fields, notifications, where submissions go), guest upload settings, the announcement bar, tracking IDs, link previews, custom domains, unpublishing and deleting stay in the editor and the dashboard. Plan limits apply exactly as in the editor: the number of KuikPages, pages per KuikPage and PRO blocks.
Through the API
The same flow is open to your own code: GET /v1/page-templates, POST /v1/pages, GET /v1/pages/{id}/content, POST /v1/pages/{id}/edits with a list of edit operations and the page's revision, and POST /v1/pages/{id}/publish. GET /v1/page-blocks?types=buttons,map returns the fields each block accepts. See the API reference.