# Upgrade Ritual — Cloudflare Pages Upload-ready Static Website

This package is a static website. No npm, no build command, no database required.

## Upload to Cloudflare Pages

1. Go to Cloudflare Dashboard.
2. Open **Workers & Pages**.
3. Choose **Create application** → **Pages**.
4. Choose **Upload assets** / **Direct Upload**.
5. Upload the contents of this folder, or upload the ZIP if your Cloudflare interface accepts ZIP uploads.
6. Build command: leave empty.
7. Output directory: `/` or leave as default for direct upload.

## Add a new hotel stay review

Edit:

```text
data/reviews.json
```

Copy one object, change the fields, and give it a new ID such as:

```text
UR-HOTEL-0004
```

The review will appear automatically in:

```text
/archive/
/review/?id=UR-HOTEL-0004
```

## Add photos

Put images here:

```text
assets/images/
```

Then add paths to the `photos` array in the matching review record.

## Important

Change `https://www.upgraderitual.com/` inside `sitemap.xml` and `robots.txt` to your real domain after launch.
