// Toggle dark mode by adding/removing 'dark-mode' class to the body document.addEventListener('DOMContentLoaded', function() { // Check for existing dark mode preference in localStorage if (localStorage.getItem('darkMode') === 'enabled') { document.body.classList.add('dark-mode'); } // Function to toggle dark mode on click function toggleDarkMode() { document.body.classList.toggle('dark-mode'); // Save the current mode to localStorage if (document.body.classList.contains('dark-mode')) { localStorage.setItem('darkMode', 'enabled'); } else { localStorage.setItem('darkMode', 'disabled'); } } // Listen for a button click or any other trigger you want to use document.getElementById('dark-mode-toggle').addEventListener('click', toggleDarkMode); });
top of page
saucy boodah background.jpg

Cocktail Menu

With crowd favorites like the Kamikrazy, Jet Fuel, and Rompe Corazon, our cocktail menu brings the perfect vibe to every sip.

best cocktail bars near me
dinner menu

Dinner Menu

Featuring signature dishes like the Seh-Vee-Chay Tacos, Kung-Fu Shrimp, and Oxtail Hot Stone Fried Rice, our menu is crafted to impress every guest at your table.

saucy boodah background.jpg
brunch menu

Brunch  Menu

Join us every Sunday from 11 AM to 3 PM for brunch at Saucy Boodah. Click to view the full menu or reserve your table today!

saucy boodah background.jpg
wynwood miami happy hour

Happy Hour

Join us for The After Work Social Happy Hour every Tuesday through Friday from 4-7 PM. Enjoy:

  • 50% off selected food apps

  • $8 classic cocktails

  • half-price hookahs.

 

Each and every Wednesday, ladies drink FREE! Complimentary classic margaritas, watermelon mules, and lychee martinis from 8-11 PM.

bottom of page