Personal projects
Besides work, I'm always trying to keep up with the ever-changing landscape of web development by creating projects of my own. Here is a collection of apps that are close to my heart.
WebFold
WebFold is a platform that turns Google Docs into fast, professional websites — no learning curve, no CMS to configure. You write in Google Docs like you always do, pick a theme, connect your Drive, and WebFold handles the rest: building, hosting, and serving your content on a subdomain.
The platform is built around the idea that content creators and small teams shouldn't have to manage infrastructure. Under the hood, WebFold syncs documents from Google Drive via the Google Docs API, processes them through a set of themes, and publishes the output to Cloudflare R2 with automatic subdomain routing via a Cloudflare Worker. Stripe handles billing and subscriptions.
Technologies
JobList
JobList is a series of web platforms for specialized job boards. At the moment, there are two websites being worked on - frontend and 3D. Easy to use, these websites can help recruiters seek new talent in their field of work, and help job seekers search and find openings that tick their criteria. Recruiters are always able to modify their opening in any way through an edit link they receive through email once the job post is created.
These websites are configuration based, meaning that through changing some parameters we can get a different variation of a website, such that the creation of a new website would mean just creating a couple of new frontend components, adding the new content in a predefined schema and changing some variables in the API, around one day's worth of work.
Technologies
RSSave
RSSave is a RSS feed reader app. With its help, the user can add any RSS feed URL and see the articles distributed through that feed. The user can group the feeds into different "bundles", but also add different articles to "Favorites" for reading later.
![]() |
![]() |
![]() |
![]() |
This was my entry in the mobile world, trying for the first time to work with React Native and its quirks. Might try that again someday.
Technologies
Inspiration scraper
Having difficulty in finding good examples of web design and wanting to write some articles on Medium at the same time, I ventured in creating a tool that would write articles on the topic at hand. Introducing the inspiration scraper. This CLI tool goes through some of the most well-known web design-related platforms and creates an article about their newest entries. It lacks some AI writing capabilities, but it was enough for me to write two articles on Medium this way :).
The tool scrapes the data it needs from each data source, saves the entry title to a database so that it's not used in other future articles, takes a screenshot and creates images with the color palettes of each website, adds their tech stack which we get from a third-party service and creates a markdown article with all of the data presented.



