MKI
Why this site is static
We rebuilt mediakreasi.id as a static Astro site with Markdown and MDX so pages stay fast, cheap to host, and easy to edit.
Company sites do not need a database for every paragraph. Most of our own pages change a few times a year. A static site generator matches that rhythm.
This site is built with Astro. Pages ship as HTML and CSS. JavaScript only appears where a control actually needs it. Copy lives in Markdown and MDX files in the repository, so a change is a pull request, not a plugin update.
That is the same bias we bring to client work: the lightest stack that still does the job, and content in a format the next person can read.