#Can astro be use for fullstack?
5 messages · Page 1 of 1 (latest)
Just like you don't REALLY need React, Svelte or any other large framework to build a full stack app. You can certainly build fullstack with Astro alone - but bringing along a UI framework you are comfortable using to add "islands" of interactivity is definitely worth exploring.
You also now have Astro studio which could be interesting to use for some fullstack stuff. But I am yet to play with that
Heyo! Yeah it absolutely can! For example, my site https://www.futurethemes.io/ runs 100% off Astro for both rendering and it's api. And I will be moving the db to astro db soon!
This has signup, authentication, some other account stuff too!
And this is only a fairly simple site currently. But it will have more features eventually!
My site also doesn't use any js frameworks. It's all raw html and a little bit of vanilla javascript! So ofc if you needed more interactivity then you can look at frameworks. But tbh these days I don't really use frameworks all that much in my sites
Can astro be use for fullstack?