Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
React & Tailwind CSS portfolio template with configurable content and Google Analytics integration.
DSFolio is a portfolio website template built with React and Tailwind CSS that lets developers publish a personal portfolio by editing a single data file. It is the first iteration of the creator's personal website, open sourced on GitHub, and suited for anyone who wants a modern, responsive portfolio without building from scratch.
DSFolio is a single-page portfolio template that runs on a Vite-powered React front end styled with Tailwind CSS. It takes personal information from a configuration file and renders it as a polished portfolio page, ready to deploy to Netlify or Vercel. The template was created by the GitHub user dsbalico and the live demo is available at dsfolio-v1.vercel.app.
yarn dev and view the site at localhost:5173 for fast hot-reload during development.yarn install and run scripts with yarn dev or yarn build.Clone the repository, run yarn install to install dependencies, then yarn dev to start the development server. Modify the content in /data/user_info.js and update the Google Analytics ID in index.html. When you are ready, build and deploy the project to a static host like Vercel or Netlify.
All content is configured in the file /data/user_info.js. Edit that file to update your personal information, projects, and other data shown on the page. The README states this is the place to change the website's content.
The template is open source and hosted on GitHub. The repository is available to clone and use for your own portfolio; the README encourages contributions and leaving a star if the project is useful.
The template uses React, JavaScript, and Tailwind CSS, with Vite as the development server and Yarn for package management. The README also references HTML and CSS, and the skill icons include Netlify for deployment.
Find the MEASUREMENT ID in the index.html file and replace it with your own. The README warns to remove or update this ID before deploying the website.
