DEV Community

Discussion on: What tools would you choose to create a personal portfolio site if starting from scratch?

Collapse
 
jesusantguerrero profile image
Jesus Guerrero

astro.build

  • Allows you to brake the sections into reusable components and you can bring any framework you like (react, vue, svelte) or none.

  • 100 score in web vitals out of the box

  • You can use mardown and template to build your on site blog if you like

Example: here is mine jesusantguerrero.com

Tailwind CSS: for styles.

Vercel or Netlify for hosting: They connect with github and deploy with every merge in your main branch