Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and clean portfolio template for developers, built with plain HTML, CSS, and JavaScript.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Wowfolio is a simple and clean portfolio template built with plain HTML, CSS, and JavaScript, created by developer Ram Maheshwari for developers who want a lightweight, customizable personal website.
Wowfolio is a developer portfolio template that runs entirely in the browser with no frameworks, build steps, or server-side dependencies. You take the source files — an HTML page, a CSS stylesheet, and JavaScript for the interactive color tester — and replace the sample content with your own projects and bio. The template’s visual identity is controlled by a single theme-color variable, allowing you to restyle the whole site by editing one line of CSS. It is distributed as a public GitHub repository that has accumulated 574 stars, and it includes a demo GIF showing the final look.
style.css line 9 defines --themeColor as an RGB triplet (default 29, 161, 242), and every accent color on the page derives from this one variable.--themeColor variable to match your personal brand.No. The template uses plain HTML, CSS, and JavaScript. You can open the HTML file directly in a browser and edit it with any text editor.
Use the interactive color picker shown in the demo to find your desired RGB value, then open style.css, navigate to line 9, and replace the numbers in the --themeColor variable with your chosen RGB triplet.
Wowfolio was created by Ram Maheshwari, who also maintains social accounts on LinkedIn, Twitter, Instagram, and YouTube.
