> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useshareable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Build a marketing site with AI

> Spin up a landing page, microsite, event page, or announcement site with AI and share it on one link — no deploy, no CMS. What Shareable handles, and where the line is.

You need a page live *today* — a product launch, a waitlist, an event, a campaign
microsite. The old way is a website builder, a template, and an afternoon. The new
way: ask AI for the page, drop it into Shareable, send the link. No deploy pipeline,
no CMS, no monthly site subscription for something you'll use once.

This works because a marketing site is almost always **static**: HTML, CSS, a little
JavaScript, some images. That's exactly what Shareable hosts.

## What you can build

<CardGroup cols={2}>
  <Card title="Landing pages" icon="rocket">
    Product launch, waitlist, "coming soon," app pre-launch — a hero, a pitch, a
    call to action.
  </Card>

  <Card title="Microsites" icon="layout">
    A small multi-page campaign site — story, product, FAQ, CTA — under one link.
  </Card>

  <Card title="Event & announcement pages" icon="calendar">
    A conference, launch party, or webinar page with schedule and RSVP; or a "we
    raised / we shipped / we partnered" announcement.
  </Card>

  <Card title="Link-in-bio & hubs" icon="link">
    A one-page link hub for a profile, a campaign, or a press kit.
  </Card>
</CardGroup>

Also a natural fit: **digital invitations**, **menus**, **one-pager media kits**, and
**throwaway campaign pages** you spin up for a single moment and take down after.

## Build it and ship it

<Steps>
  <Step title="Ask AI for the page">
    Describe it to Claude, ChatGPT, or any AI: *"a landing page for my app launch — a
    headline, three benefits, a waitlist signup, in self-contained HTML."* For a
    microsite, ask for a few linked pages. Want images? Ask for them, or let it use
    placeholders.
  </Step>

  <Step title="Drop it into Shareable">
    Drag the HTML file — or the whole **folder / `.zip`** for a multi-page microsite
    with images — onto [your pages](https://useshareable.com/pages). The
    `index.html` is the landing page; its assets come along. Or ask your AI to
    [publish it for you](/guides/publish-from-ai) over MCP.
  </Step>

  <Step title="Make it yours">
    Publish, then set the [link preview](/guides/publish-a-page#custom-link-previews-unfurls)
    so it looks sharp when shared, and point it at your
    [own domain](/cookbook/own-domain) if you want `launch.yourbrand.com`.
  </Step>

  <Step title="Share and measure">
    Send the link or drop it in a campaign. [Analytics](/guides/analytics) show how
    many opened it and from where; [comments](/cookbook/who-viewed) and a
    [poll](/guides/notifications) let you gather reactions. Edit and republish any
    time — the link stays the same.
  </Step>
</Steps>

## Making it do something — forms, signups, payments

A marketing page usually needs to *capture* something — an email, an RSVP, a payment.
Shareable doesn't run a server, so it doesn't collect form submissions itself. Instead,
wire your page to a service that does — the form runs from the visitor's browser, so
embeds and POST endpoints work normally:

* **Email / waitlist** → a [form service](/cookbook/contact-form) (Formspree, Tally),
  or an embedded Mailchimp / ConvertKit form.
* **RSVPs** → an [RSVP form](/cookbook/event-rsvp) or a Google Form.
* **Bookings** → an embedded [Calendly](/cookbook/booking-page).
* **Payments** → a [Stripe Payment Link or buy button](/cookbook/sell-something).

Tell your AI which one you're using and to embed it — "add a Formspree form with my
endpoint" — and it'll wire it in.

<Note>
  **Don't put secrets in the page.** Anything in your HTML/JS is visible to anyone who
  opens it, so use a form service's public embed or a Stripe *Payment Link*, never a
  secret API key.
</Note>

## Where the line is

Shareable hosts the page; it isn't a website platform. Reach for a site builder
(Webflow, Framer) or app host (Vercel, Netlify) when you need:

* A **CMS** or non-technical editing UI (here, you edit by re-prompting and
  re-uploading).
* **Server-side logic** — storing submissions yourself, your own API, A/B testing.
* A **large, evolving multi-page site** with shared nav and a content model — Shareable
  decks are best for small, fixed sets of pages.

For a fast, one-and-done marketing page you made with AI, that's exactly the gap
Shareable fills: the link, the control, and the analytics, without standing up a site.
