Back to all posts

Updated

Why I'm building my own corner of the web

After years of writing on rented platforms, I'm consolidating my site, CV, and engineering notes into a single static site that I fully own.

#meta#writing#backend

Introduction

This is the first post on a site I own end to end. It’s a static site. There is no database, no backend, no CMS, and no analytics — at least not yet. Everything you see was generated from a folder of Markdown files at build time.

Context

I used to publish on platforms I didn’t control. Each one had different rules, different formats, and different ways of going away. After the third time a platform changed its mind, I decided the cure was a static site I could copy-paste to any host in under an hour.

The PRD that drives this site is short and unsentimental: Astro on GitHub Pages, Markdown as the only content format, no JavaScript on the critical path, and a maintenance budget of two hours per month.

Implementation

The interesting bits:

Results

A site that loads in under a second, costs nothing to host, and survives any single provider going down. I can write in vim, commit, and push. There is no deploy script to maintain.

Conclusions

The point of this site is not the technology. The point is the discipline of owning your work, end to end, including the words. Everything else is a constraint to be respected, not a problem to be solved.


← Back to all posts