Web development · Independent project

Building this portfolio with AI.

A practical experiment in vibe coding: using natural-language direction, continuous review and GitHub workflows to turn an idea into a deployed engineering portfolio.

AI-assisted developmentHTML & CSSGitHub PagesIteration
Project typeIndependent portfolio
CompletedAugust 2026
RoleDirection, content and review
PlatformGitHub Pages
A dark technical workspace visualizing AI-assisted portfolio development
AI-assisted development connected the portfolio content, code, Git workflow and published site.

Project overview

From a rough idea to a live portfolio.

I wanted a personal website that could present my robotics, automation and mechanical design work more clearly than a list of repository links. I had limited experience building a complete portfolio site, so I used an AI coding assistant as a development partner.

This approach is often called vibe coding: describing the intended result in natural language, generating an implementation and improving it through repeated feedback. The site was not produced with one prompt. It developed through many small decisions, reviews and corrections.

Human directionGoals, content, design choices and approval
AI-assisted implementationHTML, CSS and structured revisions
Live deploymentGitHub Pages and a custom domain

Development workflow

Direct, review, test and improve.

01 / DIRECT

Describe the outcome

I defined what each page should communicate, supplied the project material and explained the visual or technical change I wanted.

02 / BUILD

Generate the implementation

The AI coding assistant translated the requirements into HTML and CSS changes, organized assets and prepared updates in Git branches.

03 / REVIEW

Inspect the real result

I reviewed the published pages on desktop and mobile, identified incorrect details and requested focused revisions until the result matched the goal.

Responsibility

AI accelerated the work. It did not replace judgment.

My main responsibility was deciding what the portfolio should say, what material could be published and whether each change was accurate and useful.

I selected the projects, supplied images and videos, corrected technical descriptions and decided how my own contribution should be presented. The coding assistant handled much of the implementation, but generated output still required checking. Some early changes introduced layout problems, inaccurate wording, broken media or unnecessary files, which had to be found and corrected through testing.

Technical foundation

A lightweight static site.

01 / FRONT END

HTML and CSS

The site uses static semantic HTML and a shared responsive stylesheet. No heavy framework or client-side application is required.

02 / VERSION CONTROL

GitHub branches and pull requests

Changes were separated into focused branches and reviewed through pull requests before being merged into the main site.

03 / PUBLISHING

GitHub Pages

The main branch is deployed through GitHub Pages and connected to the custom eelisviskari.fi domain.

Why this approach

A different way to build a portfolio.

I already had roughly two years of experience building websites with WordPress. For this project, I wanted to try a different approach: combine a lightweight custom website with AI-assisted vibe coding and see what kind of result the workflow could produce.

A portfolio is particularly well suited to this method. It does not need an online store, user accounts or a large server-side system. Its purpose is simply to present my projects clearly to people who are interested in my work.

This website does not include contact forms, analytics, advertising trackers or other features that collect visitor information. A static GitHub Pages implementation was therefore a practical choice: it keeps the site fast and focused without adding a complex backend or unnecessary cookie-management features.

Why a static site worked:
A clear purpose, no visitor data collection and no need for a complex server environment.

Visual record

The site and the workflow behind it.

The first image records the earlier homepage state. The workflow graphic shows the repeatable process used to develop and publish each revision.

Result & learning

A portfolio and a new development workflow.

The result is the website you are viewing: a responsive portfolio with project case studies, optimized media, technical drawings, contact links and a custom domain.

The project taught me how to break a web project into manageable changes, communicate requirements precisely, evaluate AI-generated code and use GitHub as a controlled publishing workflow. It also showed where vibe coding is weak: vague instructions and weak review produce vague or unreliable results.

More engineering work

Explore the projects documented on this site.