Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free HTML portfolio template for developers, built with Bootstrap and Sass.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
0xFolio is a free-to-use HTML portfolio template for developers, built with Bootstrap and Sass, that compiles into a responsive personal portfolio website.
0xFolio is a free-to-use HTML portfolio template created by Ali Raza and published on GitHub under the MIT License. It takes a developer's profile information — name, bio, projects, work history, and social links — and structures it into a responsive static website that runs in any browser. The template is plain HTML and CSS with no JavaScript framework, so it can be hosted on any static file server or GitHub Pages.
/img directory shows example resolutions, and the author recommends Befunky for manual optimization.npm run build to compile Sass, and deploy to any static host for a live portfolio..scss files to see how components are separated and how Bootstrap is integrated via npm.The repository comes with a build script that compiles Sass into CSS. Start by cloning the repo with git, then run npm install to install the Sass and Bootstrap dependencies, and finally npm run build to produce the stylesheet. After that, open the generated HTML file in a browser or upload the folder to a static host.
Pros:
Cons:
0xFolio is free-to-use and open-source under the MIT License. No paid tier or premium version is mentioned.
Yes, 0xFolio is free-to-use and released under the MIT License, so it can be used for personal and commercial projects.
0xFolio is a static HTML portfolio template for developers. It provides the page structure and styling for a developer's bio, projects, work history, and social links, compiled from Sass and Bootstrap.
Clone the repository, run npm install to install dependencies, then run npm run build. The compiled CSS is generated from the Sass files, and the resulting HTML file can be opened directly in a browser.
The template uses Bootstrap for its grid system and utilities, and Sass (SCSS) for styling, organized with the 7-1 pattern recommended in the Sass guidelines.
No. 0xFolio is a static HTML template with no backend or CMS. All content lives in the HTML files, so adding a blog would require building one yourself.
