Appifio Creator · Lesson B03 · Level: Beginner

Build a landing page
for sales or events

Create a landing page with Hero, CTA, and a lead form; check responsive layout on every breakpoint; run Audit before you publish - enough for sales, events, or a product launch.

Learning goals: Build a landing page with Hero/CTA/form, verify three breakpoints, read and act on an Audit report before Save changes.

Hands-on time: about 45-70 minutes.

Prerequisites: A01-A03, B01. B02 helps if you already know Canvas + Inspector.

Previous lesson: B02 - Build a personal biolink.

Next lesson: C01 - Preview workspace: Standard vs Canvas.

Key UI labels you will see:

Canvas Desktop / Tablet / Mobile Inspector Audit Export Save changes

1. End-to-end landing page workflow

[1] Build the structure
→ AI prompt: Hero → Benefits → Social proof → Form → Final CTA → Footer
[2] Check responsive
→ Canvas → Desktop · Tablet · Mobile in turn
[3] Polish CTA & form
Inspector to emphasize the CTA; wire the form to Backend if you need real leads
[4] Quality check
AuditRun check (Desktop + Mobile) → copy issues to AI chat / Inspector → Run again
[5] Publish
→ compare Current/Changes → "Save changes" → (optional) "Export" for internal review

2. Landing page terms

TermMeaningWhere in the UI
HeroTop block: main headline, short copy, image/video, first CTATop of the page - not a separate button label
CTA (Call to Action)Primary action button: "Sign up now", "Buy now", "Book a call"Prominent buttons in Hero and near the end
Above the foldWhat you see before scrollingTop viewport at each breakpoint
BreakpointSimulated device width for previewDesktop 1200 · Tablet 810 · Mobile 390 in Canvas
AuditModal Website Audit Tool - client-side analysis; you must click Run check; it does not auto-fix / has no AI button inside the modal"Audit" on the preview toolbar
Core Web VitalsSpeed/stability metrics Audit measures (e.g. layout shift / CLS)"Performance" section in the Audit report
ExportExport the current preview as Screenshot/PDF/Word/ZIP/.afi/APK (BETA)"Export" on the preview toolbar

3. Step by step - build the landing page

  1. Step 1 - Prompt a full section stack: in "Chat" mode: "Create a landing page for [product/event] with: Hero + headline + 'Sign up now' CTA, 3-column benefits, testimonials, signup form (name, email, phone), final CTA, contact footer." Click "Send".
  2. Step 2 - Check three breakpoints: turn on "Canvas", walk "Desktop", "Tablet", "Mobile" - watch for cropped Hero images and CTAs that fall below the first screen (above the fold).
  3. Step 3 - Emphasize CTAs in Inspector: select each CTA, raise contrast vs background, enlarge if needed, keep CTAs at both the top and bottom.
  4. Step 4 - Wire the form for real data: UI-only demos can skip Backend. For real leads, connect the form to Aura Storage via Backend (lesson F02) before a wide launch.
  5. Step 5 - Run Audit: click "Audit" → choose Desktop or Mobile"Run check" (opening the modal alone is not enough). Read Overview, then Performance, SEO On-Page, Accessibility, Best Practices. Full detail: lesson E05.
  6. Step 6 - Fix outside the Audit modal: paste issues + tips into the Ask AI… box, or fix by hand in Inspector. Ask AI to fix lives on the Inspector panel for a selected element - not inside the Audit modal.
  7. Step 7 - Run again: after fixes, Audit → "Run again" (results may be cached ~5 minutes if you only close/reopen the modal).
  8. Step 8 - Save changes: final Current/Changes compare, then "Save changes".
  9. Step 9 - (Optional) Export for internal review: use "Export" for Screenshot or PDF before a wide share.

4. Audit - how to read the report

Website Audit Tool Overview with Performance SEO Accessibility Best Practices scores
Run Audit

Correct tab names in the modal

  • Performance: Core Web Vitals, lazy load, images missing width/height, render-blocking CSS/JS.
  • SEO On-Page (not “SEO Content”): title, meta description, H1, alt, canonical…
  • Accessibility: contrast, form labels, headings, viewport zoom.
  • Best Practices: CSP, Referrer Policy, HTTPS for password forms…
  • Also see Resource chart (waterfall) and lesson E05 for depth.

Export - when to use which format

Screenshot/PDF work well for stakeholder content review. Word suits copywriters. ZIP/.afi is for backup or moving code elsewhere. APK is still BETA - not for an official app release of a landing page (see E04, H03).

5. Compared with Carrd / Framer

CriterionCarrdFramerAppifio Creator
Time to first draftVery fast, simple ready blocksFast, AI + strong animationFast - AI writes structure and copy from one prompt
Pre-publish quality checkNo built-in auditNo built-in SEO/A11y audit in the editorBuilt-in "Audit" in preview, four check groups
Data / backendMostly third-party forms (Mailchimp…)Light CMS; complex logic needs external toolsAura Storage + Aura CMS in the same stack for basic lead capture

6. Technical limits

You can

  • Run SEO/performance/accessibility checks inside Creator for a first quality pass.
  • Export multiple formats for review or offline backup.
  • Connect a live form to Aura Storage so leads land when you launch.

You cannot / still limited

  • No built-in multi-variant A/B testing - use two routes and compare yourself.
  • Audit does not replace deep SEO tooling (Search Console, etc.).
  • APK export is BETA - not for an official app-style landing release.

7. Security when the page collects leads

  • Store form data (name, email, phone) in access-controlled Aura Storage - not as public static JSON.
  • Audit may flag HTTPS - required to protect form input; confirm HTTPS on your domain before paid traffic.
  • Do not publicly share an "Unpublished draft" link that exposes internal pricing/promos before launch day.

8. Common issues

SituationWhat to do
CTA falls below the first screenCheck Hero at each Canvas breakpoint; shorten top content or add a CTA inside the Hero.
Low Performance score from heavy imagesAsk AI/Inspector to add loading="lazy", use right-sized assets, or recompress/re-upload in Files.
Form submits but you cannot find the dataCheck whether the form is wired to Backend (F02); UI-only demos do not store submissions anywhere.
Accessibility flags (labels, ARIA)Ask AI to add /aria-label for the inputs Audit lists.

9. Practical tips

  • One primary CTA, repeated (top, mid, bottom) - avoid competing CTAs that split decisions.
  • Keep forms short: only what you need for the first step (name + contact); ask more after you have the lead.
  • Run Audit before every important Save - not only once at the start.
  • Before ads or a wide share, test on a real phone (not only Canvas) so the keyboard does not cover Submit.

10. Check that you understand B03

  1. List the main landing blocks in order.
  2. What are Audit’s four report groups? Give one example warning each.
  3. What must a form connect to if it should store real data?
  4. What is Export for, and how does it differ from Save changes?
  5. Which Creator difference vs Carrd/Framer helps you most?

Next lesson

C01 - Preview workspace: Standard vs Canvas

You will learn Canvas pan/zoom, managing multiple breakpoints, and when to switch back to Standard - foundations for every page type, not only landings.

Appifio Creator · User guide · B03 · Based on Creator Audit, Export, and preview product behavior