Storefront
Concept for a shopping cart system using sveltekit and hasura.
You can add items to your cart and it displays the sum directly from the database using computed fields and the Sum function, interesting because the field is a money field so it handles on DB level things like rounding and float parsing.
This idead was intended to avoid sum of values and float parsing on javascript for monetary precision.