Hacker News new | ask | show | jobs
by tacone 865 days ago
I'm playing with Sveltekit + Trpc Backend + DrizzleOrm + Postgres. I am using plain Javascript + JSDoc and Typescript checking.
1 comments

I have been really impressed with SvelteKit in my production SaaS for about a year now! You can make any type of static/dynamic/combination site, the dev experience is really good, and it feels like it elegantly bridges the front-and-backend (getting data from the back-end, form submission) which is something I've wanted since I started in 2011.

My SaaS uses SvelteKit, SQLite and Sequelize, but I would probably try Drizzle if I was starting today.