3 min read

What if you could describe the page you want in plain English and have it built automatically — with hero sections, feature grids, testimonials, pricing tables, and SEO optimization — in under 30 seconds?

That’s exactly what IM-Press’s prompt-to-page AI does. Here’s how to use it.

The 3-Step Process

1

Install IM-Press (Free)

Download from airobotbuild.com/im-press, upload to WordPress via Plugins → Add New → Upload, and activate. The prompt-to-page feature requires the Pro tier ($49/yr launch pricing).

2

Write Your Prompt

Describe what you want. Be specific about your business, the page purpose, and any must-have sections. Example: “Create a landing page for a dog grooming business in Akron, Ohio with pricing for three service tiers, customer testimonials, a booking form, and a photo gallery.”

3

Generate and Customize

Hit generate. IM-Press creates the full page with appropriate blocks, content, and styling. Then fine-tune anything in the Gutenberg editor — it’s your page, fully editable.

Via the API (For Developers)

The same feature is available as a REST endpoint. This means AI agents, scripts, and automation tools can create pages programmatically:

# Generate a complete page with one API call
curl -X POST https://yoursite.com/wp-json/im-press/v1/ai/prompt-to-page   -H "X-License: your-license-key"   -H "Content-Type: application/json"   -d '{
    "prompt": "Create a landing page for a pizza restaurant
              with menu, reviews, and online ordering",
    "template": "restaurant"
  }'

# Response (2.3 seconds later):
{
  "page_id": 42,
  "url": "/pizza-landing",
  "blocks": 8,
  "status": "published"
}

10 Industry Templates Built In

IM-Press comes with prompt templates optimized for common business types:

  • Restaurant — menu, reviews, reservation form, map
  • Real Estate — property listings, agent profiles, search
  • Legal — practice areas, attorney bios, consultation form
  • Healthcare — services, provider directory, appointment booking
  • E-commerce — product showcase, cart, testimonials
  • SaaS — features, pricing, comparison, demo request
  • Agency — portfolio, team, case studies, contact
  • Contractor — services, service areas, gallery, quote form
  • Fitness — classes, trainers, schedule, membership pricing
  • Education — courses, instructors, enrollment, FAQ
Pro tip: The more specific your prompt, the better the result. Instead of “make a business page,” try “Create a landing page for a residential HVAC company in Canton, Ohio that serves Stark County, with 3 service tiers (tune-up $89, repair $149+, installation $2,500+), 5-star customer reviews, an emergency service callout, and a lead capture form.”

What About SEO?

Every AI-generated page automatically includes optimized meta titles, meta descriptions, heading hierarchy (H1 → H2 → H3), image alt text, and schema markup where applicable. If you have Auto-SEO enabled (Pro tier), it also runs a post-generation optimization pass that checks keyword density, internal linking opportunities, and readability scores.

Build Your First AI Page Today

IM-Press Starter is free with all 55 blocks. Upgrade to Pro ($49/yr) for AI prompt-to-page.

Download IM-Press Free →