Powered by Restaurant Manager Pro
Click the button below to see the reservation widget in action:
Add to any website with just 3 lines of code
Match your restaurant's branding and colors
Works perfectly on all devices
Instant notifications and confirmations
Automatic emails to customers and staff
Firebase-powered backend security
<button onclick="openReservationModal()">Réserver</button>
<script>
window.RESTAURANT_CONFIG = {
code: 'YOUR_RESTAURANT_CODE',
primaryColor: '#D4AF37',
backgroundColor: '#2C2C2C'
};
</script>
<script src="https://widget.yourdomain.com/widget.js"></script>