Privacy Policy
Tomi Forno is a restaurant project with reservations, orders and a cart. This page explains what data may appear in the app and why it is used.
A privacy policy is useful here, but the consent banner should stay light.
The app accepts contact details through reservation and order forms, so users should get clear GDPR-style information. At the same time, the current code does not show analytics or advertising cookies, so the banner explains essential storage instead of forcing a marketing choice.
Data you provide
Data appears when you use features that require restaurant follow-up.
- A table reservation may include full name, phone, email, date, time, guest count and notes.
- An order may include full name, phone, optional email, delivery address, cart items and notes.
- Contact details are used to confirm the reservation or order.
Cookies and localStorage
At this stage the app mainly uses browser local storage.
- The cart is stored as tomi-forno-cart-v1 so it does not disappear after a page refresh.
- The notice dismissal is stored as tomi-forno-privacy-notice-v1.
- These mechanisms are necessary for selected features and are not used for advertising or profiling.
Where data goes
Forms communicate with the Strapi backend prepared for this project.
- Reservations and orders may be saved in the CMS so the team can read them.
- The production setup is prepared for Vercel, Render and Neon PostgreSQL.
- Data should be kept only as long as needed to handle the request and present the project.
Your rights
If the app is used publicly, users should have a simple contact path for data requests.
- You can ask to access and correct your data.
- You can ask to delete data that is no longer needed.
- You have the right to lodge a complaint with the supervisory authority responsible for personal data protection.
Privacy contact
In this portfolio project the controller details are placeholder-style and should be replaced before production launch.
- Project contact email: hello@tomiforno.pl.
- Controller: Tomi Forno, Your address.
Before a production launch
If analytics, advertising pixels, a newsletter, online payments or third-party widgets are added, the policy and banner should be expanded with exact purposes, providers and a refusal option.
Go to reservations