Blueprints
Learn about Blueprints in WaymakerOS.
Website blueprints for Host Direct. Pick your business type, answer a few questions, and your AI agent builds a professional website — deployed and live in minutes.
What are Blueprints?
Blueprints are structured guides that tell an AI agent how to build a professional website for a specific type of business. They are not code templates — they are design intelligence.
Each blueprint contains:
- Sections — the building blocks of the website (hero, services, testimonials, contact, etc.)
- Content questions — what the agent needs to ask you to fill each section
- Design guidance — colour palette, typography, mood, and layout style
- Agent instructions — system-level guidance on priorities and technical approach
When you tell your AI agent "Build me a restaurant website", the agent loads the Restaurant blueprint and knows exactly what to build, what to ask you, and how to make it look professional.
Why Blueprints?
The blank canvas problem: most people don't know what sections a professional website needs. A landscaper knows they need a website — they don't know they need a hero section, trust badges, a work gallery, a quote form, and a service areas list.
Blueprints solve this by encoding industry-specific website design knowledge into structured guides that AI agents can follow.
Without blueprints: "Build me a website" → agent guesses at structure → generic result.
With blueprints: "Build me a website for my plumbing business" → agent loads Trades blueprint → asks targeted questions → builds a professional trades site with trust signals, service areas, and a quote form.
Blueprint Catalogue
| Blueprint | Best For | Key Sections |
|---|---|---|
| Restaurant & Cafe | Restaurants, cafes, bars, bakeries | Menu, Reservations, Gallery, Reviews |
| Professional Services | Accountants, lawyers, consultants | Services, Credentials, Testimonials |
| Trades & Home Services | Plumbers, electricians, builders, cleaners | Trust Signals, Quote Form, Service Areas |
| Retail & Product Showcase | Shops, brands, makers | Featured Products, Categories, Brand Story |
| Portfolio & Creative | Designers, photographers, artists | Work Grid, Process, About |
| Event & Conference | Conferences, workshops, meetups | Countdown, Speakers, Schedule, Registration |
| Real Estate | Agents, agencies | Listings, Agent Profile, Valuation Form |
| Health & Fitness | Gyms, trainers, studios | Classes, Pricing, Trainers, Free Trial |
How to Use Blueprints
With Claude Desktop (or any MCP-compatible AI agent)
Simply describe what you need. The agent will find the right blueprint automatically.
You: Build me a website for my Italian restaurant called Nonna Maria in Melbourne.
Agent: I found the Restaurant & Cafe blueprint. Let me gather some details
to build your site.
First, what type of cuisine do you serve and do you have a tagline?
You: Traditional Italian — our tagline is "Nonna's recipes, Melbourne's heart."
Agent: Great. Can you share your menu? I'll organise it by category
(starters, mains, desserts, drinks).
You: [shares menu]
Agent: Do you have photos of the restaurant or any signature dishes?
You: Here are a few photos...
Agent: Your website is live at nonna-maria.waymakerapp.com
The agent uses host_blueprint_list to search for matching blueprints, then host_blueprint_get to load the full guide, then follows the blueprint's sections and questions to build your site.
Step by step
- Tell the agent what you need — mention your business type or industry
- The agent finds the right blueprint — it searches by keywords and tags
- Answer the questions — the agent asks for content section by section
- Review and iterate — the agent builds and deploys, you request changes
- Your site is live — deployed on Waymaker Host with a URL you can share
Customisation
Blueprints are starting points, not rigid templates. After the initial build:
- Add sections — "Add a blog section" or "Add a careers page"
- Remove sections — "Remove the testimonials section"
- Change design — "Make it darker" or "Use green instead of blue"
- Change content — "Update the menu prices" or "Add a new team member"
- Add pages — "Create a separate page for each service"
The agent adapts. Blueprints get you 80% of the way there fast — the last 20% is your personal touch.
For Developers
Blueprints are available via two MCP tools:
host_blueprint_list
Lists available blueprints with optional filtering.
{
"category": "trades-home",
"query": "plumber"
}
Returns summaries: id, name, description, category, tags, section count, and an example prompt.
host_blueprint_get
Returns a single blueprint with full details.
{
"blueprint_id": "restaurant"
}
Returns the complete blueprint: all sections with content questions and design notes, the design object (colours, typography, mood, layout), and the agent instructions.
What's Next
More blueprints are coming. If your business type isn't listed, you can still use Host Direct — just describe what you need and the agent will build it from scratch. Blueprints just make it faster and more consistent.
Have a blueprint idea? Let us know at support@waymakerone.com.