GioJSdocs
API Reference

File Conventions

Special files GioJS recognizes inside app/.

FilePurpose
page.tsxMakes a folder a route
layout.tsxWraps pages in this folder and below
route.tsAPI endpoint (GET/POST/PUT/PATCH/DELETE), SSE, or WebSocket handler
error.tsx500 page when a render throws (app/ root)
not-found.tsx404 page - also exported to 404.html for static sites (app/ root)