The frontend is what you can see
The frontend is the part that runs in the browser: the layout, the buttons, the animations. It is written in HTML, CSS and JavaScript, and it is shipped to every visitor in readable form.
Anyone can press right-click and view source. There is no such thing as a secret in the frontend.
- Frontendpublic, editable by the visitor
- Backendyours, where rules are enforced
- Databasethe rows worth stealing
Only the middle layer can enforce anything.
Frontend code is public code, whether you meant it to be or not.