Look here... it's a work in progress! Making bad technical decisions at the
outset of a project leads to a debt that must be repaid down the road, so it's
better to get things right the first time. That's what this is.
By using Svelte on the frontend with
Postgraphile on the server, we gain maximum development velocity and
minimal resource usage. Effectively, we get a GraphQL API for free simply
by virtue of using PostgreSQL as our database. What this means is that
one developer can build a very complex application without being superhuman.