API Reference
File Conventions
Special files GioJS recognizes inside app/.
| File | Purpose |
|---|---|
page.tsx | Makes a folder a route |
layout.tsx | Wraps pages in this folder and below |
route.ts | Server endpoint / SSE / WebSocket handler |
error.tsx | Error boundary UI |
loading.tsx | Loading skeleton |
not-found.tsx | 404 UI |