To add speed, yes. Very minor though. Just adding a column.
The app is made with Nextjs "server actions", which are sort of like a remote procedure call. Basically a way to directly call functions on the backend from the frontend without having REST endpoints for everything. I can still create...