Getting Started with Get AI Page
Welcome to Get AI Page — the fastest way to launch beautiful, high-converting landing pages powered by AI.
What You Can Build
With Get AI Page you can create:
- Product launch pages
- SaaS landing pages
- Event registration pages
- Portfolio sites
- Lead generation pages
How It Works
The process is simple:
- Describe your product — tell the AI what you're building and who it's for
- AI generates your page — a pixel-perfect layout with copy, structure and branding
- Customise — tweak copy, components and styles in the editor
- Publish — deploy to your custom domain in one click
Architecture Overview
Here's how a project flows from creation to deployment:
Rendering diagram…
Page Lifecycle
Rendering diagram…
Code Example
To interact with the API directly:
const response = await fetch('/api/v1/projects/genai', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${token}`,
},
body: JSON.stringify({
name: 'My SaaS Landing Page',
framework_id: frameworkId,
genai_prompt: JSON.stringify({
page_goal: 'generate-leads',
target_audience: 'b2b',
content_type: 'digital-product',
page_name: 'My SaaS',
page_description: 'An AI-powered tool that...',
}),
}),
})
Next Steps
- Explore the docs for API reference
- Read the platform overview for the full feature list
- Check out the pricing page to find the right plan
Tip: Use the progress modal on the dashboard to track AI generation in real time — it polls the task status automatically.