LIVE BOARD · UPDATING DAILY

Find the night
worth remembering.

Parties, dinners, cruises and shows — matched to your city.

CATEGORY
VIBE
INCLUDES
MAX BUDGET
Free $500+
AI-POWERED SEARCH
The search bar above understands natural language — describe your perfect night in plain English and it matches events by vibe, budget, inclusions and audience.
NEW YEAR'S EVE EVENTS

Top events · New York LIVE

See all →

City event boards

All cities →

Events people are planning around

All events →
FREE WEEKLY NEWSLETTER

The NYE brief
worth reading.

Events worth going to, verified prices, new spots in your city, and one great last-minute find — every week leading up to December 31st.

No sponsored picks disguised as editorial
Prices and availability verified before we publish
One email per week — unsubscribe any time
WHAT'S IN EACH ISSUE
🔥
Deals this week — verified specials expiring before Dec 31
📈
New on the board — events that just listed in your city
🎉
Pick of the week — the one event worth planning around
JOIN THE LIST

Get the NYE brief

Weekly events, deals and picks for your city — free, every week until the big night.

🎉🥂🎊🎆
Join 8,400+ people planning their NYE right now
🎉 Parties 🍽️ Dinners 🚢 Cruises 🏨 Hotels 🎭 Shows 🌆 Rooftops 🎆 Fireworks 👨‍👩‍👧 Family 🔥 Deals only
Free forever · No spam · Privacy policy · Unsubscribe anytime
🎉

You're on the list

First issue coming your way soon.
In the meantime — find your perfect NYE event above.

Global destinations

All countries →

Latest NYE guides

All guides →

Hosting a New Year's Eve event?

Get your event in front of people searching by city, experience, budget and preference — while keeping ticket sales on your own platform.

$49
Standard listing per event
CPM
Sponsored placement model
Global
Multi-city targeting
0%
Ticket commission taken
/* ── HAMBURGER ── */ (function(){ var btn = document.getElementById('hamBtn'); var drawer = document.getElementById('mobileDrawer'); var backdrop = document.getElementById('drawerBackdrop'); if (!btn || !drawer) return; function openDrawer() { btn.classList.add('open'); drawer.classList.add('open'); document.body.style.overflow = 'hidden'; } function closeDrawer() { btn.classList.remove('open'); drawer.classList.remove('open'); document.body.style.overflow = ''; } btn.addEventListener('click', function() { drawer.classList.contains('open') ? closeDrawer() : openDrawer(); }); backdrop.addEventListener('click', closeDrawer); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') closeDrawer(); }); window.closeDrawer = closeDrawer; })(); /* ── FOOTER ACCORDION ── */ (function(){ document.querySelectorAll('.fca-trigger').forEach(function(btn) { btn.addEventListener('click', function() { var body = btn.nextElementSibling; var isOpen = btn.classList.contains('open'); // close all document.querySelectorAll('.fca-trigger').forEach(function(b) { b.classList.remove('open'); if (b.nextElementSibling) b.nextElementSibling.classList.remove('open'); }); // open this one if it was closed if (!isOpen) { btn.classList.add('open'); body.classList.add('open'); } }); }); })();