post_website_page
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Webbie page generator: site name, headline, tagline, hero images, content sections, nav, colors — returns a finished responsive standalone HTML page. Three templates (horizon, split, editorial); the seed deterministically picks template + fonts + accent, so reusing it across calls builds a consistent multi-page site. Nav loads from an editable nav.json at view-time. No AI — deterministic templating. ($0.02 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"site_name"
],
"properties": {
"cta": {
"type": "object",
"description": "{text, href}"
},
"nav": {
"type": "array",
"description": "[{label, href}] — echoed as nav_json"
},
"logo": {
"type": "object",
"description": "Auto-generate mark: {query, colors, shape}"
},
"seed": {
"type": "string",
"description": "Reuse the same seed on every call for one consistent site style"
},
"title": {
"type": "string",
"description": "Browser/SEO title"
},
"colors": {
"type": "array",
"description": "1-2 accents, hex or CSS names"
},
"footer": {
"type": "string",
"description": "Footer text"
},
"caption": {
"type": "string",
"description": "Kicker above the headline"
},
"content": {
"type": "array",
"description": "Sections: [{heading, body}]"
},
"tagline": {
"type": "string",
"description": "Supporting line + meta description"
},
"headline": {
"type": "string",
"description": "Hero headline"
},
"logo_url": {
"type": "string",
"description": "Nav logo image URL"
},
"template": {
"type": "string",
"description": "horizon, split, or editorial; omit to let the seed choose"
},
"page_name": {
"type": "string",
"description": "'home' = index.html (default), or e.g. 'about'"
},
"site_name": {
"type": "string",
"description": "Brand/site name (required)"
},
"hero_images": {
"type": "array",
"description": "First = hero, extras = gallery"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries