Spencer Ocean

Turn your bucket list into your reality

UGC + Business: [email protected]

AI Travel Prompt:

Click it, Copy it. Customize it.
Build a better trip!

Adventure Kit
Replace the bracketed fields before using it.
(function () { var raw = document.getElementById('so-raw-prompt'); var display = document.getElementById('so-prompt-display'); if (raw && display) { display.textContent = raw.value.trim(); } })(); function soCopyPrompt(btn) { var raw = document.getElementById('so-raw-prompt'); if (!raw) return; var text = raw.value.trim(); if (navigator.clipboard && window.isSecureContext) { navigator.clipboard.writeText(text).then(function () { var old = btn.innerText; btn.innerText = 'Copied'; setTimeout(function () { btn.innerText = old; }, 1400); }); } else { raw.focus(); raw.select(); document.execCommand('copy'); var old = btn.innerText; btn.innerText = 'Copied'; setTimeout(function () { btn.innerText = old; }, 1400); } }