My website

View my homepage

Hosting on Github Publishing with Pages is free, but domains usually are not, so I tend to switch domains fairly regularly (whenever renewal would be too expensive). Due to this reason, I usually use https://dnnsmnstrr.github.io as the url in most places, which automatically redirects to the current domain.

Some domains I’ve had:

  • muensterer.tech
  • muensterer.xyz
  • muensterer.link
  • muensterer.codes (managed by name.com)
  • muensterer.lol (namecheap)

API

I also run a personal API service on Vercel, which provides data to some of my Projects, as well as a Redirecting service with dynamic aliases, so I don’t have to remember any links and can just add what I’m looking for to the url of my website.

DNS

Regardless of which Registrar I’m currently using, I try to keep the configuration and set up consistent and minimal. The dennis. subdomain directs to my Universe Landing Page

CNAME & Redirect setup:

HostValue
CNAMEdnnsmnstrr.github.io
dennishttps://dnnsmnstrr.onuniverse.com
apihttps://dnnsmnstrr.vercel.app/api/
*https://dnnsmnstrr.vercel.app/api/redirect

My current deployment setup goes through Cloudflare, giving me additional options to run workers, monitor activity and overall improving page performance.

Build configuration

Initially, I used Jekyll to build my website, but I’m recreating my page with SvelteKit and shadcn-svelte.

Other Domains