Party in style!

We have what you need for a memorable event!

— Request Quote —

About Us

We specialize in providing unforgettable moments of joy, laughter, and celebration. We understand the importance of capturing precious memories, and our state-of-the-art photo booths are designed to do just that.

Photo Booth

Our photo booths are a fantastic addition to any event, providing a fun and interactive experience that captures unforgettable moments with high-quality photos and customizable options

360 Video Booth

A revolutionary experience that captures your special moments from every angle. Step into a world of immersive photography where you become the center of attention.

Perfect For Every Occasion

Weddings

School Events

Birthdays

Corporate Events

Parties

Music Festivals

``` ```
(function () { const thumbs = document.querySelectorAll(".snap-slider-thumbs img"); const leftImg = document.getElementById("snapLeftImg"); const mainImg = document.getElementById("snapMainImg"); const rightImg = document.getElementById("snapRightImg"); let images = []; let currentIndex = 1; thumbs.forEach(function (thumb, index) { images.push(thumb.getAttribute("data-large")); thumb.addEventListener("click", function () { currentIndex = index; updateSlider(); }); }); function updateSlider() { let leftIndex = currentIndex - 1; let rightIndex = currentIndex + 1; if (leftIndex < 0) { leftIndex = images.length - 1; } if (rightIndex >= images.length) { rightIndex = 0; } leftImg.src = images[leftIndex]; mainImg.src = images[currentIndex]; rightImg.src = images[rightIndex]; thumbs.forEach(function (thumb) { thumb.classList.remove("active"); }); thumbs[currentIndex].classList.add("active"); } function autoSlide() { currentIndex++; if (currentIndex >= images.length) { currentIndex = 0; } updateSlider(); } updateSlider(); setInterval(autoSlide, 3500); })();

Read Our Reviews

G
5.0
SnapStation Rentals
★★★★★
20 Reviews
(function () { var root = document.getElementById("snap-reviews-fixed"); var slides = root.querySelectorAll(".snap-slide"); var dots = root.querySelectorAll(".snap-dot"); var prev = root.querySelector(".snap-prev"); var next = root.querySelector(".snap-next"); var current = 0; function showSlide(index) { if (index < 0) index = slides.length - 1; if (index >= slides.length) index = 0; current = index; for (var i = 0; i < slides.length; i++) { slides[i].classList.remove("active"); dots[i].classList.remove("active"); } slides[current].classList.add("active"); dots[current].classList.add("active"); } prev.onclick = function () { showSlide(current - 1); }; next.onclick = function () { showSlide(current + 1); }; for (var d = 0; d < dots.length; d++) { (function (i) { dots[i].onclick = function () { showSlide(i); }; })(d); } })(); (function () { var reviewLink = "https://www.google.com/maps/place/SnapStation+Rentals/@38.2984444,-122.2879725,17z/data=!3m1!4b1!4m6!3m5!1s0x8085072c3b3fae63:0x19c0b948243f0508!8m2!3d38.2984444!4d-122.2879725!16s%2Fg%2F11v3qgj4cf?entry=ttu&g_ep=EgoyMDI2MDYxMy4wIKXMDSoASAFQAw%3D%3D"; var reviewButtons = document.querySelectorAll("#snap-reviews-fixed .snap-read"); reviewButtons.forEach(function (item) { var link = document.createElement("a"); link.className = item.className; link.href = reviewLink; link.target = "_blank"; link.rel = "noopener"; link.innerHTML = item.innerHTML; item.parentNode.replaceChild(link, item); }); })();

Digital Only Booths

Ideal for parties with any budget, digital photo booths offer a compact size, user-friendly interface, and instant digital photos. With no physical prints, guests can quickly download their memories via SMS or email

The Portrait Station

The Portrait Station

Starting at $399 (3hr rental)

The Party Station

The Party Station

Starting at $399 (3hr rental)


Photo Booths with Prints

Enhance your event with our print enabled booths, providing high-quality 2x6 or 4x6 prints. Featuring a stylish design and easy-to-use interface, guests can capture and print their memories on the spot. Perfect for creating lasting keepsakes.

The Print Station

The Print Station

Starting at $250hr


360 Booth

Our 360 photo booth takes event entertainment to the next level, capturing dynamic, full-circle videos. With its cutting-edge technology and immersive experience, guests can create and share stunning, high-quality clips instantly. Perfect for adding excitement and uniqueness to any event, our 360 booth ensures unforgettable memories.

360 Booth

360 Booth

Starting at $699 (3hr rental)

SnapStation Rentals logo

Let's Party!

Get the party started with SnapStation Rentals. Choose from a variety of Photo Booths for your celebration. Perfect for any occasion!

— Request Quote —

Request A Quote

function snapQuoteSend() { var name = document.getElementById('sq-name').value.trim(); var email = document.getElementById('sq-email').value.trim(); var phone = document.getElementById('sq-phone').value.trim(); var date = document.getElementById('sq-date').value.trim(); var location = document.getElementById('sq-location').value.trim(); var type = document.getElementById('sq-type').value.trim(); var hours = document.getElementById('sq-hours').value.trim(); var interested = document.getElementById('sq-interested').value.trim(); var notes = document.getElementById('sq-notes').value.trim(); if (!name || !email || !phone || !date || !location || !type || !hours || !interested) { document.getElementById('sq-status').textContent = 'Please fill in all required fields.'; return; } var subject = encodeURIComponent('Quote Request from ' + name); var body = encodeURIComponent( 'Name: ' + name + '\n' + 'Email: ' + email + '\n' + 'Phone: ' + phone + '\n' + 'Event Date: ' + date + '\n' + 'Event Location: ' + location + '\n' + 'Event Type: ' + type + '\n' + 'Hours Needed: ' + hours + '\n' + "I'm interested in: " + interested + '\n' + 'Other Notes: ' + notes ); window.location.href = 'mailto:[email protected]?subject=' + subject + '&body=' + body; document.getElementById('sq-status').textContent = 'Opening your email client...'; }

We love our customers, so feel free to call during normal business hours.

SnapStation Rentals

Napa, California 94559, United States

707-710-8192

[email protected]

Hours

Mon09:00 am – 06:00 pm
Tue09:00 am – 06:00 pm
Wed09:00 am – 06:00 pm
Thu09:00 am – 06:00 pm
Fri09:00 am – 06:00 pm
Sat09:00 am – 06:00 pm
Sun09:00 am – 06:00 pm
var today = new Date().getDay(); var rows = document.querySelectorAll('#hours-table tr'); rows.forEach(function(row) { if (parseInt(row.getAttribute('data-day')) === today) { row.classList.add('today'); } });