🧠 Technical Wiki – Personal Site

Modern static web architecture (vanilla JavaScript + external services)

🌐 Overview

Static website built with pure JavaScript, deployed via GitHub and Netlify, without any frontend framework. Lightweight architecture with external services for advanced features.

βš™οΈ Frontend

Architecture

Minimalist approach focused on control and performance.

πŸ“š External Features

πŸ“– Flipbooks

Uses Turn.js to create interactive books with page-flip effects.

πŸ—ΊοΈ Mapping

OpenStreetMap integration to display travel destinations interactively.

βœ‰οΈ Contact form

Email sending via Google Apps Script, used as a lightweight serverless backend.

☁️ Hosting & Deployment

🌍 Domain

πŸ” Security

βœ‰οΈ Contact backend (Google Apps Script)

Contact form sends emails via Google Apps Script, used as a lightweight serverless backend.

πŸ“Έ Travel photos

Photos are hosted via the ImgBB service, used as an image upload and distribution solution (ImgBB).

Goal: keep a simple, fast, and durable gallery with minimal maintenance overhead.

πŸš€ Technical philosophy