Change password: edit ADMIN_PASSWORD in this file

The Cove — Admin
View Site ↗
Photo Gallery
Upload photos from your device. Tag each photo so it appears in the right section of the guest page (hero strip, or a specific room).
⚠️ Cloudinary setup required before uploading
Go to the Settings tab and enter your free Cloudinary credentials first. It only takes 2 minutes.

Tap to upload photos

or drag & drop · JPG, PNG, WEBP

Uploading...
Room Descriptions
Edit the name, description, and feature badges for each room. Changes update the guest page immediately.
Lease Submissions
Requests submitted via the guest page contact form.
Settings
Configure your Cloudinary account for photo uploads.
Cloudinary Setup (Free)
1
Go to cloudinary.com and create a free account
2
From your Dashboard, copy your Cloud Name, API Key, and API Secret
3
Go to Settings → Upload → Add an unsigned upload preset. Name it j1_housing
4
Paste the values below and click Save
Cloud Name
Upload Preset
Admin Password

To change the admin password, open admin.html in a text editor and find the line const ADMIN_PASSWORD = "..." near the top of the script section.

const ADMIN_PASSWORD = "cove2025";
Data Management

All data (photos, room text, submissions) is stored in your browser's local storage and also synced to Cloudflare Pages KV when deployed. Clearing will remove everything.