Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Google Search themed portfolio website built with Next.js and React.
gfolio is a portfolio website template patterned after the Google Search results page, built with Next.js and React, that presents a developer's projects and personal info inside a familiar search-engine interface.
gfolio is a personal website template that mimics the look and behavior of Google Search results. It is built on Next.js (with React) and takes your profile content — such as your name, bio, and project links — and renders it as if it were search results. The template is created by Enjeck and is available as an open-source GitHub repository under the GPL-3.0 license. A live demo is hosted at gfolio.enjeck.com.
To get a copy running, you clone the repository from GitHub, install dependencies with npm install, and start the dev server with npm run dev. The app becomes available at http://localhost:3000, and you follow the steps in QUICKSTART.md to plug in your own content. The architecture is described in ARCHITECTURE.md.
gfolio is free and open source under the GPL-3.0 license. There are no paid tiers or subscription fees.
Yes. gfolio is released under the GPL-3.0 license, so you can freely view, copy, modify, and distribute the code as long as you keep the license terms.
The template is built with Next.js, which is a React framework. It uses JavaScript (npm) for dependency management and can be run on any Node.js environment.
Clone the repository, run npm install to install dependencies, then npm run dev to start the development server. Open http://localhost:3000 in your browser to see the site.
Yes. The QUICKSTART.md file provides instructions for replacing the default content with your personal information, and ARCHITECTURE.md helps you understand the codebase so you can make deeper changes.
The author hosts a live version at gfolio.enjeck.com, so you can see the template in action before deploying your own.
