our offerings

Experience the best of Providence’s fine dining with Gracie’s seasonally inspired menus, thoughtfully curated wine selections, exclusive events, and gift options. Whether you’re seeking an unforgettable chef's tasting menu, a unique culinary experience, or the perfect gift, Gracie’s offers something for every occasion.

Chef’s Tasting Menu

To source the freshest ingredients, we change our menu seasonally to reflect the flavors found at each time of the year. By respecting the seasonality of the harvest, we are able to focus on each ingredient at its peak.

Beverage & Wine Selection

Gracie’s offers an extensive beverage menu, including hand-selected wines, craft cocktails, and local beers. Our expert staff will help you find the perfect pairing for any meal or event.

Happenings & events

Gracie’s hosts exclusive events celebrating culinary creativity in Providence. Guests can enjoy winemaker dinners, seasonal chef events with locally inspired menus, wine seminars, and workshops to learn directly from our chefs.

    Thu

    18

    Dec

    Journey Through The Vines; Wine Legends Part 1 – Wines of Myth & Religion

    Wine tasting seminar led by Gracie's expert Sommeliers.

    December 18, 2025 |
    5:30 pm -
    7:00 pm

    Purchase tickets

    1969866611061

    For centuries, wine has been more than a drink—it has been a symbol of faith, celebration, and divine connection. In Georgia, it is traditionally believed that “red wine goes straight into the blood.” No other beverage has inspired as much folklore, myth, and ritual: from the Eucharist to Egyptian mummification, from the Chinese legend of Yidi to the joyous revelries of Dionysus.

    Join us for the first chapter of Wine Legends, where we explore the sacred and storied side of the vine. This unique tasting will feature:

    • Kosher wine, rooted in spiritual tradition
    • Mead inspired by the Mayan god Acan, a deity of festivity and intoxication
    • Wines from cultures where the grapevine itself is honored as sacred

    Together, we’ll sip, savor, and journey through the legends, gods, and mysteries that have made wine one of humanity’s most powerful symbols.

    Whether you’re a seasoned enthusiast or new to wine tasting, this event offers a warm and welcoming atmosphere to explore, sip, and savor..

    This experience includes a suggested 20% gratuity to support our team. Suggested gratuities are entirely voluntary and may be removed. Please email courtney@graciesprov.com if you’d like to make adjustments.

    Thu

    15

    Jan

    Journey Through The Vines; Wine Legends Part 2 – Wines of History

    Wine tasting seminar led by Gracie's expert Sommeliers

    January 15, 2026 |
    5:30 pm -
    7:00 pm

    Purchase tickets

    1849014354709

    These wines go all the way back to year 77– wines so established two millennia ago they were featured in Pliny the Elder’s Natural History. A Romanesque evening exploring the means by which one of the world’s largest empires spread viticulture far and wide. We’ll end the night with some Brachetto d’Acqui from Piedmont, which, according to legend, Julius Caesar and Marc Antony sent to Cleopatra herself.

    Whether you’re a seasoned enthusiast or new to wine tasting, this event offers a warm and welcoming atmosphere to explore, sip, and savor.

    This experience includes a suggested gratuity of $5 to support our team. Suggested gratuities are entirely voluntary and may be removed. Please email courtney@graciesprov.com if you’d like to make adjustments.

    Sun

    01

    Nov

    Gracie’s Cruise | Jewels of Andalusia & the Balearic Islands

    Set sail on an unforgettable Mediterranean adventure with Executive Chef Matt Varga aboard the ultra-luxury Seabourn Quest

    November 1, 2026 |
    12:00 am -
    12:00 am
    9 Days: Jewels of Andalusia & the Balearic Islands
    November 1–10, 2026 | Sailing from Civitavecchia (Rome) to Lisbon

    Set sail on an unforgettable Mediterranean adventure with Executive Chef Matt Varga of Gracie’s Providence aboard the 5-star ultra-luxury Seabourn Quest, where every suite boasts an ocean-front veranda. This all-inclusive journey combines gourmet cuisine, personalized service, and breathtaking destinations.

    Your Experience Includes:
    • All-suite accommodations with private verandas
    • Unlimited fine dining at 5-star venues
    • All beverages including beer, wine, and spirits
    • Stocked in-room mini-bar
    • 24-hour room service & personal butler service
    • Free prepaid gratuities
    • Satellite-linked WiFi
    • $250 per person onboard credit
    Special Group Bonuses:

    Gracie’s Group Amenity: $250 shipboard credit
    Virtuoso Shipboard Credit: $200 per person

    Your Itinerary Highlights:

    • Civitavecchia (Rome), Italy – Begin your journey in the Eternal City
    • Corsica & Sardinia – Explore stunning Mediterranean landscapes
    • Ibiza, Spain – Experience the vibrant energy of the famous Balearic island
    • Andalusian Coast, Spain & Spanish Morocco – Discover historic towns and sun-drenched shores
    • Lisbon, Portugal – Conclude in Portugal’s sparkling capital

    Indulge in world-class cuisine, immerse yourself in rich culture, and create lifelong memories as you explore some of the Mediterranean’s most iconic destinations.

    Gracie’s Cruise | November 1-10, 2026

    For More Information:
    Contact Lori Seeley
    Phone: 941-312-2584
    Email: lori@innovativetravelconcepts.com

    Gracie’s Virtual Gift Card

    Gracie's gift cards make a great holiday or birthday gift

    Digital Gracie’s gift cards can be emailed as a gift to any recipient’s email.
    Suggested amounts and experiences*:
    • Cocktails and Dessert for Two – $100
    • Wine and Artisan Cheese for Two – $125
    • 3 Course Dinner for Two – $275
    • 5-Course Chef’s Tasting Menu for Two – $300 ($450 with wine pairings)
    • 7-Course Chef’s Tasting Menu for Two – $400 ($600 with wine pairings
    *suggested amounts include all taxes and gratuities
    Physical gift cards may be purchased in person, Wednesday – Sunday, 5 PM – 8 PM.
    Visit us at 194 Washington Street, Providence, RI 02903. Please do not hesitate to contact us with any questions.
    Thank you for entrusting Gracie’s for your gift-giving.
<div id="eventbrite-widget-container"></div> <script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
(function() {     let pendingEventId = null;     let modalCreated = false;          document.addEventListener('click', function(e) {         const btn = e.target.closest('.event-ticket-btn');         if (btn) {             let hiddenText = btn.parentElement.querySelector('.event-id-data');             if (!hiddenText) {                 hiddenText = btn.previousElementSibling?.classList.contains('event-id-data')                      ? btn.previousElementSibling                      : btn.nextElementSibling;             }                          if (hiddenText && hiddenText.textContent) {                 pendingEventId = hiddenText.textContent.trim();             }         }     });          const checkPopup = setInterval(function() {         const container = document.getElementById('eventbrite-widget-container');                  if (container && container.offsetParent !== null && pendingEventId && !modalCreated && window.EBWidgets) {             window.EBWidgets.createWidget({                 widgetType: "checkout",                 eventId: pendingEventId,                 modal: true, // This makes it a modal                 modalTriggerElementId: "eventbrite-widget-container"             });             modalCreated = true;                          // Auto-trigger the modal             setTimeout(() => container.click(), 100);         }     }, 100); })();