restaurant website builder
Describe your restaurant and get a real site with a menu, opening hours and reservation details, published on a live address. Change the menu by asking. Free to start.
Free to start. Building uses your Zeplik credits; hosting a published site is included.
The exact brief that built the example
Not an illustration of the kind of thing you could write. This is the sentence that was typed, and Fern & Fig is what came back. Pressing the button above starts you with it already in the box, to change however you like.
A website for a neighborhood bistro called Fern & Fig: home with hero and signature dishes, menu page with three courses, reservations info page.
Open Fern & Fig to see the finished site running, and remix it into your own project in one click.
What this kind of site has to get right
A restaurant site has one job on a phone at seven in the evening: show the menu, show whether you are open, and show how to get a table. Everything else is decoration. The builder starts from that order rather than from a template that puts a full-width video first and the address in the footer.
Menus change. That is the part most restaurant sites get wrong, because the menu ends up as a PDF nobody can update without the person who made it. Here the menu is ordinary text in the site's own code, and changing a dish is a sentence: say what to change and the edit lands on the menu page and nowhere else.
You get the code. If you later hire someone to take it further, they get a normal Next.js project with the pages laid out the way any developer would expect, not an export from a page builder.
What it needs
- A menu that reads well on a phone, in courses, with prices
- Opening hours that are visible without scrolling
- Address, phone and a map link, on every page
- Reservation details, whether that is a phone number or a booking link
- Photographs that load fast enough to survive a weak signal
Frequently asked questions
- Can I update the menu myself?
- Yes, by asking. Say which dish to change and what to change it to, and the edit touches the menu page only. There is no admin panel to learn and no PDF to re-export.
- Can people book a table?
- The site can carry your booking link or phone number out of the box. If you want reservations stored in a database, connect your own Supabase project and ask for a booking form; the build wires the table and the queries.
- Will it work on a phone?
- Every page is built mobile-first and loaded in a real browser before the site is offered to you. Most restaurant traffic is a phone held one-handed, so that is the case that gets checked.
Other kinds of site
Start from this brief
Change the name, the pages, the tone. Watch it build in a live preview, then publish it on a real address. The code is yours either way.