# HubbyHubMarketer landing page

This is a standalone static landing page with no build step or third-party dependencies.

Preview it from the repository root:

```powershell
python -m http.server 8080 --directory landing
```

Open `http://127.0.0.1:8080`.

The page deliberately reflects the currently implemented MVP: supervised campaigns, evidence and claim maps, editable drafts, review, schedule-backed delivery jobs, audience-feedback insights, and explicitly enabled official delivery adapters. It does not claim engagement automation, browser automation, or unrestricted social-account control.

## Firebase Hosting

This page has its own site and deploy target in the shared `family-prep` Firebase project. It does not deploy to the existing default, AI Architect, or Kinderkids sites.

Preview the Hosting configuration locally:

```powershell
firebase emulators:start --only hosting:hubbyhubmarketer
```

Deploy only this site:

```powershell
firebase deploy --only hosting:hubbyhubmarketer
```

Live URL: `https://family-prep-hubbyhubmarketer.web.app`
