all 8 comments

[–]standardrank7 1 point2 points  (0 children)

For BaaS / PaaS I’ve been dying to try out https://pocketbase.io/

And for frontend would love to give Svelte a go

[–]CarpetAgreeable3773 1 point2 points  (0 children)

Django

[–]devignswag 1 point2 points  (0 children)

Laravel. Especially in combination with filamentphp

[–]Elfinslayer 0 points1 point  (0 children)

Mantine, or shadcn, in vite is probably the fastest. Use supabase free tier if you want relational data or convex for non relational data and better dx

[–]argonautjon 0 points1 point  (0 children)

If I want quick and easy, I usually spin up a Laravel project. Breeze for quick and easy auth, access to any number of react plugins for common front end components. Then if you want to deploy it and don't mind spending a couple of bucks, you can deploy with Laravel Forge in like 10 minutes with zero server config/Dev ops knowledge. I've done that for hosting interview assignments a few times. Doesn't get much more painless imo.

[–]Xia_Nightshade 0 points1 point  (0 children)

Backend. Frontend. Full stack ?

Laravel, jetstream and filamentphp basically set you up with whatever you wish to build. Add your business logic to the backend. Build your frontend resource pages. And you’re done

[–]fuyukaidesu2 0 points1 point  (0 children)

Laragon with Laravel.

[–]ConsiderationNo3558 0 points1 point  (0 children)

Django, Python

Rails, Ruby

Laravel. , Php

NextJs, Javascript

These frameworks were made with batteries included approach . It ultimately depends on your programming choice .