UX/UI Design & Fullstack Serverless Development
WilliesCars is a lightweight, serverless website built for Willem to enhance his professional presence and improve discoverability online. While the site includes a dynamic vehicle listings section inspired by Marktplaats, its primary focus is to serve as a professional digital profile. The occasion listings are powered by a backend-free architecture using Cloudflare Workers and Supabase, allowing Willem to update car data with zero maintenance and high reliability.
The backend uses Cloudflare Workers to serve all data dynamically without traditional server hosting. This allows the site to scale with no maintenance while using Supabase SQL as a headless data layer.
The listings (e.g. “Mercedes-Benz A-Klasse”) are auto-generated from Marktplaats using scraping logic and stored into the Supabase PostgreSQL instance. I created secure insertion routes that allow listing updates without admin dashboards — just pure SQL calls.