Help with picking a framework for a personal website

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Definitely check out astro.build. Built my portfolio with it and its incredible.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • nuxt

    The Intuitive Vue Framework.

    My personal choice is Nuxt. Just like Astro, Nuxt has MDX, allowing you to write markdown and add components to it. You can specify how each path indiviually should be rendered (static, server-side rendering, ...) so if you want to add an admin panel in the future that would be a great fit. But as others have mentioned, you might want to look for a CMS for managing content. A git based CMS works well with MDX and can be free (e.g. Netlify CMS). The Nuxt team is currently working on their own git based CMS Nuxt Studio which looks very promising. It's not open yet but selected people should get access soon.

  • Bridgetown

    A next-generation progressive site generator & fullstack framework, powered by Ruby

    https://www.bridgetownrb.com/ static site generator. Can be linked with prism of you want a kind of panel to add new articles.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Middlewares: O que são e como utilizar no Nuxt.JS

    2 projects | dev.to | 14 Jan 2025
  • State of JS 2024

    4 projects | dev.to | 18 Dec 2024
  • Metaframeworks for React, Angular and Vue

    2 projects | dev.to | 1 Nov 2024
  • 'A guide to Nuxt server components'

    3 projects | dev.to | 25 Jul 2023
  • Différentes façons de déployer une application front faites en JS

    12 projects | dev.to | 12 Jul 2023

Did you konow that TypeScript is
the 1st most popular programming language
based on number of metions?