Skip to main content

Runtime and framework

Database

Custom type parsers are registered at pool initialisation:
  • NUMERIC / DECIMAL columns parsed as JavaScript floats (not strings)
  • INT8 / BIGINT columns parsed as JavaScript integers (not strings)

Styling

UI components

shadcn/ui components in use: Tabs, Card, Progress, Alert, Badge, Table, Button, Skeleton

Charts

The Overview tab’s health arc gauge is a hand-crafted SVG element.

Export libraries

PDF exports cap at 100 rows. CSV exports include all filtered records.

Deployment