# BestPaidRep.com — New Site Deployment Instructions
## Prepared by Manus for JK — May 28, 2026

---

## What You Have

| File | Purpose |
|---|---|
| `index.html` | The new rep-focused homepage with email capture, PWA support, and Stripe buy button |
| `manifest.json` | Makes the site installable as an app on phones (PWA) |
| `sw.js` | Service worker — enables offline access and fast loading on mobile |
| `images/hero.webp` | Hero background image |
| `images/icon-192.png` | App icon (home screen, small) |
| `images/icon-512.png` | App icon (home screen, large) |
| `opportunity-book-template.html` | The responsive OB template — use this for every delivered report |

---

## Step 1 — Set Up Your Formspree Form (5 minutes)

The email capture form sends lead submissions to your Gmail. To activate it:

1. Go to [https://formspree.io](https://formspree.io) and create a free account
2. Click **New Form** — name it "BPR Lead Capture"
3. Set the email to your Gmail address
4. Copy the **Form ID** (looks like `xpzgkwqr`)
5. Open `index.html` in a text editor (Notepad on Windows, TextEdit on Mac)
6. Find the line that says: `action="https://formspree.io/f/YOUR_FORM_ID"`
7. Replace `YOUR_FORM_ID` with your actual Form ID
8. Save the file

**Result:** Every lead submission goes directly to your Gmail inbox with the person's name and email.

---

## Step 2 — Upload to Namecheap (10 minutes)

1. Log into your [Namecheap account](https://www.namecheap.com)
2. Go to **cPanel** for bestpaidrep.com
3. Open **File Manager**
4. Navigate to the `public_html` folder
5. **Back up your old site first:** Select all existing files → right-click → Compress to zip → name it `old_site_backup.zip`
6. Upload all files from the `bpr_new_site` folder:
   - `index.html`
   - `manifest.json`
   - `sw.js`
   - The entire `images/` folder (upload as a folder)
7. Visit [https://bestpaidrep.com](https://bestpaidrep.com) to confirm the new site is live

---

## Step 3 — Test the Mobile PWA (2 minutes)

1. Open [https://bestpaidrep.com](https://bestpaidrep.com) on your iPhone or Android
2. On iPhone: tap the **Share** button → **Add to Home Screen**
3. On Android: tap the **three-dot menu** → **Add to Home Screen** (or a banner will appear automatically)
4. The site will now appear on your home screen like a native app

---

## Step 4 — Test the Lead Capture Form (2 minutes)

1. Go to the site and enter a test name + email
2. Click the submit button
3. Check your Gmail — you should receive the submission within 60 seconds
4. Reply to that email with the free Opportunity Book attached

---

## Step 5 — Test the Stripe Payment Link (1 minute)

The buy button on the site links directly to:
**[https://buy.stripe.com/9B600jg6NgY175RcHS43S01](https://buy.stripe.com/9B600jg6NgY175RcHS43S01)**

This is a live Stripe payment link for **$149 — Opportunity Book Single Report**.
Stripe deposits go directly to your connected bank account on your normal Stripe payout schedule.

---

## Delivering Opportunity Books to Paid Customers

When someone pays via Stripe:
1. Stripe sends you an email notification with the customer's name and email
2. Open the `opportunity-book-template.html` file
3. Replace all `[PLACEHOLDER]` text with the customer's target company information
4. Save it as `[CompanyName]-opportunity-book.html`
5. Email it to the customer from Gmail as an attachment
6. They open it in any browser — works on laptop, phone, and tablet

---

## Important Notes

- **The Stripe payment link is live** — real money will be charged. Test it with a $0 coupon if needed.
- **Formspree free tier** allows 50 submissions/month. Upgrade when you exceed that.
- **The old site is archived** at `/home/ubuntu/bpr_archive/bestpaidrep_com_archive_2026_05_28.md` — nothing is lost.

---

## Need Help?

Ask Manus to:
- Set up the Formspree form for you
- Help fill in an Opportunity Book template for a specific company
- Update the homepage copy or design
- Create a LinkedIn ad campaign targeting enterprise software reps

---

*Built by Manus for BestPaidRep.com — May 28, 2026*
