Framework for smaller projects
Hey ppl,
i am looking for a lightweight alternative for NextJS for creating landing pages, smaller project, no backend, maybe just a contact Form, that kind of style.
Having my eyes in Vite, Astro and Svelte.
Any recommendations?
4 Replies
Use Astro 100%.
- You can use any frontend framework (React, Svelte or even HTMX)
- For a landing you need SSR for SEO, and Vite is CSR by default
- You can prerender most pages for a big increase in performance
Astro is amazing
thank you for the small summary, what about sveltekit?
is the environment too young?
sveltekit is fine. your making a landing page which is mostly static content so Astro is generally the best for that.
Ships 0 JS by default as it pre-renders every page