# Tribe Web — Standalone HTML Pages

Standalone HTML pages deployed to Vercel as a static site, served from subdomains of tribe-consult.com.

## Hosting

- **Platform**: Vercel (static) — team: `tribe-creators-projects`
- **Project**: `meeting-cost-calculator` (`prj_9CakSXXpZ4RKEVAHE1z4rX7O63Wc`)
- **Deploy method**: Manual via Claude Code (GitHub auto-deploy not yet connected)

## Pages

| File | Vercel URL | Custom domain | Status |
|------|------------|---------------|--------|
| `meeting-cost-calculator.html` | `meeting-cost-calculator-weld.vercel.app` | `calculator.tribe-consult.com` ⚠️ domain not yet added to Vercel project | Live |

## Change process

For every page update:

1. **Edit** the `.html` file
2. **Deploy** — push the file to Vercel (currently via Claude Code; future: git push once GitHub integration is connected)
3. **Check GoDaddy DNS** — confirm the subdomain A/CNAME record still points to Vercel (`76.76.21.21` or `cname.vercel-dns.com`)
4. **Log here** — update the table above with the current Vercel URL and custom domain status

## Adding a new page

1. Drop the `.html` file in this folder
2. Deploy to Vercel (add to the same project or create a new one)
3. Add a GoDaddy subdomain pointing to Vercel
4. Add a row to the table above
5. Commit and push

## Pending

- [ ] Add `calculator.tribe-consult.com` as a custom domain in [Vercel project settings](https://vercel.com/tribe-creators-projects/meeting-cost-calculator/settings/domains)
- [ ] Connect GitHub repo to Vercel project (Settings → Git) so git push auto-deploys
