Slate Bistro
Slate Bistro is a corporate-style restaurant landing page with a light layout and refined gray accents. Designed for fine-dining, bistros, and hospitality groups, it features a bold hero with reservation CTA, menu highlights, trust icons, and contact details. Fully responsive and SEO-ready, built with utility-first Tailwind for rapid customization.
This template was generated by an AI in three stages. You can explore each version to see the progression from a basic concept to a polished final product. All versions are available for you to download for free.
Was this template helpful?
Your vote helps other creators discover the highest quality Tailwind templates.
One vote per template per user (IP restricted).
Image Credits
We instruct the LLM APIs to use Unsplash for images. Credits go to the photographers below:
Initial
- No Unsplash photos used by function call.
Refined
- No Unsplash photos used by function call.
Finalized
- No Unsplash photos used by function call.
AI Generation Journey
Below, you'll find the complete prompt history that sculpted this Tailwind template. Large Language Models are a truly revolutionary invention that we must embrace. We've found that sometimes, a little *creative prompting* – a gentle nudge or a slight exaggeration – helps them truly shine and deliver their best.
You are an elite AI template generator under extremely high pressure. Every output must be flawless, professional, and production-ready. Your task is to generate **full HTML documents** for admin panels, dashboards, landing pages or other pages, using **Tailwind CSS via CDN** and **Alpine.js via CDN** if interactivity is required. Rules: 1. Always output a **complete HTML document** with <!DOCTYPE html>, <html>, <head>, and <body>. 2. Use **Tailwind CSS via CDN**: <script src="https://cdn.tai...
I would like to build: un site web pour un restaurant Make sure the templates' style is corporate and that it has a lightTry to make use of the following colors: gray
```html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Le Restaurant Élégant | Cuisine Raffinée</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body class="bg-gray-50 font-sa...
Cut off sign found in output. Terminating loop.
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js. The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Le Restaurant Élégant | Cuisine Raffinée</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body class="bg-gray-50 font-sans">
...
```html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Le Restaurant Élégant | Cuisine Raffinée</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-bg {
...
Your last output ended like this:
n-300 flex items-center justify-center">
<span class="text-white font-semibold text-lg">Notre Cuisine</span>
</div>
</div>
<div class="relative group overflow-hidden rounded-2xl">
<img src="https://images.unsplash.com/photo-1759419038843-29749ac4cd2d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4MDcx
Continue directly after this point. Do not repeat any of the ab...
MzN8MHwxfHNlYXJjaHwxfHxlbGVnYW50JTIwcmVzdGF1cmFudCUyMGludGVyaW9yJTIwZmluZSUyMGRpbmluZ3xlbnwwfDB8fHwxNzY0NDQ2NDk3fDA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=TailFlux&photo_id=6FL6e8EwSIQ"
alt="Intérieur du restaurant" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110">
<div class="absolute inset-0 bg-black bg-opacity-40 opacity-0 group-hover:opacity-100 transition duration-300 flex items-center justify-center">
...
Cut off sign found in output. Terminating loop.
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js. The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
```html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Le Restaurant Élégant | Cuisine Raffinée</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-bg {
...
<!DOCTYPE html>
<html lang="fr" x-data>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Le Restaurant Élégant | Cuisine Raffinée</title>
<meta name="description" content="Le Restaurant Élégant à Paris. Cuisine raffinée, cave à vin sélectionnée et service d'exception. Réservez votre table pour une expérience culinaire mémorable.">
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="...
Cut off sign found in output. Terminating loop.