Home Projects AI Lab Insights About Contact
Projects Building VonticAI
Project Case Study

Building
VonticAI

Designing and evolving a personal technology platform for projects, AI experiments, technical writing, and documented learning.

01
The Problem

I needed more than a portfolio website.

The original VonticAI site began as a polished business-oriented website. It worked technically, but that direction no longer represented what I wanted the platform to become.

I wanted somewhere to document the transition from enterprise technology, data, and analytics into hands-on AI engineering. That meant the site itself needed to become part of the work: something I could design, build, operate, improve, and explain.

Before Consulting-oriented website

Solutions, services, commercial messaging, and a conventional company-site structure.

Now Living technology platform

Projects, AI experiments, technical insights, learning notes, and deeper case studies.

02
Design Principles

Attention without visual noise.

The goal was not to make VonticAI look like a generic developer portfolio or another AI startup template.

01

Editorial over template

Each section uses a different rhythm rather than repeating the same card grid from top to bottom.

02

Technical visuals with purpose

Architecture and system diagrams explain the work rather than acting as decorative illustrations.

03

Restrained color

Navy, blue, white, and subtle pale backgrounds create hierarchy without turning every section into an accent block.

04

Responsive by design

Desktop structures deliberately transform into simpler vertical narratives on smaller screens.

03
Information Architecture

Organizing the platform around the work.

The primary navigation changed from a consulting structure to a system built around learning, evidence, and progression.

Home Platform overview
Projects What I’m building
AI Lab What I’m testing
Insights What I’m learning
About Why the journey matters
04
System Architecture

Simple where possible. Serverless where useful.

VonticAI does not need a continuously running application server for its current workload. Most of the platform can remain static while server-side functionality is introduced only where it provides concrete value.

Visitor Browser
Cloudflare Edge / Pages
</> VonticAI HTML / CSS / JS
Contact workflow
ƒ Pages Function Request handling
Turnstile Verification
Resend Email delivery
SECURITY Validation · Turnstile · Rate limiting · Security headers
05
Building the Interface

Start static. Earn complexity.

The site deliberately stays close to the browser platform: semantic HTML, shared CSS, and small amounts of JavaScript.

That keeps the implementation understandable while the content model is still evolving. A larger framework can be introduced later if repeated publishing workflows justify it.

HTML Semantic page structure
CSS Shared Phase 2 design system
JavaScript Navigation + form interaction
Responsive Desktop → tablet → mobile
06
Contact Workflow

Static frontend. Real backend behavior.

The contact page is static HTML, but form submission crosses into server-side logic only when needed.

01 Visitor submits form
02 Turnstile verification
03 Pages Function validates
04 Resend delivers email
05 Confirmation returned
Design decision

Keep secrets and email-delivery credentials out of frontend code. The browser sends only the request data and verification token; environment secrets remain server-side.

07
Deployment

Git becomes the deployment workflow.

The repository is connected to Cloudflare Pages, allowing site changes to move through a straightforward source-control workflow.

Local Build & test
Git Commit changes
GitHub Source repository
Cloudflare Automatic deployment
Production vonticai.com
08
What I Learned

The site became part of the learning.

01

Design systems matter early

Extracting the shared Phase 2 CSS made every additional page easier to build and maintain.

02

Responsive design changes meaning

Some desktop structures cannot simply shrink. Timelines, diagrams, and editorial layouts often need different mobile representations.

03

Security belongs in architecture

Verification, secrets, validation, headers, and request controls are system decisions—not polish added at the end.

04

Build only the complexity you need

A static-first architecture can still support meaningful server-side capabilities without becoming a full application stack.

05

Real browsers expose design flaws

Mockups are useful, but responsive QA at actual viewport sizes revealed the issues that mattered most.

06

Git checkpoints change how safely you iterate

Small commits provided reliable restore points while the visual system changed substantially.

09
What Comes Next

The platform should evolve with the work.

Phase 2 turns VonticAI into the foundation. The next improvements should increasingly come from real projects, experiments, writing, and technical depth.

Deeper Projects AI Experiments Technical Writing Dynamic Platform
Project Status

Live, evolving, and intentionally unfinished.

VonticAI will continue changing as the projects, experiments, and technical depth behind it grow.