Comment on Ask HN: What would you use to build a mostly CRUD back end today?Comments−jweatherby2yIf a UI is needed: sveltekit, Prisma, trpcOne app, no need for an API, typesafety baked in at the DB and API layer, client-side interactivity, and server side authentication is easy to work in.
Comments
If a UI is needed: sveltekit, Prisma, trpc
One app, no need for an API, typesafety baked in at the DB and API layer, client-side interactivity, and server side authentication is easy to work in.