Frontend Documentation
Rapid apps usually use a front end. The code for the frontend of an app should be in the directory /webpages/[app-name]/.
Each webpage of the app should be in a file /webpages/[app-name]/[page-name]/page.html.
Frontend interactivity should be implemented using Alpine JS, it is automatically included on every page.