What a visitor sees
A published wondeya page is a real web page, server-rendered, with your colours and your typeface. It carries a visible notice that the answers are generated by an AI, and an input where the visitor types. When they ask something:- Sections appear as placeholders the instant the agent decides what the answer looks like.
- Each placeholder is replaced in place as its component finishes composing: an image with a caption, a set of steps, an expandable FAQ, a form.
- A one-line written reply arrives alongside the components.
What you configure
You configure three things. An agent is the brain: the knowledge, the images and the identity it answers with, configured once and reusable. A project is one site: itsyour-site.wondeya.app address, its domains and its brand, including the theme. A page joins them: an address inside a project plus the agent that answers there.
Knowledge
Documents, URLs and curated claims, owned by the agent. The only material an answer may be built from.
Assets
The images the agent may show, each described so the agent knows when it fits.
Theme
Five colours, two typefaces and one corner radius, from a set the server owns. Part of the project’s brand.
Page settings
The page’s address in the site, the languages, who the agent speaks for, and the act of publishing.
Two ways to run it
- A hosted page. Each project is a site with its own address at
your-site.wondeya.app, proposed from the business name and correctable; publishing its home page opens it to the world. A workspace can run several sites. - A widget on your own site. One
scripttag puts the same agent on a site you already have, inside an isolated iframe on a separate origin. See the widget.
Two audiences, one product
Teams without engineers
Do the whole job in the web console: create the site and its agent, upload knowledge, upload images, pick colours, publish. No code at any step.
Developers
Drive the same operations over the REST API, or as MCP tools from Claude and other AI clients, authenticated with OAuth. Or embed the widget in your own front end with one script tag.
What makes the answers safe
The model never draws the page. It selects: a component type from a closed catalog, an asset by id, a link by id. The server then resolves every id into real data after validating it. A URL is not even expressible in the model’s output, which is what makes it safe to render an AI answer on a public page in a customer’s name. How it works walks through the pipeline; Security and privacy covers isolation, the AI notice and deletion.Vocabulary
Where to go next
- Quickstart: from a new account to a published page.
- How it works: what happens between the question and the answer.
- Components catalog: the 13 blocks an answer can be made of.