User Guide
Get AI Page makes it easy to create, preview, and deploy high-performance landing pages — all powered by AI. This guide covers the core concepts so you can move fast and ship with confidence.
Get AI Page is a product of Innerkore Technologies Pvt. Ltd. (India).
Core Concepts
Projects
A project represents a complete website. Just like a real website can have many pages (Home, Pricing, About, etc.), a project can contain multiple landing pages.
Every project is tied to a plan that determines:
- How many pages you can create
- Which features are available
- Build and deployment limits
Pages
Page, webpage, and landing page are used interchangeably throughout Get AI Page.
Each page is made up of components — hero sections, feature grids, pricing tables, CTAs, and more. You can add, remove, and edit these components to tailor the page to your needs.
Note: Creating or editing a page does not update the live deployed version. To push changes to production you must trigger a new build/deploy.
Themes
A theme controls the visual identity of your entire project — colours, typography, and overall style. Because a theme is project-wide, changing it updates all pages at once.
| Scope | Theme | Page |
|---|---|---|
| Affects | All pages | Single page |
| Controls | Design / look | Content / components |
| Change impact | Site-wide | Page only |
The Page Lifecycle
Draft → Published
A project starts in Draft state. It moves to Published automatically the first time you deploy it successfully. After that, every new build updates the live site.
Preview vs. Deployment
These two concepts are often confused — here's the key difference:
| Preview | Deployment | |
|---|---|---|
| What it does | Dynamically renders a component on demand | Builds optimised static artefacts and deploys them |
| Performance | Development-quality render | Production-optimised (Lighthouse 95+) |
| Authentication | Required (you must be logged in) | Not required — anyone can access the live URL |
| Reflects edits | Immediately | Only after a new build |
| Use when | Checking layout and copy | Ready to go live |
Always verify all links and images in Preview before triggering a final deployment.
Build & Deployment
Build and deployment are often used interchangeably, but technically:
- Build — the system compiles your pages into optimised artefacts (HTML, CSS, JS bundles).
- Deployment — those artefacts are pushed to Cloudflare's global edge network.
The result is a fast, globally distributed website with a shareable URL.
Once deployment succeeds, your project dashboard shows the live link to your site.
Editing Components
Editing means updating the data (copy, images, links) of a component — not redesigning it.
- Encouraged: Change headlines, descriptions, button text, images, pricing figures.
- Discouraged: Modifying the component's visual layout or design code. Advanced design editing is available but not recommended for most users.
SEO & Performance
Every page built by Get AI Page is automatically optimised for:
- SEO — meta titles, descriptions, Open Graph tags, and semantic HTML generated for you.
- Performance — static output served from Cloudflare's CDN, targeting Lighthouse scores of 95+.
Custom Domains
Cloudflare powers custom domain support. After deploying, you can connect your own domain from the project settings by adding a CNAME or A record. SSL is provisioned automatically.
Quick Reference
| Term | Meaning |
|---|---|
| Project | A website (container for pages + theme + plan) |
| Page / Webpage / Landing Page | A single URL within a project |
| Theme | Project-wide visual style |
| Component | A reusable UI block within a page |
| Preview | Authenticated, dynamic render for review |
| Build / Deploy | Compile → publish to Cloudflare CDN |
| Draft | Project state before first successful deploy |
| Published | Project state after first successful deploy |
Next Steps
- Quick Start — create your first project in under 5 minutes
- API Reference — integrate programmatically
- Platform Overview — architecture deep-dive